Skip to content

Commit e3a5568

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,13 @@ spec:
225225
endpointType: kafka
226226
authentication:
227227
method: systemAssignedManagedIdentity
228-
systemAssignedManagedIdentitySettings: {}
228+
systemAssignedManagedIdentitySettings: {
229+
audience: "https://eventgrid.azure.net"
230+
}
229231
kafkaSettings:
230232
host: <NAMESPACE>.servicebus.windows.net:9093
231233
tls:
232-
mode: enabled
234+
mode: Enabled
233235
consumerGroupId: mqConnector
234236
```
235237

0 commit comments

Comments
 (0)