Skip to content

Commit cc8352c

Browse files
committed
Learn Editor: Update howto-configure-dataflow-endpoint.md
1 parent e3a5568 commit cc8352c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,13 @@ spec:
120120
endpointType: mqtt
121121
authentication:
122122
method: systemAssignedManagedIdentity
123-
systemAssignedManagedIdentitySettings:
124-
{}
123+
systemAssignedManagedIdentitySettings:{
124+
audience: "https://eventgrid.azure.net"
125+
}
125126
mqttSettings:
126127
host: example.westeurope-1.ts.eventgrid.azure.net:8883
127128
tls:
128-
mode: enabled
129+
mode: Enabled
129130
```
130131

131132
#### Other MQTT brokers

0 commit comments

Comments
 (0)