You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/how-to-reset-and-redeploy-vm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You can also reset a lab VM by using the [REST api](/rest/api/labservices/virtua
29
29
30
30
To reset a lab VM in the Azure Lab Services website that's assigned to you:
31
31
32
-
1. Go to the [Azure Lab Services website](https://labs.azure.com/virtualmachines) to view you virtual machines.
32
+
1. Go to the [Azure Lab Services website](https://labs.azure.com/virtualmachines) to view your virtual machines.
33
33
34
34
1. For a specific lab VM, select **...** > **Reset**.
35
35
@@ -39,7 +39,7 @@ To reset a lab VM in the Azure Lab Services website that's assigned to you:
39
39
40
40
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/reset-single-vm-confirmation.png" alt-text="Screenshot that shows the confirmation dialog for resetting a single VM in the Lab Services web portal.":::
41
41
42
-
Alternatively, if you have permissions across multiple labs, you can reset mulitple VMs for a lab:
42
+
Alternatively, if you have permissions across multiple labs, you can reset multiple VMs for a lab:
43
43
44
44
1. Go to the [Azure Lab Services website](https://labs.azure.com).
45
45
@@ -55,7 +55,7 @@ Alternatively, if you have permissions across multiple labs, you can reset mulit
55
55
56
56
## Redeploy VMs
57
57
58
-
When you use lab plans, introduced in the [April 2022 Update](lab-services-whats-new.md), you can now also redeploy a lab VM. This operation is labelled**Troubleshoot** in the Azure Lab Services website and is available in the student's view of their VMs.
58
+
When you use lab plans, introduced in the [April 2022 Update](lab-services-whats-new.md), you can now also redeploy a lab VM. This operation is labeled**Troubleshoot** in the Azure Lab Services website and is available in the student's view of their VMs.
59
59
60
60
When you redeploy a lab VM, Azure Lab Services will shut down the VM, move the VM to a new node in within the Azure infrastructure, and then power it back on. You can think of a redeploy operation as a refresh of the underlying VM for your lab. All data that you saved in the [OS disk](/azure/virtual-machines/managed-disks-overview#os-disk) (usually the C: drive on Windows) of the VM will still be available after the redeploy operation. Any data on the [temporary disk](/azure/virtual-machines/managed-disks-overview#temporary-disk) (usually the D: drive on Windows) is lost after a redeploy operation.
61
61
@@ -68,11 +68,11 @@ You can also redeploy a lab VM by using the [REST api](/rest/api/labservices/vir
68
68
69
69
To redeploy a lab VM in the Azure Lab Services website:
70
70
71
-
1. Go to the [Azure Lab Services website](https://labs.azure.com/virtualmachines) to view you virtual machines.
71
+
1. Go to the [Azure Lab Services website](https://labs.azure.com/virtualmachines) to view your virtual machines.
72
72
73
73
1. For a specific lab VM, select **...** > **Troubleshoot**.
74
74
75
-
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/redeploy-vms.png" alt-text="Screenshot that shows the redeploy a virtual machine menu option in the Lab Services web portal.":::
75
+
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/redeploy-vms.png" alt-text="Screenshot that shows the Redeploy virtual machine menu option in the Lab Services web portal.":::
76
76
77
77
1. On the **Troubleshoot virtual machine** dialog box, select **Redeploy**.
0 commit comments