Skip to content

Commit 519e55d

Browse files
committed
Update links in IoT Hub and Service Bus documentation for identity-based connections
1 parent 822434a commit 519e55d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The connection string must have at least "read" permissions to activate the func
2727
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.
2828

2929
> [!NOTE]
30-
> 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).
30+
> 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=identity-based#connections).
3131
3232
## host.json properties
3333

articles/azure-functions/functions-create-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Create the queue where your Azure Functions Service Bus trigger gets events:
197197
1. Select **Create**.
198198

199199
> [!IMPORTANT]
200-
> This tutorial currently shows you how to connect to Service Bus using a connection string, which requires you to handle a share secret. For improved security, you should instead use managed identities when connecting to Service Bus from your app. For more information, see [Identity-based connections](functions-bindings-service-bus-trigger.md?tabs=extensionv5#identity-based-connections) in the Service Bus binding reference article.
200+
> This tutorial currently shows you how to connect to Service Bus using a connection string, which requires you to handle a share secret. For improved security, you should instead use managed identities when connecting to Service Bus from your app. For more information, see [Identity-based connections](functions-bindings-service-bus-trigger.md?tabs=identity-based#connections) in the Service Bus binding reference article.
201201
202202
## Get a Service Bus connection string
203203

0 commit comments

Comments
 (0)