Skip to content

Commit ca8d24b

Browse files
committed
Scrub examples
1 parent 2f9c7eb commit ca8d24b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ resource kafkaEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024
254254
tls: {
255255
mode: 'Enabled'
256256
}
257-
consumerGroupId: mqConnector
257+
consumerGroupId: <YOUR_CONSUMER_GROUP>
258258
}
259259
}
260260
}
@@ -279,7 +279,7 @@ spec:
279279
secretRef: <SECRET_NAME>
280280
tls:
281281
mode: Enabled
282-
consumerGroupId: mqConnector
282+
consumerGroupId: <YOUR_CONSUMER_GROUP>
283283
```
284284
285285
---
@@ -345,7 +345,7 @@ The secret must be in the same namespace as the Kafka dataflow resource. The sec
345345

346346
```bash
347347
kubectl create secret generic sasl-secret -n azure-iot-operations \
348-
--from-literal=token='your-sasl-token'
348+
--from-literal=token='<YOUR_SASL_TOKEN>'
349349
```
350350

351351
<!-- TODO: double check! -->

0 commit comments

Comments
 (0)