Skip to content

Commit a069606

Browse files
committed
added note about supporting only clientId
1 parent ab7d8d0 commit a069606

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/durable/durable-functions-configure-durable-functions-with-credentials.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ Navigate to your Azure Functions app’s **Configuration** page and perform the
118118
* **AzureWebJobsStorage__clientId**: (This is a GUID value that you obtain from your managed identity resource)
119119

120120
:::image type="content" source="media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-03.png" alt-text="Screenshot that shows the user identity client ID." lightbox="media/durable-functions-configure-df-with-credentials/durable-functions-managed-identity-scenario-03.png":::
121-
121+
122+
> [!NOTE]
123+
> Durable Functions does not support `managedIdentityResourceId` when using user-assigned identity. Use `clientId` instead.
124+
122125

123126

124127

0 commit comments

Comments
 (0)