File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
articles/virtual-machine-scale-sets Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ You can also configure a standby pool during Virtual Machine Scale Set creation
72
72
73
73
74
74
### [ 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 ) .
76
76
77
77
``` azurecli-interactive
78
78
az standby-vm-pool create \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ You can update the state of the instances and the max ready capacity of your sta
31
31
32
32
33
33
### [ 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 ) .
35
35
36
36
``` azurecli-interactive
37
37
az standby-vm-pool update \
@@ -163,7 +163,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionID}/resourceGroups/m
163
163
164
164
165
165
### [ 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 ) .
167
167
168
168
``` azurecli-interactive
169
169
az standby-vm-pool delete \
You can’t perform that action at this time.
0 commit comments