Skip to content

Commit bbe6ca8

Browse files
authored
Enhance note
1 parent 68f4c12 commit bbe6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-event-iot-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The connection string must have at least "read" permissions to activate the func
2626
This connection string should be stored in an application setting with a name matching the value specified by the `connection` property of the binding configuration.
2727

2828
> [!NOTE]
29-
> Identity-based connections aren't supported by the IoT Hub trigger.
29+
> Identity-based connections aren't supported by the IoT Hub trigger. If you need to use managed identities end-to-end, you can instead use IoT Hub Routing to send data to an event hub you control. In that way, outbound routing can be authenticated with managed identity the event can be read [from that event hub using managed identity](functions-bindings-event-hubs-trigger.md?tabs=extensionv5#identity-based-connections).
3030
3131
## host.json properties
3232

0 commit comments

Comments
 (0)