Skip to content

Commit 877389c

Browse files
committed
rename parameter
1 parent 4014198 commit 877389c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-monitor/agents/data-collection-log-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Use the following ARM template to create a DCR for collecting text log files, ma
153153
"description": "Unique name for the DCR. "
154154
}
155155
},
156-
"dceResourceId": {
156+
"dataCollectionEndpointResourceId": {
157157
"type": "string",
158158
"metadata": {
159159
"description": "Resource ID of the data collection endpoint (DCE)."
@@ -194,7 +194,7 @@ Use the following ARM template to create a DCR for collecting text log files, ma
194194
"name": "[parameters('dataCollectionRuleName')]",
195195
"location": "[parameters('location')]",
196196
"properties": {
197-
"dataCollectionEndpointId": "[parameters('dceResourceId')]",
197+
"dataCollectionEndpointId": "[parameters('dataCollectionEndpointResourceId')]",
198198
"streamDeclarations": {
199199
"Custom-Json-stream": {
200200
"columns": [

articles/azure-monitor/agents/data-collection-log-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Use the following ARM template to create or modify a DCR for collecting text log
143143
"description": "Unique name for the DCR. "
144144
}
145145
},
146-
"dceResourceId": {
146+
"dataCollectionEndpointResourceId": {
147147
"type": "string",
148148
"metadata": {
149149
"description": "Resource ID of the data collection endpoint (DCE)."
@@ -184,7 +184,7 @@ Use the following ARM template to create or modify a DCR for collecting text log
184184
"location": "[parameters('location')]",
185185
"apiVersion": "2022-06-01",
186186
"properties": {
187-
"dataCollectionEndpointId": "[parameters('dceResourceId')]",
187+
"dataCollectionEndpointId": "[parameters('dataCollectionEndpointResourceId')]",
188188
"streamDeclarations": {
189189
"Custom-Text-stream": {
190190
"columns": [

0 commit comments

Comments
 (0)