Skip to content

Commit 9a2b190

Browse files
author
Pat Altimore
committed
Add Entra ID
1 parent 0f978ea commit 9a2b190

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: patricka
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: how-to
9-
ms.date: 06/17/2025
9+
ms.date: 06/25/2025
1010
ai-usage: ai-assisted
1111

1212
#CustomerIntent: As an operator, I want to understand how to configure data flow endpoints for Microsoft Fabric Real-Time Intelligence in Azure IoT Operations so that I can send real-time data to Microsoft Fabric.
@@ -32,23 +32,43 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
3232

3333
Retrieve the [Kafka-compatible connection details for the custom endpoint](/fabric/real-time-intelligence/event-streams/add-source-custom-app#kafka). The connection details are used to configure the data flow endpoint in Azure IoT Operations.
3434

35+
# [Entra ID authentication](#tab/entra-id)
3536

36-
1. The connection details are in the Fabric portal under the **Destinations** section of your event stream.
37+
This method uses the managed identity of the Azure IoT Operations instance to authenticate with the event stream. Use the system-assigned managed identity authentication methods to configure the data flow endpoint.
38+
39+
1. The connection details are in the Fabric portal under the **Sources** section of your event stream.
40+
1. In the details panel for the custom endpoint, select **Kafka** protocol.
41+
1. Select the **Entra ID Authentication** section to view the connection details.
42+
1. Copy the details for the values for the **Bootstrap server**, **Topic name**, and **Connection string-primary key**. You use these values to configure the data flow endpoint.
43+
44+
:::image type="content" source="media/howto-configure-fabric-real-time-intelligence/event-stream-kafka-entra-id.png" alt-text="Screenshot in Microsoft Fabric that has the custom endpoint connection details.":::
45+
46+
| Settings | Description |
47+
|-----------------------|---------------------------------------------------------------------------------------|
48+
| Bootstrap server | The bootstrap server address is used for the hostname property in data flow endpoint. |
49+
| Topic name | The event hub name is used as the Kafka topic and is of the the format *es_aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb*. |
50+
51+
52+
# [SASL authentication](#tab/sasl)
53+
54+
1. The connection details are in the Fabric portal under the **Sources** section of your event stream.
3755
1. In the details panel for the custom endpoint, select **Kafka** protocol.
3856
1. Select the **SAS Key Authentication** section to view the connection details.
3957
1. Copy the details for the values for the **Bootstrap server**, **Topic name**, and **Connection string-primary key**. You use these values to configure the data flow endpoint.
4058

41-
:::image type="content" source="media/howto-configure-fabric-real-time-intelligence/event-stream-kafka.png" alt-text="Screenshot in Microsoft Fabric that has the custom endpoint connection details.":::
59+
:::image type="content" source="media/howto-configure-fabric-real-time-intelligence/event-stream-kafka-sasl.png" alt-text="Screenshot in Microsoft Fabric that has the custom endpoint connection details.":::
4260

4361
| Settings | Description |
4462
|-----------------------|---------------------------------------------------------------------------------------|
4563
| Bootstrap server | The bootstrap server address is used for the hostname property in data flow endpoint. |
4664
| Topic name | The event hub name is used as the Kafka topic and is of the the format *es_aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb*. |
4765
| Connection string-primary key | The connection string with the primary key. |
4866

67+
---
68+
4969
## Create a Microsoft Fabric Real-Time Intelligence data flow endpoint
5070

51-
Microsoft Fabric Real-Time Intelligence, supports Simple Authentication and Security Layer (SASL), System-assigned managed identity, and User-assigned managed identity authentication methods. For details on the available authentication methods, see [Available authentication methods](#available-authentication-methods).
71+
Microsoft Fabric Real-Time Intelligence supports Simple Authentication and Security Layer (SASL), System-assigned managed identity, and User-assigned managed identity authentication methods. For details on the available authentication methods, see [Available authentication methods](#available-authentication-methods).
5272

5373
# [Operations experience](#tab/portal)
5474

@@ -62,7 +82,7 @@ Microsoft Fabric Real-Time Intelligence, supports Simple Authentication and Secu
6282
| --------------------- | ----------------------------------------------------------------- |
6383
| Name | The name of the data flow endpoint. |
6484
| Host | The hostname of the event stream custom endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
65-
| Authentication method | The method used for authentication. Choose [*System assigned managed identity*](#system-assigned-managed-identity), [*User assigned managed identity*](#user-assigned-managed-identity), or [*SASL*](#sasl). |
85+
| Authentication method | The method used for authentication. Choose [*System assigned managed identity*](#system-assigned-managed-identity) for Entra ID, [*User assigned managed identity*](#user-assigned-managed-identity), or [*SASL*](#sasl). |
6686

6787

6888
If you choose the SASL authentication method, you must also enter the following settings:
Loading
Loading

0 commit comments

Comments
 (0)