Skip to content

Commit

Permalink
Merge pull request #2374 from krnese/sfcl-oms
Browse files Browse the repository at this point in the history
lgtm
  • Loading branch information
marcvaneijk authored Aug 18, 2016
2 parents e85a28e + 0a1dea2 commit 0cf5ae7
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 0 deletions.
15 changes: 15 additions & 0 deletions service-fabric-oms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Deploy Azure Service Fabric Cluster and enable monitoring using OMS Log Analytics

[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.luolix.top%2Fazure%2Fazure-quickstart-templates%2Fmaster%2Fservice-fabric-oms%2F%2Fazuredeploy.json)
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.luolix.top%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fservice-fabric-oms%2Fazuredeploy.json" target="_blank">
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template will deploy an Azure Service Fabric Cluster together with an OMS Log Analytics workspace, adds the diagnostic storage account into OMS for monitoring and insights and enables the OMS Gallery Solution for Service Fabric.

The OMS Gallery Service Fabric solution uses Azure Diagnostics data from your Service Fabric VMs, by collecting this data from your Azure WAD tables.
Log Analytics then reads Service Fabric framework events, including Reliable Service Events, Actor Events, Operational Events, and Custom ETW events.
The Service Fabric solution dashboard shows you notable issues and relevant events in your Service Fabric environment.


Loading

0 comments on commit 0cf5ae7

Please sign in to comment.