We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cda53f + d365035 commit 4ea6df4Copy full SHA for 4ea6df4
articles/aks/node-pool-snapshot.md
@@ -125,7 +125,7 @@ SNAPSHOT_ID=$(az aks snapshot show --name MySnapshot --resource-group myResource
125
Now, we can use this command to create this cluster off of the snapshot configuration.
126
127
```azurecli-interactive
128
-az aks cluster create --name myAKSCluster2 --resource-group myResourceGroup --snapshot-id $SNAPSHOT_ID
+az aks create --name myAKSCluster2 --resource-group myResourceGroup --snapshot-id $SNAPSHOT_ID
129
```
130
131
## Next steps
0 commit comments