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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Retrieve the [Kafka-compatible connection details for the custom endpoint](/fabr
48
48
49
49
## Create a Microsoft Fabric Real-Time Intelligence data flow endpoint
50
50
51
-
Microsoft Fabric Real-Time Intelligence, supports Simple Authentication and Security Layer (SASL), System-assigned managed identity, and User-assigned managed identity authentication methods. The following sections describe how to configure a data flow endpoint for Microsoft Fabric Real-Time Intelligence using these authentication methods. For details on the available authentication methods, see [Available authentication methods](#available-authentication-methods).
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).
52
52
53
53
# [Operations experience](#tab/portal)
54
54
@@ -62,8 +62,14 @@ 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 |*SASL* is currently the only supported authentication method in operations experience. Use Azure CLI, Bicep, or Kubernetes manifests to configure other authentication methods. |
66
-
| SASL type | Choose *Plain*|
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). |
66
+
67
+
68
+
If you choose the SASL authentication method, you must also enter the following settings:
| Synced secret name | Enter a name for the synced secret. A Kubernetes secret with this name is created on the cluster. |
68
74
69
75
Select **Add reference** to create a new or choose an existing Key Vault reference for the username and password references.
@@ -199,9 +205,6 @@ Then, configure the data flow endpoint with system-assigned managed identity set
199
205
200
206
# [Operations experience](#tab/portal)
201
207
202
-
> [!NOTE]
203
-
> Supported?
204
-
205
208
In the operations experience data flow endpoint settings page, select the **Basic** tab then choose **Authentication method** > **System assigned managed identity**.
0 commit comments