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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,43 +4,45 @@ description: This article provides steps to quickly and easily restart virtual m
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 06/26/2020
7
+
ms.date: 04/18/2024
8
8
ms.custom: UpdateFrequency2
9
+
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.
9
11
---
10
12
11
13
# Restart a VM in a lab in Azure DevTest Labs
14
+
12
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:
13
16
14
17
- The VM must be running for the restart feature to be enabled.
15
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.
16
19
- If an artifact is being applied when you restart the VM, you receive a warning that the artifact might not be applied.
17
20
18
-

19
-
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":::
20
22
21
23
> [!NOTE]
22
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.
23
-
>
24
-
>
25
25
26
-
## Steps to restart a VM in a lab in Azure DevTest Labs
27
26
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
28
27
1. Select **All Services**, and then select **DevTest Labs** from the list.
29
28
1. From the list of labs, select the lab that includes the VM you want to restart.
30
29
1. In the left panel, select **My Virtual Machines**.
31
30
1. From the list of VMs, select a running VM.
32
31
1. At the top of the VM management pane, select **Restart**.
33
32
34
-

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":::
35
34
36
35
1. Monitor the status of the restart by selecting the **Notifications** icon at the top right of the window.
37
36
38
-

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":::
39
38
40
39
You can also restart a running VM by selecting its ellipsis (...) in the list of **My Virtual Machines**.
41
40
42
-

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":::
42
+
43
+
44
+
After the VM restarts, you can reconnect to it by selecting **Connect** on the VM management pane.
45
+
46
+
## Related content
43
47
44
-
## Next steps
45
-
* Once it is restarted, you can reconnect to the VM by selecting **Connect** on the its management pane.
0 commit comments