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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ Alternatively, if you have permissions across multiple labs, you can reset multi
57
57
58
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
-
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](../virtual-machines/managed-disks-overview.md#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](../virtual-machines/managed-disks-overview.md#temporary-disk) (usually the D: drive on Windows) is lost after a redeploy operation.
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
62
62
You can only redeploy a lab VM in the Azure Lab Services website that is assigned to you.
63
63
64
64
You can also redeploy a lab VM by using the [REST api](/rest/api/labservices/virtual-machines/redeploy), [PowerShell](/powershell/module/az.labservices/start-azlabservicesvmredeployment), or the [.NET SDK](/dotnet/api/azure.resourcemanager.labservices.labvirtualmachineresource.redeploy).
65
65
66
66
> [!WARNING]
67
-
> After you redeploy a VM, all the data that you saved on the [temporary disk](../virtual-machines/managed-disks-overview.md#temporary-disk) (D: drive by default on Windows) is lost.
67
+
> After you redeploy a VM, all the data that you saved on the [temporary disk](/azure/virtual-machines/managed-disks-overview#temporary-disk) (D: drive by default on Windows) is lost.
68
68
69
69
To redeploy a lab VM in the Azure Lab Services website:
70
70
@@ -81,4 +81,4 @@ To redeploy a lab VM in the Azure Lab Services website:
81
81
## Next steps
82
82
83
83
- As a student, learn to [access labs](how-to-use-lab.md).
84
-
- As a student, [connect to a VM](connect-virtual-machine.md).
84
+
- As a student, [connect to a VM](connect-virtual-machine.md).
0 commit comments