Skip to content

Commit 1efc4a3

Browse files
authored
Merge pull request #125991 from sandervandevelde/patch-24
Update howto-configure-fabric-real-time-intelligence.md
2 parents d2ac7d6 + 3d94c4d commit 1efc4a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Azure Key Vault is the recommended way to sync the connection string to the Kube
6262
| Host | The hostname of the Event Stream Custom Endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
6363
| Authentication method | *SASL* is the currently the only supported authentication method. |
6464
| SASL type | Choose *Plain* |
65-
| Synced secret name | Create or select a Key Vault secret where the secret's value is exactly the text **$ConnectionString** (literal string, not an environment variable reference). |
65+
| Synced secret name | Enter a name for the syned secret. A Kubernetes secret with this name will be created on the cluster. |
66+
| Username reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be exactly the text **$ConnectionString** (literal string, not an environment variable reference). |
6667
| Password reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be the Custom Endpoint connection string noted earlier. |
6768

6869
1. Select **Apply** to provision the endpoint.
@@ -83,4 +84,4 @@ The advanced settings for this endpoint are identical to the [advanced settings
8384

8485
## Next steps
8586

86-
To learn more about data flows, see [Create a data flow](howto-create-dataflow.md).
87+
To learn more about data flows, see [Create a data flow](howto-create-dataflow.md).

0 commit comments

Comments
 (0)