Skip to content

Commit 8255dc1

Browse files
committed
fix
1 parent 4295cd4 commit 8255dc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The steps required to configure the Logs ingestion API are as follows:
2323
6. See [Sample code to send data to Azure Monitor using Logs ingestion API](tutorial-logs-ingestion-code.md) for sample code to send data to using the Logs ingestion API.
2424

2525
> [!NOTE]
26-
> This article previously included a step to create a data collection endpoint (DCE). This is no longer required since [DCRs now include their own endpoint](../essentials/data-collection-endpoint-overview.md). A DCE is only required with Logs ingestion API if private link is used.
26+
> This article includes options for using a DCR ingestion endpoint or a data collection endpoint (DCE). You can choose to user either one, but a DCE is required with Logs ingestion API if private link is used. See [When is a DCE required?](../essentials/data-collection-endpoint-overview.md#when-is-a-dce-required).
2727
2828
## Prerequisites
2929
To complete this tutorial, you need:
@@ -317,6 +317,8 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines how the data w
317317
}
318318
}
319319
```
320+
321+
## [DCE](#tab/dce)
320322

321323
```json
322324
{

0 commit comments

Comments
 (0)