Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update articles/iot-operations/connect-to-cloud/howto-configure-fabri…
…c-real-time-intelligence.md

Co-authored-by: Venkat Yalla <[email protected]>
  • Loading branch information
sandervandevelde and Venkat Yalla authored Mar 4, 2025
commit 3d94c4db748150aefce7d020df7dd3fe1031ab2a
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Azure Key Vault is the recommended way to sync the connection string to the Kube
| Host | The hostname of the Event Stream Custom Endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
| Authentication method | *SASL* is the currently the only supported authentication method. |
| SASL type | Choose *Plain* |
| Synced secret name | Enter a name of the Kubernetes secret that contains the connection string. |
| Synced secret name | Enter a name for the syned secret. A Kubernetes secret with this name will be created on the cluster. |
| 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). |
| 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. |

Expand Down