Skip to content

Commit 63b86bc

Browse files
committed
added note on restart when updating admin creds
1 parent b1cd81c commit 63b86bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/windows-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ az aks update \
106106
```
107107

108108
> [!IMPORTANT]
109-
> Performing the `az aks update` operation upgrades only Windows Server node pools. Linux node pools are not affected.
109+
> Performing the `az aks update` operation upgrades only Windows Server node pools and will cause a restart. Linux node pools are not affected.
110110
>
111111
> When you're changing `--windows-admin-password`, the new password must be at least 14 characters and meet [Windows Server password requirements][windows-server-password].
112112
@@ -123,7 +123,7 @@ $cluster | Set-AzAksCluster
123123
```
124124

125125
> [!IMPORTANT]
126-
> Performing the `Set-AzAksCluster` operation upgrades only Windows Server node pools. Linux node pools are not affected.
126+
> Performing the `Set-AzAksCluster` operation upgrades only Windows Server node pools and will cause a restart. Linux node pools are not affected.
127127
>
128128
> When you're changing the Windows administrator password, the new password must be at least 14 characters and meet [Windows Server password requirements][windows-server-password].
129129

0 commit comments

Comments
 (0)