Skip to content

Commit 84265a6

Browse files
authored
fixing location of sample rate in example
1 parent d9dbf91 commit 84265a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ In each case, data is also uploaded to:
597597
```json
598598
{
599599
"StorageAccount": "yourdiagstgacct",
600-
"sampleRateInSeconds": 15,
601600
"ladCfg": {
601+
"sampleRateInSeconds": 15,
602602
"diagnosticMonitorConfiguration": {
603603
"performanceCounters": {
604604
"sinks": "MyMetricEventHub,MyJsonMetricsBlob",

0 commit comments

Comments
 (0)