Skip to content

Commit 0f24e8b

Browse files
Merge pull request #230265 from cynthn/patch-52
Update delete.md - remove extra stuff in links that were added
2 parents 4607d1a + 2a660a6 commit 0f24e8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-machines/delete.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ PATCH https://management.azure.com/subscriptions/subID/resourceGroups/resourcegr
279279

280280
## Force Delete for VMs
281281

282-
Force delete allows you to forcefully delete your virtual machine, reducing delete latency and immediately freeing up attached resources. For VMs that do not require graceful shutdown, Force Delete will delete the VM as fast as possible while relieving the logical resources from the VM, bypassing the graceful shutdown and some of the cleanup operations. Force Delete will not immediately free the MAC address associated with a VM, as this is a physical resource that may take up to 10 min to free. If you need to immediately re-use the MAC address on a new VM, Force Delete is not recommended. Force delete should only be used when you are not intending to re-use virtual hard disks. You can use force delete through Portal, CLI, PowerShell, and REST API.
282+
Force delete allows you to forcefully delete your virtual machine, reducing delete latency and immediately freeing up attached resources. For VMs that don't require graceful shutdown, Force Delete will delete the VM as fast as possible while relieving the logical resources from the VM, bypassing the graceful shutdown and some of the cleanup operations. Force Delete won't immediately free the MAC address associated with a VM, as this is a physical resource that may take up to 10 min to free. If you need to immediately re-use the MAC address on a new VM, Force Delete isn't recommended. Force delete should only be used when you aren't intending to re-use virtual hard disks. You can use force delete through Portal, CLI, PowerShell, and REST API.
283283

284284
### [Portal](#tab/portal4)
285285

286-
When you go to delete an existing VM, you will find an option to apply force delete in the delete pane.
286+
When you go to delete an existing VM, you'll find an option to apply force delete in the delete pane.
287287

288288
1. Open the [portal](https://portal.azure.com).
289289
1. Navigate to your virtual machine.
@@ -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 \
@@ -321,11 +321,11 @@ You can use the Azure REST API to apply force delete to your virtual machines. U
321321

322322
## Force Delete for scale sets
323323

324-
Force delete allows you to forcefully delete your **Uniform** Virtual Machine Scale Set, reducing delete latency and immediately freeing up attached resources. . Force Delete will not immediately free the MAC address associated with a VM, as this is a physical resource that may take up to 10 min to free. If you need to immediately re-use the MAC address on a new VM, Force Delete is not recommended. Force delete should only be used when you are not intending to re-use virtual hard disks. You can use force delete through Portal, CLI, PowerShell, and REST API.
324+
Force delete allows you to forcefully delete your **Uniform** Virtual Machine Scale Set, reducing delete latency and immediately freeing up attached resources. Force Delete won't immediately free the MAC address associated with a VM, as this is a physical resource that may take up to 10 min to free. If you need to immediately re-use the MAC address on a new VM, Force Delete isn't recommended. Force delete should only be used when you are not intending to re-use virtual hard disks. You can use force delete through Portal, CLI, PowerShell, and REST API.
325325

326326
### [Portal](#tab/portal5)
327327

328-
When you go to delete an existing scale set, you will find an option to apply force delete in the delete pane.
328+
When you go to delete an existing scale set, you'll find an option to apply force delete in the delete pane.
329329

330330
1. Open the [portal](https://portal.azure.com).
331331
1. Navigate to your Virtual Machine Scale Set.
@@ -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)