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 99a758e + 78d2c7c commit 0933177Copy full SHA for 0933177
articles/aks/node-pool-snapshot.md
@@ -41,7 +41,7 @@ NODEPOOL_ID=$(az aks nodepool show --name nodepool1 --cluster-name myAKSCluster
41
Now, to take a snapshot from the previous node pool you'll use the `az aks snapshot` CLI command.
42
43
```azurecli-interactive
44
-az aks snapshot create --name MySnapshot --resource-group MyResourceGroup --nodepool-id $NODEPOOL_ID --location eastus
+az aks nodepool snapshot create --name MySnapshot --resource-group MyResourceGroup --nodepool-id $NODEPOOL_ID --location eastus
45
```
46
47
## Create a node pool from a snapshot
0 commit comments