Skip to content

Commit 56908f2

Browse files
committed
Fix spacing for JSON code block
1 parent d9d41a2 commit 56908f2

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

articles/application-insights/app-insights-profiler-vm.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,20 @@ This page will guide you through the steps needed to get Application Insights pr
3232
* [Virtual machine](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachine.json)
3333
* [Virtual machine scale set](https://github.com/Azure/azure-docs-json-samples/blob/master/application-insights/WindowsVirtualMachineScaleSet.json)
3434

35-
The key part is the ApplicationInsightsProfilerSink in the WadCfg. Add another sink to this section to tell WAD to enable the profiler to send data to your iKey.
36-
37-
35+
The key part is the ApplicationInsightsProfilerSink in the WadCfg. Add another sink to this section to tell WAD to enable the profiler to send data to your iKey.
3836
```json
39-
"SinksConfig": {
40-
"Sink": [
41-
{
42-
"name": "ApplicationInsightsSink",
43-
"ApplicationInsights": "85f73556-b1ba-46de-9534-606e08c6120f"
44-
},
45-
{
46-
"name": "MyApplicationInsightsProfilerSink",
47-
"ApplicationInsightsProfiler": "85f73556-b1ba-46de-9534-606e08c6120f"
48-
}
49-
]
50-
},
37+
"SinksConfig": {
38+
"Sink": [
39+
{
40+
"name": "ApplicationInsightsSink",
41+
"ApplicationInsights": "85f73556-b1ba-46de-9534-606e08c6120f"
42+
},
43+
{
44+
"name": "MyApplicationInsightsProfilerSink",
45+
"ApplicationInsightsProfiler": "85f73556-b1ba-46de-9534-606e08c6120f"
46+
}
47+
]
48+
},
5149
```
5250

5351
1. Deploy the modified environment deployment definition.

0 commit comments

Comments
 (0)