Skip to content

Commit bf78ef3

Browse files
author
Pat Altimore
committed
Fix tab set
1 parent 53c076e commit bf78ef3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,20 @@ In this example, assume a configuration file with the following content:
718718
}
719719
```
720720

721+
# [Bicep](#tab/bicep)
722+
723+
```bicep
724+
kafkaSettings: {
725+
authentication: {
726+
method: 'Sasl' // Or ScramSha256, ScramSha512
727+
saslSettings: {
728+
saslType: 'Plain' // Or ScramSha256, ScramSha512
729+
secretRef: '<SECRET_NAME>'
730+
}
731+
}
732+
}
733+
```
734+
721735
# [Kubernetes (preview)](#tab/kubernetes)
722736

723737
```bash

0 commit comments

Comments
 (0)