Skip to content

Commit fddad6a

Browse files
Merge pull request #227529 from RoseHJM/dtl-no-soft-delete
DTL - no soft delete of VMs or Labs
2 parents b371e93 + 3c3cb16 commit fddad6a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/devtest-labs/devtest-lab-delete-lab-vm.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ When you create a VM in a lab, DevTest Labs automatically creates resources for
1919
- The VM's key vault in the lab's resource group.
2020
- Any availability set, load balancer, or public IP address in the VM's resource group. These resources are shared by multiple VMs in a resource group.
2121

22+
> [!CAUTION]
23+
> Deleting VMs and labs is permanent, and cannot be undone.
24+
2225
To delete a VM from a lab:
2326

2427
1. On the lab's **Overview** page in the Azure portal, find the VM you want to delete in the list under **My virtual machines**.
@@ -33,7 +36,8 @@ To delete a VM from a lab:
3336
- Select the VM name in the list, and then on the VM's **Overview** page, select **Delete** from the top menu.
3437
![Screenshot of the Delete button on the V M Overview page.](media/devtest-lab-delete-lab-vm/delete-from-vm-page.png)
3538

36-
1. On the **Are you sure you want to delete it?** page, select **Delete**.
39+
1. On the **Are you sure you want to delete it?** page, select **Delete**.</br>
40+
The deletion of the VM, it's network interface, and it's associated OS disks is permanent, and cannot be undone.
3741

3842
![Screenshot of the V M deletion confirmation page.](media/devtest-lab-delete-lab-vm/select-lab.png)
3943

@@ -58,7 +62,8 @@ To delete a lab:
5862

5963
![Screenshot of the Delete button on the lab Overview page.](media/devtest-lab-delete-lab-vm/delete-button.png)
6064

61-
1. On the **Are you sure you want to delete it?** page, under **Type the lab name**, type the lab name, and then select **Delete**.
65+
1. On the **Are you sure you want to delete it?** page, under **Type the lab name**, type the lab name, and then select **Delete**.</br>
66+
The deletion of the lab and all it's resources is permanent, and cannot be undone.
6267

6368
![Screenshot of the lab deletion confirmation page.](media/devtest-lab-delete-lab-vm/confirm-delete.png)
6469

0 commit comments

Comments
 (0)