Skip to content

Commit 5019bfa

Browse files
new changes
1 parent 0771d9b commit 5019bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-kafka.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ spec:
297297
298298
```
299299

300-
To use Azure Key Vault instead of Kubernetes secrets, create an Azure Key Vault secret with the connection string `Endpoint=sb://..`, reference it with `vaultSecret`, and specify the username as `"$ConnectionString"` in the configuration. You can use the above YAML file, but make sure to change the authentication portion to the one below.
300+
To use Azure Key Vault instead of Kubernetes secrets, create an Azure Key Vault secret with the connection string `Endpoint=sb://..`, reference it with `vaultSecret`, and specify the username as `"$ConnectionString"` in the configuration. Use the previous YAML example and change the authentication section to the following:
301301

302302
```yaml
303303
authentication:
@@ -363,7 +363,7 @@ spec:
363363
kubernetes: {}
364364
```
365365

366-
To use Azure Key Vault instead, make sure the [certificate and private key are properly imported](../../key-vault/certificates/tutorial-import-certificate.md) and then specify the reference with `vaultCert`. You can use the above YAML file, but make sure to change the authentication portion to the one below.
366+
To use Azure Key Vault instead, make sure the [certificate and private key are properly imported](../../key-vault/certificates/tutorial-import-certificate.md) and then specify the reference with `vaultCert`. Use the previous YAML example and change the authentication section to the following:
367367

368368
```yaml
369369
authentication:

0 commit comments

Comments
 (0)