Skip to content

Commit 703e0d5

Browse files
authored
Merge pull request #204513 from RoseHJM/azlabs-ga-updates
First draft troubleshooting - students redeploy
2 parents 109ffef + be88842 commit 703e0d5

File tree

6 files changed

+38
-5
lines changed

6 files changed

+38
-5
lines changed

articles/lab-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@
213213
href: connect-virtual-machine-chromebook-remote-desktop.md
214214
- name: Connect to Linux VM using X2Go
215215
href: connect-virtual-machine-linux-x2go.md
216+
- name: How to troubleshoot a VM
217+
href: how-to-reset-and-redeploy-vm.md
216218
- name: Set or reset passwords for VMs
217219
href: how-to-set-virtual-machine-passwords-student.md
218220
- name: View support information (student)

articles/lab-services/how-to-manage-vm-pool.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ On the **Reset virtual machine(s)** dialog box, select **Reset**.
5454

5555
### Redeploy VMs
5656

57-
In the [April 2022 Update (preview)](lab-services-whats-new.md), redeploying VMs replaces the previous reset VM behavior. In the Lab Services web portal: [https://labs.azure.com](https://labs.azure.com), the command is named **Troubleshoot** and is available in the student's view of their VMs.
58-
59-
If students are facing difficulties accessing their VM, redeploying the VM may provide a resolution for the issue. Redeploying, unlike resetting, doesn't cause the data on the OS to be lost. When you [redeploy a VM](/troubleshoot/azure/virtual-machines/redeploy-to-new-node-windows), Azure Lab Services will shut down the VM, move it to a new host, and restart it. You can think of it as a refresh of the underlying VM for the student’s machine. The student doesn’t need to re-register to the lab or do any other action. Any data you saved in the OS disk (usually C: drive) of the VM will still be available after the redeploy operation. Anything saved on the temporary disk (usually D: drive) will be lost.
60-
61-
:::image type="content" source="./media/how-to-set-virtual-machine-passwords/redeploy-vms.png" alt-text="Screenshot of redeploy virtual machine menu option.":::
57+
In the [April 2022 Update (preview)](lab-services-whats-new.md), redeploying VMs replaces the previous reset VM behavior. In the Lab Services web portal: [https://labs.azure.com](https://labs.azure.com), the command is named **Troubleshoot** and is available in the student's view of their VMs. For more information and instructions on how students can redeploy their VMs, see: [Redeploy VMs](how-to-reset-and-redeploy-vm.md#redeploy-vms).
6258

6359
## Connect to VMs
6460

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Troubleshoot a VM in Azure Lab Services
3+
description: Learn how to troubleshoot a VM in Azure Lab Services
4+
ms.topic: how-to
5+
ms.author: rosemalcolm
6+
author: RoseHJM
7+
ms.date: 01/21/2022
8+
---
9+
<!-- As a student, I want to be able to troubleshoot connectivity problems with my VM so that I can get back up and running quickly, without having to escalate an issue -->
10+
11+
# How to troubleshoot a VM
12+
On rare occasions, you may have problems connecting with a VM in one of your labs. There are some troubleshooting steps you can take as a student to resolve connectivity issues and get back up and running quickly. You can avoid having to escalate the issue to your educator and wait for a solution.
13+
14+
## Reset VMs
15+
16+
To reset one or more VMs, select them in the list, and then select **Reset** on the toolbar.
17+
18+
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/reset-vm-button.png" alt-text="Screenshot of virtual machine pool. Reset button is highlighted.":::
19+
20+
On the **Reset virtual machine(s)** dialog box, select **Reset**.
21+
22+
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/reset-vms-dialog.png" alt-text="Screenshot of reset virtual machine confirmation dialog.":::
23+
24+
### Redeploy VMs
25+
26+
In the [April 2022 Update (preview)](lab-services-whats-new.md), redeploying VMs replaces the previous reset VM behavior. In the Lab Services web portal: [https://labs.azure.com](https://labs.azure.com), the command is named **Troubleshoot** and is available in the student's view of their VMs.
27+
28+
If you're facing difficulties accessing their VM, redeploying the VM may provide a resolution for the issue. Redeploying, unlike resetting, doesn't cause the data on the OS to be lost. When you [redeploy a VM](/troubleshoot/azure/virtual-machines/redeploy-to-new-node-windows), Azure Lab Services will shut down the VM, move it to a new host, and restart it. You can think of it as a refresh of the underlying VM for your machine. You don’t need to re-register to the lab or perform any other action. Any data you saved in the OS disk (usually C: drive) of the VM will still be available after the redeploy operation. Anything saved on the temporary disk (usually D: drive) will be lost.
29+
30+
:::image type="content" source="./media/how-to-reset-and-redeploy-vm/redeploy-vms.png" alt-text="Screenshot of redeploy virtual machine menu option.":::
31+
32+
## Next steps
33+
34+
- As a student, learn to [access labs](how-to-use-lab.md).
35+
- As a student, [connect to a VM](connect-virtual-machine.md).
38.9 KB
Loading
52.2 KB
Loading

0 commit comments

Comments
 (0)