Skip to content

Commit 96d5e5c

Browse files
committed
resolving blocking issues with links
1 parent 61cbc02 commit 96d5e5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/aks/manage-azure-rbac.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ author: palma21
1212

1313
# Use Azure role-based access control for Kubernetes Authorization
1414

15-
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)](/concepts-identity#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.
15+
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](/concepts-identity#azure-rbac-for-kubernetes-authorization).
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].
1818

1919
## Before you begin
2020

@@ -228,3 +228,5 @@ 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

0 commit comments

Comments
 (0)