Skip to content

Commit ee594e0

Browse files
authored
1 parent 941a8f9 commit ee594e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ When you go to delete an existing VM, you will find an option to apply force del
293293

294294
### [CLI](#tab/cli4)
295295

296-
Use the `--force-deletion` parameter for [az vm delete](/cli/azure/vm?view=azure-cli-latest#az-vm-delete&preserve-view=true).
296+
Use the `--force-deletion` parameter for [az vm delete](/cli/azure/vm#az-vm-delete).
297297

298298
```azurecli-interactive
299299
az vm delete \
@@ -335,7 +335,7 @@ When you go to delete an existing scale set, you will find an option to apply fo
335335

336336
### [CLI](#tab/cli5)
337337

338-
Use the `--force-deletion` parameter for [az vmss delete](/cli/azure/vmss?view=azure-cli-latest#az-vmss-delete&preserve-view=true).
338+
Use the `--force-deletion` parameter for [az vmss delete](/cli/azure/vmss#az-vmss-delete).
339339

340340
```azurecli-interactive
341341
az vmss delete \

0 commit comments

Comments
 (0)