Skip to content

Commit 599c4e5

Browse files
committed
Learn Editor: Update tutorial-logs-ingestion-api.md
1 parent 9ef526f commit 599c4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
259259
"location": "[parameters('location')]",
260260
"apiVersion": "2021-09-01-preview",
261261
"properties": {
262-
"dataCollectionEndpointId": "[parameters('endpointResourceId')]",
263262
"streamDeclarations": {
264263
"Custom-MyTableRawData": {
265264
"columns": [
@@ -358,6 +357,7 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
358357
"location": "[parameters('location')]",
359358
"apiVersion": "2021-09-01-preview",
360359
"properties": {
360+
"dataCollectionEndpointId": "[parameters('endpointResourceId')]",
361361
"streamDeclarations": {
362362
"Custom-MyTableRawData": {
363363
"columns": [

0 commit comments

Comments
 (0)