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/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: patricka
6
6
ms.service: azure-iot-operations
7
7
ms.subservice: azure-data-flows
8
8
ms.topic: how-to
9
-
ms.date: 06/17/2025
9
+
ms.date: 06/25/2025
10
10
ai-usage: ai-assisted
11
11
12
12
#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
32
32
33
33
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.
34
34
35
+
# [Entra ID authentication](#tab/entra-id)
35
36
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.":::
| 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.
37
55
1. In the details panel for the custom endpoint, select **Kafka** protocol.
38
56
1. Select the **SAS Key Authentication** section to view the connection details.
39
57
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.
40
58
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.":::
| Bootstrap server | The bootstrap server address is used for the hostname property in data flow endpoint. |
46
64
| Topic name | The event hub name is used as the Kafka topic and is of the the format *es_aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb*. |
47
65
| Connection string-primary key | The connection string with the primary key. |
48
66
67
+
---
68
+
49
69
## Create a Microsoft Fabric Real-Time Intelligence data flow endpoint
50
70
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).
52
72
53
73
# [Operations experience](#tab/portal)
54
74
@@ -62,7 +82,7 @@ Microsoft Fabric Real-Time Intelligence, supports Simple Authentication and Secu
| 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). |
66
86
67
87
68
88
If you choose the SASL authentication method, you must also enter the following settings:
0 commit comments