Skip to content

Commit 5bf9897

Browse files
Merge pull request #250387 from allyford/disableGMSA
Disable GMSA
2 parents c39d95e + 70c7431 commit 5bf9897

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,19 @@ You can either [grant access to your key vault for the identity after cluster cr
358358
5. Open a web browser to the external IP address of the `gmsa-demo` service.
359359
6. Authenticate with the `$NETBIOS_DOMAIN_NAME\$AD_USERNAME` and password and confirm you see `Authenticated as $NETBIOS_DOMAIN_NAME\$AD_USERNAME, Type of Authentication: Negotiate`.
360360
361+
### Disable GMSA on an existing cluster
362+
363+
* Disable GMSA on an existing cluster with Windows Server nodes using the [`az aks update`][az-aks-update] command.
364+
365+
```azurecli-interactive
366+
az aks update \
367+
--resource-group myResourceGroup \
368+
--name myAKSCluster \
369+
--disable-windows-gmsa
370+
```
371+
> [!NOTE]
372+
> You can re-enable GMSA on an existing cluster by using the [az aks update][az-aks-update] command.
373+
361374
## Troubleshooting
362375
363376
### No authentication is prompted when loading the page

0 commit comments

Comments
 (0)