Skip to content

Commit fe4a7e5

Browse files
author
Pat Altimore
committed
Update authentication methods
1 parent 9c503b6 commit fe4a7e5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Retrieve the [Kafka-compatible connection details for the custom endpoint](/fabr
4848

4949
## Create a Microsoft Fabric Real-Time Intelligence data flow endpoint
5050

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).
5252

5353
# [Operations experience](#tab/portal)
5454

@@ -62,8 +62,14 @@ Microsoft Fabric Real-Time Intelligence, supports Simple Authentication and Secu
6262
| --------------------- | ----------------------------------------------------------------- |
6363
| Name | The name of the data flow endpoint. |
6464
| 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:
69+
70+
| Setting | Description |
71+
| --------------------- | ----------------------------------------------------------------- |
72+
| SASL type | Choose *Plain*. |
6773
| Synced secret name | Enter a name for the synced secret. A Kubernetes secret with this name is created on the cluster. |
6874

6975
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
199205

200206
# [Operations experience](#tab/portal)
201207

202-
> [!NOTE]
203-
> Supported?
204-
205208
In the operations experience data flow endpoint settings page, select the **Basic** tab then choose **Authentication method** > **System assigned managed identity**.
206209

207210
# [Azure CLI](#tab/cli)

0 commit comments

Comments
 (0)