Skip to content

Commit 73d4a52

Browse files
Merge pull request #243489 from Nickomang/aks-gh-windows-cred
Added note on restart when updating admin creds
2 parents acef919 + 63b86bc commit 73d4a52

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)