Skip to content

Commit 5b2a2f4

Browse files
committed
respond to feedback
1 parent b2f9712 commit 5b2a2f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/use-group-managed-service-accounts.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,16 @@ You can either [grant access to your key vault for the identity after cluster cr
357357
358358
### Disable GMSA on an existing cluster
359359
360-
* Disable GMSA on an existing cluster with Windows Server nodes using the [`az aks update`][az-aks-update] command. To re-enable GMSA, follow guidance above using the [`az aks update`][az-aks-update] command to enable GMSA on an existing cluster.
360+
* Disable GMSA on an existing cluster with Windows Server nodes using the [`az aks update`][az-aks-update] command.
361361
362362
```azurecli-interactive
363363
az aks update \
364364
--resource-group myResourceGroup \
365365
--name myAKSCluster \
366-
--disable-windows-gmsa \
366+
--disable-windows-gmsa
367+
```
368+
> [!NOTE]
369+
> You can re-enable GMSA on an existing cluster by using the [ az aks update ][az-aks-update] command.
367370
368371
## Troubleshooting
369372

0 commit comments

Comments
 (0)