Skip to content

Commit f4c0552

Browse files
committed
Added Save and pause actions for Azure Local VMs
1 parent 38c62bd commit f4c0552

File tree

3 files changed

+47
-5
lines changed

3 files changed

+47
-5
lines changed

azure-local/manage/manage-arc-virtual-machines.md

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 06/09/2025
8+
ms.date: 07/29/2025
99
---
1010

1111
# 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
252252
253253
You can pause only running VMs. After you pause a VM, you can resume it later.
254254
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+
255275
1. [Connect to a machine on your system](./azure-arc-vm-management-prerequisites.md#connect-to-the-system-directly).
256276
257277
1. Run the following Azure PowerShell cmdlet:
@@ -531,10 +551,32 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
531551

532552
</details>
533553

554+
---
555+
534556
## Save a VM
535557

536558
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.
537559

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+
538580
1. [Connect to a machine on your system](./azure-arc-vm-management-prerequisites.md#connect-to-the-system-directly).
539581

540582
1. Run the following Azure PowerShell cmdlet:
@@ -813,11 +855,13 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
813855

814856
</details>
815857

858+
---
859+
816860
## Change the local account password
817861

818862
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.
819863

820-
### [Windows](#tab/windows)
864+
### Change the local account password for Windows VMs
821865

822866
1. Sign in to the Azure Local VM.
823867

@@ -849,7 +893,7 @@ Follow these steps to change the local account passwords for an Azure Local VM d
849893
}
850894
```
851895
852-
### [Linux](#tab/linux)
896+
### Change the local account password for Linux VMs
853897
854898
If Bash is in a different directory, be sure to change the `#!/bin/bash` line accordingly.
855899
@@ -883,8 +927,6 @@ If Bash is in a different directory, be sure to change the `#!/bin/bash` line ac
883927
fi
884928
```
885929
886-
---
887-
888930
## Delete a VM
889931
890932
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.
218 KB
Loading
218 KB
Loading

0 commit comments

Comments
 (0)