Skip to content

Commit 4681556

Browse files
Update howto-configure-fabric-real-time-intelligence.md
For entering the connectionstring, the username/password must be used. The '$ConnectionString' literal value must be entered in the username field, not the synced secret name. If this is tried, this will lead to a mask error: 'The name must begin and end with a letter or number, and may contain only letters, numbers, hyphens'. Note that these fields are also entered in https://learn.microsoft.com/en-us/azure/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint?tabs=portal#use-connection-string-for-authentication-to-event-hubs but that text is not as clear as seen here.
1 parent 5789b78 commit 4681556

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 of the Kubernetes secret that contains the connection string. |
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)