Skip to content

Commit 7d38840

Browse files
committed
fixed warnings
1 parent ba3f022 commit 7d38840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-configure-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Only one identity is needed for your function, either a **system assigned manage
7373

7474
### Assign Role-based Access Controls (RBAC) to managed identity
7575

76-
Navigate to your app's Azure Storage resource on the Azure portal and [assign the following roles](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/how-to-assign-access-azure-resource) to your managed identity resource:
76+
Navigate to your app's Azure Storage resource on the Azure portal and [assign the following roles](/entra/identity/managed-identities-azure-resources/how-to-assign-access-azure-resource) to your managed identity resource:
7777

7878
* Storage Queue Data Contributor
7979
* Storage Blob Data Contributor

articles/azure-functions/functions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The following components support identity-based connections:
194194
[cosmosv4]: ./functions-bindings-cosmosdb-v2.md?tabs=extensionv4
195195
[tablesv1]: ./functions-bindings-storage-table.md#table-api-extension
196196
[signalr]: ./functions-bindings-signalr-service.md#install-extension
197-
[durable-identity]: ./durable/durable-functions-configure-durable-functions-with-credentials.md
197+
[durable-identity]: ./durable/durable-functions-configure-managed-identity.md
198198
[azuresql-identity]: ./functions-identity-access-azure-sql-with-managed-identity.md
199199

200200
[!INCLUDE [functions-identity-based-connections-configuration](../../includes/functions-identity-based-connections-configuration.md)]

0 commit comments

Comments
 (0)