Skip to content

Commit 3d2c6a9

Browse files
authored
Merge pull request #207740 from bwren/patch-33
Update data-collection-rule-sample-custom-logs.md
2 parents 01234c3 + 090ec06 commit 3d2c6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/data-collection-rule-sample-custom-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The sample [data collection rule](../essentials/data-collection-rule-overview.md
1717
```json
1818
{
1919
"properties": {
20-
"dataCollectionEndpointId": "https://my-dcr.westus2-1.ingest.monitor.azure.com",
20+
"dataCollectionEndpointId": "/subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/my-resource-groups/providers/Microsoft.Insights/dataCollectionEndpoints/my-data-collection-endpoint",
2121
"streamDeclarations": {
2222
"Custom-MyTableRawData": {
2323
"columns": [

0 commit comments

Comments
 (0)