Skip to content

Commit 2380bda

Browse files
Merge pull request #274546 from mimckitt/patch-125
Update standby-pools-create.md
2 parents 7d75dd4 + 596f796 commit 2380bda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machine-scale-sets/standby-pools-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can also configure a standby pool during Virtual Machine Scale Set creation
7272

7373

7474
### [CLI](#tab/cli)
75-
Create a standby pool and associate it with an existing scale set using [az standby-vm-pool create](/cli/azure/standby-pool).
75+
Create a standby pool and associate it with an existing scale set using [az standby-vm-pool create](/cli/azure/standby-vm-pool).
7676

7777
```azurecli-interactive
7878
az standby-vm-pool create \

articles/virtual-machine-scale-sets/standby-pools-update-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can update the state of the instances and the max ready capacity of your sta
3131

3232

3333
### [CLI](#tab/cli-2)
34-
Update an existing standby pool using [az standby-vm-pool update](/cli/azure/standby-pool).
34+
Update an existing standby pool using [az standby-vm-pool update](/cli/azure/standby-vm-pool).
3535

3636
```azurecli-interactive
3737
az standby-vm-pool update \
@@ -163,7 +163,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/m
163163

164164

165165
### [CLI](#tab/cli-3)
166-
Delete an existing standby pool using [az standbypool delete](/cli/azure/standby-pool).
166+
Delete an existing standby pool using [az standbypool delete](/cli/azure/standby-vm-pool).
167167

168168
```azurecli-interactive
169169
az standby-vm-pool delete \

0 commit comments

Comments
 (0)