Skip to content

Commit ef26a42

Browse files
authored
Add external link and using official terms instead in manage-azure-rbac.md
1 parent 5cc6643 commit ef26a42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/manage-azure-rbac.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ az role assignment create --role "Azure Kubernetes Service RBAC Admin" --assigne
104104
> ```
105105
106106
> [!NOTE]
107-
> After creating role assignments scoped to a desired namespace, you won't be able to see it in "role assignments" under "Access control (IAM)" in the Azure portal. You can find it by using the [`az role assignment list`][az-role-assignment-list] command.
107+
> In Azure portal, after creating role assignments scoped to a desired namespace, you won't be able to see "role assignments" for namespace [at a scope][list-role-assignments-at-a-scope-at-portal]. You can find it by using the [`az role assignment list`][az-role-assignment-list] command, or [list role assignments for a user or group][list-role-assignments-for-a-user-or-group-at-portal], which you assigned the role to.
108108
>
109109
```azurecli-interactive
110110
> az role assignment list --scope $AKS_ID/namespaces/<namespace-name>
@@ -229,6 +229,8 @@ To learn more about AKS authentication, authorization, Kubernetes RBAC, and Azur
229229
[az-aks-install-cli]: /cli/azure/aks#az-aks-install-cli
230230
[az-aks-create]: /cli/azure/aks#az-aks-create
231231
[az-aks-show]: /cli/azure/aks#az-aks-show
232+
[list-role-assignments-at-a-scope-at-portal]: ../role-based-access-control/role-assignments-list-portal#list-role-assignments-at-a-scope
233+
[list-role-assignments-for-a-user-or-group-at-portal]: ../role-based-access-control/role-assignments-list-portal#list-role-assignments-for-a-user-or-group
232234
[az-role-assignment-create]: /cli/azure/role/assignment#az-role-assignment-create
233235
[az-role-assignment-list]: /cli/azure/role/assignment#az-role-assignment-list
234236
[az-provider-register]: /cli/azure/provider#az-provider-register

0 commit comments

Comments
 (0)