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 e3a5568 commit cc8352cCopy full SHA for cc8352c
articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md
@@ -120,12 +120,13 @@ spec:
120
endpointType: mqtt
121
authentication:
122
method: systemAssignedManagedIdentity
123
- systemAssignedManagedIdentitySettings:
124
- {}
+ systemAssignedManagedIdentitySettings:{
+ audience: "https://eventgrid.azure.net"
125
+ }
126
mqttSettings:
127
host: example.westeurope-1.ts.eventgrid.azure.net:8883
128
tls:
- mode: enabled
129
+ mode: Enabled
130
```
131
132
#### Other MQTT brokers
0 commit comments