Skip to content

Commit 0d9aadb

Browse files
Merge pull request #18080 from v-sissondan/vm-ops
VM supported ops changes
2 parents a24a8c8 + 0b72974 commit 0d9aadb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

azure-local/manage/azure-arc-vm-management-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Consider the following limitations when you're managing VMs on Azure Local:
5656
- VLAN ID
5757
- Virtual switch name
5858

59+
> [!NOTE]
60+
> Taking a VM checkpoint locally is only supported for Azure Local 2504 and later.
61+
5962
## Components of Azure Local VM management
6063

6164
Azure Local VM management has several components, including:

azure-local/manage/virtual-machine-operations.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: concept-article
77
ms.service: azure-local
8-
ms.date: 04/28/2025
8+
ms.date: 06/02/2025
99
---
1010

1111
# Supported operations for Azure Local VMs enabled by Azure Arc
@@ -59,6 +59,7 @@ Perform the following VM operations only via the Azure CLI. Don't use the local
5959
- Save the VM state
6060
- Attach a GPU
6161
- Detach a GPU
62+
- Expand a data disk
6263

6364
### Local tools
6465

@@ -93,9 +94,12 @@ You perform these operations either on the VM itself or on the cluster/node. The
9394
- Change the default location of VM files
9495
- Change automatic balancing of VMs in the cluster
9596
- Change the Hyper-V MAC address range on the node
96-
- Change the size of a disk (compact or expand)
97+
- Compact a disk
9798
- Checkpoint a VM (standard or production)
9899

100+
> [!NOTE]
101+
> Taking a VM checkpoint locally is only supported for Azure Local 2504 and later.
102+
99103
#### Operations supported only via Network ATC PowerShell cmdlets
100104

101105
The following VM operations are supported only when you use the Network ATC PowerShell cmdlets. For more information, see [Customize cluster network settings](./manage-network-atc.md#customize-cluster-network-settings).
@@ -112,10 +116,11 @@ The following VM operations aren't supported.
112116
> [!IMPORTANT]
113117
> You can't perform these operations by using the Azure portal, the Azure CLI, or local tools. Performing these operations can lead to Azure Local VMs becoming unmanageable from the Azure portal.
114118
115-
- Rename a VM inside the guest operating system
119+
- Rename a VM inside the guest operating cluster
116120
- Change the IP address of a network interface
117121
- Enable or change the VLAN ID of a network interface
118122
- Live migrate a VM from one cluster to another
123+
- Storage live migration on a VM
119124
- Change the type of disk (static, dynamic, VHD, or VHDX)
120125

121126
If you need to change the IP address or the VLAN ID of a network interface, create a new network interface and delete the old one.

0 commit comments

Comments
 (0)