Skip to content

Commit 0933177

Browse files
authored
Merge pull request #202752 from SreejaBhattacharya-MSFT/patch-24
Minor doc-change
2 parents 99a758e + 78d2c7c commit 0933177

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
@@ -41,7 +41,7 @@ NODEPOOL_ID=$(az aks nodepool show --name nodepool1 --cluster-name myAKSCluster
4141
Now, to take a snapshot from the previous node pool you'll use the `az aks snapshot` CLI command.
4242

4343
```azurecli-interactive
44-
az aks snapshot create --name MySnapshot --resource-group MyResourceGroup --nodepool-id $NODEPOOL_ID --location eastus
44+
az aks nodepool snapshot create --name MySnapshot --resource-group MyResourceGroup --nodepool-id $NODEPOOL_ID --location eastus
4545
```
4646

4747
## Create a node pool from a snapshot

0 commit comments

Comments
 (0)