Skip to content

dkkapur/service-fabric-datadog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Service Fabric Cluster with Datadog installed as a VM extension on each node

These ARM templates set up unsecure Service Fabric clusters that include the Datadog agent on each node as a VM extension.

PowerShell commands to run:

Login-AzureRmAccount

Select-AzureRmSubscription -SubscriptionId <SubscriptionId>

$ResouceGroup = <resourceGroupName>

New-AzureRmResourceGroup -Name $ResouceGroup -Location "eastus"

New-AzureRmResourceGroupDeployment -ResourceGroupName $ResouceGroup -TemplateFile '<Path to template_datadog.json>' -TemplateParameterFile '<Path to parameters.json>' -Verbose

About

Datadog integration templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published