@@ -384,10 +384,9 @@ Replace the properties in the following table before deploying the template.
384
384
"type": "Microsoft.monitor/pipelineGroups",
385
385
"location": "eastus",
386
386
"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",
389
388
"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",
391
390
"type": "CustomLocation"
392
391
},
393
392
"properties": {
@@ -417,10 +416,6 @@ Replace the properties in the following table before deploying the template.
417
416
"dataCollectionEndpointUrl": "https://my-dce-4agr.eastus-1.ingest.monitor.azure.com",
418
417
"dataCollectionRule": "dcr-00000000000000000000000000000000",
419
418
"stream": "Custom-OTLP",
420
- "cache": {
421
- "maxStorageUsage": "10000",
422
- "retentionPeriod": "60"
423
- },
424
419
"schema": {
425
420
"recordMap": [
426
421
{
@@ -437,6 +432,10 @@ Replace the properties in the following table before deploying the template.
437
432
}
438
433
]
439
434
}
435
+ },
436
+ "cache": {
437
+ "maxStorageUsage": 10000,
438
+ "retentionPeriod": 60
440
439
}
441
440
}
442
441
}
@@ -467,7 +466,7 @@ Replace the properties in the following table before deploying the template.
467
466
}
468
467
],
469
468
"persistence": {
470
- "persistentVolume ": "my-persistent-volume"
469
+ "persistentVolumeName ": "my-persistent-volume"
471
470
}
472
471
},
473
472
"networkingConfigurations": [
@@ -482,7 +481,7 @@ Replace the properties in the following table before deploying the template.
482
481
}
483
482
]
484
483
}
485
- ]
484
+ ]
486
485
}
487
486
}
488
487
]
0 commit comments