Skip to content

Commit 2e3beb4

Browse files
authored
Merge pull request #189545 from AaronMaxwell/aaronmax-vmss-json-try2
[AppInsights][AaronMax] vmss json fix try 2
2 parents a47a8de + 73f47b2 commit 2e3beb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/azure-vm-vmss-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ $publicCfgHashtable =
136136
@{
137137
"appFilter"= ".*";
138138
"machineFilter"= ".*";
139-
"virtualPathFilter": ".*",
140-
"instrumentationSettings" : {
141-
"connectionString": "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxx.applicationinsights.azure.com/" # Application Insights connection string, create new Application Insights resource if you don't have one. https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/microsoft.insights%2Fcomponents
139+
"virtualPathFilter"= ".*";
140+
"instrumentationSettings" = @{
141+
"connectionString"= "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://xxxx.applicationinsights.azure.com/" # Application Insights connection string, create new Application Insights resource if you don't have one. https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/microsoft.insights%2Fcomponents
142142
}
143143
}
144144
)

0 commit comments

Comments
 (0)