Skip to content

Commit 8f97e4a

Browse files
committed
fixing broken link
1 parent 9e9dd2e commit 8f97e4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/aks/manage-azure-rbac.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: palma21
1414

1515
When you leverage [integrated authentication between Azure Active Directory (Azure AD) and AKS](managed-aad.md), you can use Azure AD users, groups, or service principals as subjects in [Kubernetes role-based access control (Kubernetes RBAC)][kubernetes-rbac]. This feature frees you from having to separately manage user identities and credentials for Kubernetes. However, you still have to set up and manage Azure RBAC and Kubernetes RBAC separately.
1616

17-
This article covers how to use Azure RBAC for Kubernetes Authorization, which allows for the unified management and access control across Azure resources, AKS, and Kubernetes resources. For more information, see [Azure RBAC for Kubernetes Authorization][azure-rbac-kubernetes-rbac].
17+
This article covers how to use Azure RBAC for Kubernetes Authorization, which allows for the unified management and access control across Azure resources, AKS, and Kubernetes resources. For more information, see [Azure RBAC for Kubernetes Authorization][kubernetes-rbac].
1818

1919
## Before you begin
2020

@@ -228,5 +228,4 @@ To learn more about AKS authentication, authorization, Kubernetes RBAC, and Azur
228228
[install-azure-cli]: /cli/azure/install-azure-cli
229229
[az-role-definition-create]: /cli/azure/role/definition#az_role_definition_create
230230
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get-credentials
231-
[kubernetes-rbac]: /concepts-identity#azure-rbac-for-kubernetes-authorization
232-
[azure-rbac-kubernetes-rbac]: /concepts-identity#azure-rbac-for-kubernetes-authorization
231+
[kubernetes-rbac]: ./concepts-identity.md#azure-rbac-for-kubernetes-authorization

0 commit comments

Comments
 (0)