Skip to content

Commit e7bc03e

Browse files
committed
Fix broken link
1 parent 990793f commit e7bc03e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/service-connector/quickstart-cli-app-service-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This quickstart describes the steps for creating a service connection in Azure A
4242
#### [Using a managed identity](#tab/Using-Managed-Identity)
4343

4444
> [!IMPORTANT]
45-
> Using Managed Identity requires you have the permission to [Microsoft Entra role assignment](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md). Without this permission, creating a connection will fail. You can ask your subscription owner to grant you this permission or use an access key to create the connection.
45+
> Using Managed Identity requires you have the permission to [Microsoft Entra role assignment](/entra/identity/role-based-access-control/manage-roles-portal). Without this permission, creating a connection will fail. You can ask your subscription owner to grant you this permission or use an access key to create the connection.
4646
4747
Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command to create a service connection to a Blob Storage with a system-assigned Managed Identity, providing the following information:
4848

articles/service-connector/quickstart-cli-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Create a connection using a managed identity or an access key.
5454
### [Managed identity](#tab/using-managed-identity)
5555
5656
> [!IMPORTANT]
57-
> To use a managed identity, you must have the permission to modify [Microsoft Entra role assignment](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md). Without this permission, your connection creation will fail. Ask your subscription owner to grant you this permission, or use an access key instead to create the connection.
57+
> To use a managed identity, you must have the permission to modify [Microsoft Entra role assignment](/entra/identity/role-based-access-control/manage-roles-portal). Without this permission, your connection creation will fail. Ask your subscription owner to grant you this permission, or use an access key instead to create the connection.
5858
5959
1. Run the `az containerapp connection create` command to create a service connection from Container Apps to a Blob Storage with a system-assigned managed identity.
6060

articles/service-connector/quickstart-cli-functions-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This quickstart shows you how to connect Azure Functions to other Cloud resource
4343
#### [Using a managed identity](#tab/Using-Managed-Identity)
4444

4545
> [!IMPORTANT]
46-
> Using Managed Identity requires you have the permission to [Azure AD role assignment](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md). If you don't have the permission, your connection creation will fail. You can ask your subscription owner for the permission or use an access key to create the connection.
46+
> Using Managed Identity requires you have the permission to [Azure AD role assignment](/entra/identity/role-based-access-control/manage-roles-portal). If you don't have the permission, your connection creation will fail. You can ask your subscription owner for the permission or use an access key to create the connection.
4747
4848
Use the Azure CLI [az functionapp connection](/cli/azure/functionapp/connection) command to create a service connection to a Blob Storage with a system-assigned managed identity, providing the following information:
4949

articles/service-connector/quickstart-cli-spring-cloud-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Create a connection from Azure Spring Apps using a managed identity or an access
5555
### [Managed identity](#tab/Using-Managed-Identity)
5656
5757
> [!IMPORTANT]
58-
> To use a managed identity, you must have the permission to modify [role assignments in Microsoft Entra ID](../active-directory/managed-identities-azure-resources/howto-assign-access-portal.md). Without this permission, your connection creation will fail. Ask your subscription owner to grant you a role assignment permission or use an access key to create the connection.
58+
> To use a managed identity, you must have the permission to modify [role assignments in Microsoft Entra ID](/entra/identity/role-based-access-control/manage-roles-portal). Without this permission, your connection creation will fail. Ask your subscription owner to grant you a role assignment permission or use an access key to create the connection.
5959
6060
1. Run the `az spring connection create` command to create a service connection to a Blob Storage with a system-assigned managed identity
6161

0 commit comments

Comments
 (0)