Skip to content

Commit 0e2e7dc

Browse files
authored
Update edge-pipeline-configure.md
ARM Schema to match API
1 parent 3d94900 commit 0e2e7dc

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/azure-monitor/essentials/edge-pipeline-configure.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,9 @@ Replace the properties in the following table before deploying the template.
384384
"type": "Microsoft.monitor/pipelineGroups",
385385
"location": "eastus",
386386
"apiVersion": "2023-10-01-preview",
387-
"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-resource-group/providers/Microsoft.ExtendedLocation/customLocations/my-custom-location",
388-
387+
"name": "my-pipeline-group-name",
389388
"extendedLocation": {
390-
"name": "my-custom-location",
389+
"name": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-resource-group/providers/Microsoft.ExtendedLocation/customLocations/my-custom-location",
391390
"type": "CustomLocation"
392391
},
393392
"properties": {
@@ -417,10 +416,6 @@ Replace the properties in the following table before deploying the template.
417416
"dataCollectionEndpointUrl": "https://my-dce-4agr.eastus-1.ingest.monitor.azure.com",
418417
"dataCollectionRule": "dcr-00000000000000000000000000000000",
419418
"stream": "Custom-OTLP",
420-
"cache": {
421-
"maxStorageUsage": "10000",
422-
"retentionPeriod": "60"
423-
},
424419
"schema": {
425420
"recordMap": [
426421
{
@@ -437,6 +432,10 @@ Replace the properties in the following table before deploying the template.
437432
}
438433
]
439434
}
435+
},
436+
"cache": {
437+
"maxStorageUsage": 10000,
438+
"retentionPeriod": 60
440439
}
441440
}
442441
}
@@ -467,7 +466,7 @@ Replace the properties in the following table before deploying the template.
467466
}
468467
],
469468
"persistence": {
470-
"persistentVolume": "my-persistent-volume"
469+
"persistentVolumeName": "my-persistent-volume"
471470
}
472471
},
473472
"networkingConfigurations": [
@@ -482,7 +481,7 @@ Replace the properties in the following table before deploying the template.
482481
}
483482
]
484483
}
485-
]
484+
]
486485
}
487486
}
488487
]

0 commit comments

Comments
 (0)