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