Skip to content

Commit 2f7eef8

Browse files
Merge pull request #281854 from sabbour/patch-3
Remove --generate-ssh-keys from AKS Automatic create
2 parents 03fb4bf + 066ed95 commit 2f7eef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/learn/quick-kubernetes-automatic-deploy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ To create an AKS Automatic cluster, use the [az aks create][az-aks-create] comma
120120
az aks create \
121121
--resource-group myResourceGroup \
122122
--name myAKSAutomaticCluster \
123-
--sku automatic \
124-
--generate-ssh-keys
123+
--sku automatic
125124
```
126125

127126
After a few minutes, the command completes and returns JSON-formatted information about the cluster.

0 commit comments

Comments
 (0)