File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ resource kafkaEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024
254
254
tls: {
255
255
mode: 'Enabled'
256
256
}
257
- consumerGroupId: mqConnector
257
+ consumerGroupId: <YOUR_CONSUMER_GROUP>
258
258
}
259
259
}
260
260
}
@@ -279,7 +279,7 @@ spec:
279
279
secretRef : <SECRET_NAME>
280
280
tls :
281
281
mode : Enabled
282
- consumerGroupId : mqConnector
282
+ consumerGroupId : <YOUR_CONSUMER_GROUP>
283
283
` ` `
284
284
285
285
---
@@ -345,7 +345,7 @@ The secret must be in the same namespace as the Kafka dataflow resource. The sec
345
345
346
346
` ` ` bash
347
347
kubectl create secret generic sasl-secret -n azure-iot-operations \
348
- --from-literal=token='your-sasl-token '
348
+ --from-literal=token='<YOUR_SASL_TOKEN> '
349
349
` ` `
350
350
351
351
<!-- TODO : double check! -->
You can’t perform that action at this time.
0 commit comments