Skip to content

Commit 7fb2d2c

Browse files
authored
Merge pull request #303298 from jlian/release-aio-2507
ADR integration with X.509 authentication, OTel endpoint, dynamic destination topic
2 parents fb7407c + 9e0abb7 commit 7fb2d2c

File tree

6 files changed

+607
-3
lines changed

6 files changed

+607
-3
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Use the following table to choose the endpoint type to configure:
2323
|---------------|-------------|-------------------------|------------------------------|
2424
| [MQTT](howto-configure-mqtt-endpoint.md) | For bi-directional messaging with MQTT brokers, including the one built-in to Azure IoT Operations and Event Grid. | Yes | Yes |
2525
| [Kafka](howto-configure-kafka-endpoint.md) | For bi-directional messaging with Kafka brokers, including Azure Event Hubs. | Yes | Yes |
26+
| [OpenTelemetry](howto-configure-opentelemetry-endpoint.md) | For sending metrics and logs to OpenTelemetry collectors and observability platforms like Grafana and Azure Monitor. | No | Yes |
2627
| [Data Lake](howto-configure-adlsv2-endpoint.md) | For uploading data to Azure Data Lake Gen2 storage accounts. | No | Yes |
2728
| [Microsoft Fabric OneLake](howto-configure-fabric-endpoint.md) | For uploading data to Microsoft Fabric OneLake lakehouses. | No | Yes |
2829
| [Azure Data Explorer](howto-configure-adx-endpoint.md) | For uploading data to Azure Data Explorer databases. | No | Yes |
@@ -268,6 +269,7 @@ Create a data flow endpoint:
268269
269270
- [MQTT or Event Grid](howto-configure-mqtt-endpoint.md)
270271
- [Kafka or Event Hubs](howto-configure-kafka-endpoint.md)
272+
- [OpenTelemetry](howto-configure-opentelemetry-endpoint.md)
271273
- [Data Lake](howto-configure-adlsv2-endpoint.md)
272274
- [Microsoft Fabric OneLake](howto-configure-fabric-endpoint.md)
273275
- [Local storage](howto-configure-local-storage-endpoint.md)

0 commit comments

Comments
 (0)