We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8a9b4 commit e3a5568Copy full SHA for e3a5568
articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md
@@ -225,11 +225,13 @@ spec:
225
endpointType: kafka
226
authentication:
227
method: systemAssignedManagedIdentity
228
- systemAssignedManagedIdentitySettings: {}
+ systemAssignedManagedIdentitySettings: {
229
+ audience: "https://eventgrid.azure.net"
230
+ }
231
kafkaSettings:
232
host: <NAMESPACE>.servicebus.windows.net:9093
233
tls:
- mode: enabled
234
+ mode: Enabled
235
consumerGroupId: mqConnector
236
```
237
0 commit comments