You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/tutorial-logs-ingestion-api.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,14 +214,14 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
214
214
215
215
:::image type="content" source="media/tutorial-workspace-transformations-api/edit-template.png" lightbox="media/tutorial-workspace-transformations-api/edit-template.png" alt-text="Screenshot that shows how to edit an ARM template.":::
216
216
217
+
## [DCR endpoint](#tab/dcr)
218
+
217
219
Notice the following details in the DCR defined in this template:
218
220
219
221
- `streamDeclarations`: Column definitions of the incoming data.
220
222
- `destinations`: Destination workspace.
221
223
- `dataFlows`: Matches the stream with the destination workspace and specifies the transformation query and the destination table. The output of the destination query is what will be sent to the destination table.
@@ -320,6 +320,13 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
320
320
321
321
## [DCE](#tab/dce)
322
322
323
+
Notice the following details in the DCR defined in this template:
324
+
325
+
- `dataCollectionEndpointId`: Resource ID of the data collection endpoint.
326
+
- `streamDeclarations`: Column definitions of the incoming data.
327
+
- `destinations`: Destination workspace.
328
+
- `dataFlows`: Matches the stream with the destination workspace and specifies the transformation query and the destination table. The output of the destination query is what will be sent to the destination table.
0 commit comments