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.
1 parent aa706bc commit d365035Copy full SHA for d365035
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