Skip to content

Commit a119433

Browse files
committed
move DCR notes into tab
1 parent 8255dc1 commit a119433

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
214214

215215
:::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.":::
216216

217+
## [DCR endpoint](#tab/dcr)
218+
217219
Notice the following details in the DCR defined in this template:
218220

219221
- `streamDeclarations`: Column definitions of the incoming data.
220222
- `destinations`: Destination workspace.
221223
- `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.
222224

223-
## [DCR endpoint](#tab/dcr)
224-
225225
```json
226226
{
227227
"$schema": "https://schema.management.azure.com/schemas/2023-03-11/deploymentTemplate.json#",
@@ -320,6 +320,13 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
320320

321321
## [DCE](#tab/dce)
322322

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.
329+
323330
```json
324331
{
325332
"$schema": "https://schema.management.azure.com/schemas/2023-03-11/deploymentTemplate.json#",

0 commit comments

Comments
 (0)