Skip to content

Commit 21779ba

Browse files
authored
Merge pull request #75844 from PixelRobots/patch-7
disable azure RBAC
2 parents b4ab3d5 + ce423bf commit 21779ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/aks/manage-azure-rbac.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ To add Azure RBAC for Kubernetes Authorization into an existing AKS cluster, use
7777
```azurecli-interactive
7878
az aks update -g myResourceGroup -n myAKSCluster --enable-azure-rbac
7979
```
80+
To remove Azure RBAC for Kubernetes Authorization from an existing AKS cluster, use the [az aks update][az-aks-update] command with the flag `disable-azure-rbac`.
81+
82+
```azurecli-interactive
83+
az aks update -g myResourceGroup -n myAKSCluster --disable-azure-rbac
84+
```
8085

8186
## Create role assignments for users to access cluster
8287

@@ -257,4 +262,4 @@ az group delete -n MyResourceGroup
257262
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
258263
[az-provider-register]: /cli/azure/provider#az_provider_register
259264
[az-aks-update]: /cli/azure/aks#az_aks_update
260-
[managed-aad]: ./managed-aad.md
265+
[managed-aad]: ./managed-aad.md

0 commit comments

Comments
 (0)