Skip to content

Commit 9d02237

Browse files
authored
Update tutorial-logs-ingestion-api.md
1 parent 13bce11 commit 9d02237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
252252
"name": "[parameters('dataCollectionRuleName')]",
253253
"location": "[parameters('location')]",
254254
"apiVersion": "2023-03-11",
255+
"kind": "Direct",
255256
"properties": {
256257
"streamDeclarations": {
257258
"Custom-MyTableRawData": {
@@ -356,6 +357,7 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
356357
"name": "[parameters('dataCollectionRuleName')]",
357358
"location": "[parameters('location')]",
358359
"apiVersion": "2023-03-11",
360+
"kind": "Direct",
359361
"properties": {
360362
"dataCollectionEndpointId": "[parameters('endpointResourceId')]",
361363
"streamDeclarations": {

0 commit comments

Comments
 (0)