Skip to content

Commit c50a938

Browse files
committed
Learn Editor: Update howto-configure-dataflow-endpoint.md
1 parent 6b3d7eb commit c50a938

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
mqttSettings:
142142
host: example.mqttbroker.com:8883
143143
tls:
144-
mode: enabled
144+
mode: Enabled
145145
trustedCaCertificateConfigMap: <your CA certificate config map>
146146
```
147147

@@ -226,11 +226,10 @@ spec:
226226
endpointType: kafka
227227
authentication:
228228
method: systemAssignedManagedIdentity
229-
systemAssignedManagedIdentitySettings: {
230-
audience: "https://eventgrid.azure.net"
231-
}
229+
systemAssignedManagedIdentitySettings:
230+
audience: <your Event Hubs namespace>.servicebus.windows.net
232231
kafkaSettings:
233-
host: <NAMESPACE>.servicebus.windows.net:9093
232+
host: <your Event Hubs namespace>.servicebus.windows.net:9093
234233
tls:
235234
mode: Enabled
236235
consumerGroupId: mqConnector
@@ -252,7 +251,7 @@ spec:
252251
kafkaSettings:
253252
host: example.kafka.com:9093
254253
tls:
255-
mode: enabled
254+
mode: Enabled
256255
consumerGroupId: mqConnector
257256
```
258257

0 commit comments

Comments
 (0)