Skip to content

Commit 80d05c5

Browse files
authored
Merge pull request #114166 from laurenhughes/aks-windows-update
AKS - Remove preview extension from Windows
2 parents e432399 + 12f8503 commit 80d05c5

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

articles/aks/windows-container-cli.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Windows Server container on an Azure Kubernetes Service (AKS) cl
33
description: Learn how to quickly create a Kubernetes cluster, deploy an application in a Windows Server container in Azure Kubernetes Service (AKS) using the Azure CLI.
44
services: container-service
55
ms.topic: article
6-
ms.date: 04/14/2020
6+
ms.date: 05/06/2020
77

88

99
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy a Windows Server container so that I can see how to run applications running on a Windows Server container using the managed Kubernetes service in Azure.
@@ -21,18 +21,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2121

2222
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2323

24-
25-
### Install aks-preview CLI extension
26-
27-
To use Windows Server containers, you need the *aks-preview* CLI extension version 0.4.12 or higher. Install the *aks-preview* Azure CLI extension using the [az extension add][az-extension-add] command, then check for any available updates using the [az extension update][az-extension-update] command::
28-
29-
```azurecli-interactive
30-
# Install the aks-preview extension
31-
az extension add --name aks-preview
32-
# Update the extension to make sure you have the latest version installed
33-
az extension update --name aks-preview
34-
```
35-
3624
### Limitations
3725

3826
The following limitations apply when you create and manage AKS clusters that support multiple node pools:
@@ -90,9 +78,6 @@ az aks create \
9078
--enable-addons monitoring \
9179
--kubernetes-version 1.16.7 \
9280
--generate-ssh-keys \
93-
--enable-vmss \
94-
--vm-set-type VirtualMachineScaleSets \
95-
--load-balancer-sku standard \
9681
--network-plugin azure
9782
```
9883

0 commit comments

Comments
 (0)