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/devtest-labs/devtest-lab-restart-vm.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Restart a VM in a lab
3
-
description: This article provides steps to quickly and easily restart virtual machines (VM) in Azure DevTest Labs.
2
+
title: Restart a VM in a Lab
3
+
description: Learn how to quickly and easily restart virtual machines (VM) in Azure DevTest Labs.
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 04/18/2024
7
+
ms.date: 07/21/2025
8
8
ms.custom: UpdateFrequency2
9
9
10
10
#customer intent: As a lab admin, I want to restart a virtual machine in a lab in Azure DevTest Labs so that I can restart a virtual machine as part of a troubleshooting plan.
@@ -15,33 +15,32 @@ ms.custom: UpdateFrequency2
15
15
You can quickly and easily restart a virtual machine in DevTest Labs by following the steps in this article. Consider the following before restarting a VM:
16
16
17
17
- The VM must be running for the restart feature to be enabled.
18
-
- If a user is connected to a running VM when they perform a restart, they must reconnect to the VM after it starts back up.
19
-
- If an artifact is being applied when you restart the VM, you receive a warning that the artifact might not be applied.
18
+
- If you're connected to a running VM when you perform a restart, you need to reconnect to the VM after it starts back up.
19
+
- If an artifact is being applied when you restart the VM, you might receive a warning stating that the artifact might not be applied:
20
20
21
-
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png" alt-text="Screenshot showing the restarting while applying artifacts warning." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png":::
21
+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png" alt-text="Screenshot showing the warning that appears if you try to restart a VM while artifacts are being applied." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png":::
22
22
23
23
> [!NOTE]
24
-
> If the VM has stalled while applying an artifact, you can use the restart VM feature as a potential way to resolve the issue.
24
+
> If a VM stalls while you're applying an artifact, restarting the VM might resolve the issue.
25
25
26
-
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
27
-
1. Select **All Services**, and then select **DevTest Labs** from the list.
28
-
1. From the list of labs, select the lab that includes the VM you want to restart.
29
-
1. In the left panel, select **My Virtual Machines**.
30
-
1. From the list of VMs, select a running VM.
31
-
1. At the top of the VM management pane, select **Restart**.
26
+
To restart a VM:
32
27
33
-
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png" alt-text="Screenshot of the Azure portal showing the Restart VM button." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png":::
28
+
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
29
+
1. Go to the lab that includes the VM you want to restart.
30
+
1. In the list of VMs, select a running VM.
31
+
1. At the top of the VM Overview page, select **Restart**:
34
32
35
-
1. Monitor the status of the restart by selecting the **Notifications** icon at the top right of the window.
33
+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png" alt-text="Screenshot of the Azure portal showing the VM Restart button." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png":::
36
34
37
-
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png" alt-text="Screenshot of the Azure portal showing the notification icon and message." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png":::
35
+
1. Monitor the status of the restart by selecting the **Notifications** button in the top-right corner of the window:
38
36
39
-
You can also restart a running VM by selecting its ellipsis (...) in the list of **My Virtual Machines**.
37
+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png" alt-text="Screenshot showing the notification button and message." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png":::
40
38
41
-
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png" alt-text="Screenshot of the Azure portal showing the Restart VM option in the ellipses menu." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png":::
39
+
You can also restart a running VM by selecting the associated ellipsis button (**...**) in the **My virtual machines** list:
42
40
41
+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png" alt-text="Screenshot showing the VM Restart option in the ellipses menu." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png":::
43
42
44
-
After the VM restarts, you can reconnect to it by selecting **Connect** on the VM management pane.
43
+
After the VM restarts, you can reconnect to it by selecting **Connect** on the VM's Overview page.
0 commit comments