Skip to content

Commit 95af7dd

Browse files
committed
fix the
1 parent 5f22e94 commit 95af7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ az aks create \
110110
After a few minutes, the command completes and returns JSON-formatted information about the cluster. Occasionally the cluster can take longer than a few minutes to provision. Allow up to 10 minutes in these cases.
111111

112112
## Add a Windows node pool
113-
By default, an AKS cluster is created with a node pool that can run Linux containers. Use the the `az aks nodepool add` command to add an additional node pool that can run Windows Server containers alongside the Linux node pool.
113+
By default, an AKS cluster is created with a node pool that can run Linux containers. Use the `az aks nodepool add` command to add an additional node pool that can run Windows Server containers alongside the Linux node pool.
114114

115115
AKS supports Windows Server 2019 and Windows Server 2022 node pools. For Kubernetes versions "1.25.0" and higher, Windows Server 2022 is the default operating system. For earlier versions, Windows Server 2019 will be the default operating system.
116116

0 commit comments

Comments
 (0)