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: azure-local/manage/manage-arc-virtual-machines.md
+47-5Lines changed: 47 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-local
8
-
ms.date: 06/09/2025
8
+
ms.date: 07/29/2025
9
9
---
10
10
11
11
# Manage Azure Local VMs enabled by Azure Arc
@@ -252,6 +252,26 @@ Pausing a VM is useful to save compute resources when you're not using the VM. P
252
252
253
253
You can pause only running VMs. After you pause a VM, you can resume it later.
254
254
255
+
### [Azure portal](#tab/azureportal)
256
+
257
+
To pause a VM, follow these steps in the Azure portal for your Azure Local instance:
258
+
259
+
1. Go to the Azure Local resource, and then go to **Virtual machines**.
260
+
261
+
1. In the list of virtual machines, select a VM that's running and that you want to pause.
262
+
263
+
1. On the **Overview** page for the VM, on the command bar, select **Pause**.
264
+
265
+
:::image type="content" source="./media/manage-arc-virtual-machines/pause-virtual-machine.png" alt-text="Screenshot of the button for pausing a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/pause-virtual-machine.png":::
266
+
267
+
1. On the confirmation message, select **Yes**.
268
+
269
+
1. Verify that the VM's status changes to **Paused**.
270
+
271
+
### [Azure CLI](#tab/azurecli)
272
+
273
+
To pause a VM, run the following commands in the Azure CLI on the computer that you're using to connect to Azure Local.
274
+
255
275
1. [Connect to a machine on your system](./azure-arc-vm-management-prerequisites.md#connect-to-the-system-directly).
256
276
257
277
1. Run the following Azure PowerShell cmdlet:
@@ -531,10 +551,32 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
531
551
532
552
</details>
533
553
554
+
---
555
+
534
556
## Save a VM
535
557
536
558
Saving a VM stores its current state to the disk and stops the VM. Saving a VM frees up memory and CPU resources. You can save only running VMs.
537
559
560
+
### [Azure portal](#tab/azureportal)
561
+
562
+
To save a VM, follow these steps in the Azure portal for your Azure Local instance:
563
+
564
+
1. Go to the Azure Local resource, and then go to **Virtual machines**.
565
+
566
+
1. In the list of virtual machines, select a VM that's running and that you want to save.
567
+
568
+
1. On the **Overview** page for the VM, on the command bar, select **Save**.
569
+
570
+
:::image type="content" source="./media/manage-arc-virtual-machines/save-virtual-machine.png" alt-text="Screenshot of the button for saving a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/save-virtual-machine.png":::
571
+
572
+
1. On the confirmation message, select **Yes**.
573
+
574
+
1. Verify that the VM's status changes to **Saved**.
575
+
576
+
### [Azure CLI](#tab/azurecli)
577
+
578
+
To save a VM, run the following commands in the Azure CLI on the computer that you're using to connect to Azure Local.
579
+
538
580
1.[Connect to a machine on your system](./azure-arc-vm-management-prerequisites.md#connect-to-the-system-directly).
539
581
540
582
1. Run the following Azure PowerShell cmdlet:
@@ -813,11 +855,13 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
813
855
814
856
</details>
815
857
858
+
---
859
+
816
860
## Change the local account password
817
861
818
862
Follow these steps to change the local account passwords for an Azure Local VM deployed on your Azure Local instance. The steps are different for Windows and Linux VMs.
819
863
820
-
### [Windows](#tab/windows)
864
+
### Change the local account password for Windows VMs
821
865
822
866
1. Sign in to the Azure Local VM.
823
867
@@ -849,7 +893,7 @@ Follow these steps to change the local account passwords for an Azure Local VM d
849
893
}
850
894
```
851
895
852
-
### [Linux](#tab/linux)
896
+
### Change the local account password for Linux VMs
853
897
854
898
If Bash is in a different directory, be sure to change the `#!/bin/bash` line accordingly.
855
899
@@ -883,8 +927,6 @@ If Bash is in a different directory, be sure to change the `#!/bin/bash` line ac
883
927
fi
884
928
```
885
929
886
-
---
887
-
888
930
## Delete a VM
889
931
890
932
Deleting a VM doesn't delete all the resources associated with the VM. For example, it doesn't delete the data disks and the network interfaces associated with the VM. You need to locate and delete these resources separately.
0 commit comments