Skip to content

Commit 3c5b351

Browse files
Merge pull request #270381 from MGoedtel/aksghi120973
Updated AKS windows-faq
2 parents 791d41b + 6c4197b commit 3c5b351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/windows-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
description: See the frequently asked questions when you run Windows Server node pools and application workloads in Azure Kubernetes Service (AKS).
55
ms.topic: article
66
ms.custom: build-2023, devx-track-azurecli, linux-related-content
7-
ms.date: 04/13/2023
7+
ms.date: 03/27/2024
88
#Customer intent: As a cluster operator, I want to see frequently asked questions when running Windows node pools and application workloads.
99
---
1010

@@ -96,7 +96,7 @@ az aks update \
9696

9797
> [!IMPORTANT]
9898
> Performing the `az aks update` operation upgrades only Windows Server node pools and will cause a restart. Linux node pools are not affected.
99-
>
99+
>
100100
> 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].
101101
102102
### [Azure PowerShell](#tab/azure-powershell)
@@ -120,7 +120,7 @@ $cluster | Set-AzAksCluster
120120

121121
## How many node pools can I create?
122122

123-
The AKS cluster can have a maximum of 100 node pools. You can have a maximum of 1,000 nodes across those node pools. For more information, see [Node pool limitations][nodepool-limitations].
123+
An AKS cluster with Windows node pools doesn't have a different AKS resource limit than the default specified for the AKS service. For more information, see [Quotas, virtual machine size restrictions, and region availability in Azure Kubernetes Service (AKS)][nodepool-limit].
124124

125125
## What can I name my Windows node pools?
126126

@@ -242,7 +242,7 @@ To get started with Windows Server containers in AKS, see [Create a node pool th
242242
[upgrade-cluster]: upgrade-cluster.md
243243
[upgrade-cluster-cp]: manage-node-pools.md#upgrade-a-cluster-control-plane-with-multiple-node-pools
244244
[azure-outbound-traffic]: ../load-balancer/load-balancer-outbound-connections.md#defaultsnat
245-
[nodepool-limitations]: create-node-pools.md#limitations
245+
[nodepool-limit]: quotas-skus-regions.md
246246
[windows-container-compat]: /virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2019%2Cwindows-10-1909
247247
[maximum-number-of-pods]: azure-cni-overview.md#maximum-pods-per-node
248248
[azure-monitor]: ../azure-monitor/containers/container-insights-overview.md#what-does-azure-monitor-for-containers-provide

0 commit comments

Comments
 (0)