Skip to content

Commit b8a9525

Browse files
Update functions-identity-based-connections-configuration.md
1 parent 5ab3093 commit b8a9525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-identity-based-connections-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/11/2021
66
ms.author: mahender
77
---
88

9-
When hosted in the Azure Functions service, identity-based connections use a [managed identity](../articles/app-service/overview-managed-identity.md?toc=%2fazure%2fazure-functions%2ftoc.json). The system-assigned identity is used by default, although a user-assigned identity can be specified with the `credential` and `clientID` properties. When run in other contexts, such as local development, your developer identity is used instead, although this can be customized. See [Local development with identity-based connections](../articles/azure-functions/functions-reference.md#local-development-with-identity-based-connections).
9+
When hosted in the Azure Functions service, identity-based connections use a [managed identity](../articles/app-service/overview-managed-identity.md?toc=%2fazure%2fazure-functions%2ftoc.json). The system-assigned identity is used by default, although a user-assigned identity can be specified with the `credential` and `clientID` properties. Note that configuring a user-assigned identity with a resource ID is **not** supported. When run in other contexts, such as local development, your developer identity is used instead, although this can be customized. See [Local development with identity-based connections](../articles/azure-functions/functions-reference.md#local-development-with-identity-based-connections).
1010

1111
#### Grant permission to the identity
1212

0 commit comments

Comments
 (0)