Skip to content

Commit 4ea6df4

Browse files
authored
Merge pull request #185447 from mangasoft/patch-1
Correcting create cluster command.
2 parents 9cda53f + d365035 commit 4ea6df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/node-pool-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SNAPSHOT_ID=$(az aks snapshot show --name MySnapshot --resource-group myResource
125125
Now, we can use this command to create this cluster off of the snapshot configuration.
126126

127127
```azurecli-interactive
128-
az aks cluster create --name myAKSCluster2 --resource-group myResourceGroup --snapshot-id $SNAPSHOT_ID
128+
az aks create --name myAKSCluster2 --resource-group myResourceGroup --snapshot-id $SNAPSHOT_ID
129129
```
130130

131131
## Next steps

0 commit comments

Comments
 (0)