File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ spec:
102
102
authentication:
103
103
method: serviceAccountToken
104
104
serviceAccountTokenSettings:
105
- audience: aio-mqtt
105
+ audience: aio-mq
106
106
mqttSettings:
107
107
{}
108
108
` ` `
@@ -140,7 +140,7 @@ spec:
140
140
mqttSettings:
141
141
host: example.mqttbroker.com:8883
142
142
tls:
143
- mode: enabled
143
+ mode: Enabled
144
144
trustedCaCertificateConfigMap: <your CA certificate config map>
145
145
` ` `
146
146
@@ -225,10 +225,10 @@ spec:
225
225
endpointType: kafka
226
226
authentication:
227
227
method: systemAssignedManagedIdentity
228
- systemAssignedManagedIdentitySettings:
229
- audience: "https://eventgrid.azure. net"
228
+ systemAssignedManagedIdentitySettings:
229
+ audience: <your Event Hubs namespace>.servicebus.windows. net
230
230
kafkaSettings:
231
- host: <NAMESPACE >.servicebus.windows.net:9093
231
+ host: <your Event Hubs namespace >.servicebus.windows.net:9093
232
232
tls:
233
233
mode: Enabled
234
234
consumerGroupId: mqConnector
@@ -250,7 +250,7 @@ spec:
250
250
kafkaSettings:
251
251
host: example.kafka.com:9093
252
252
tls:
253
- mode: enabled
253
+ mode: Enabled
254
254
consumerGroupId: mqConnector
255
255
` ` `
256
256
You can’t perform that action at this time.
0 commit comments