Skip to content

Commit 61a4088

Browse files
committed
VM supported ops changes
1 parent 7840f86 commit 61a4088

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

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

Lines changed: 17 additions & 12 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: 05/30/2025
99
---
1010

1111
# Supported operations for Azure Local VMs enabled by Azure Arc
@@ -44,6 +44,7 @@ Perform the following VM operations only via the Azure portal or the Azure CLI.
4444
- Enable and use Windows Admin Center (for read-only)
4545
- Add a data disk
4646
- Delete a data disk
47+
- Expand a data disk
4748
- Change CPU cores
4849
- Change memory
4950
- Add extensions
@@ -64,7 +65,7 @@ Perform the following VM operations only via the Azure CLI. Don't use the local
6465

6566
The following VM operations are supported only when you use the local tools, such as Windows Admin Center, Hyper-V Manager, Failover Cluster Manager, and Virtual Machine Manager.
6667

67-
You perform these operations either on the VM itself or on the cluster/node. The changes aren't reflected in the portal.
68+
You perform these operations either on the VM itself or on the system/machine. The changes aren't reflected in the portal.
6869

6970
#### VM-level operations
7071

@@ -85,25 +86,28 @@ You perform these operations either on the VM itself or on the cluster/node. The
8586
- Change an automatic stop action
8687
- Enable secure boot of a generation 2 VM
8788

88-
#### Cluster or node-level operations
89+
#### System or machine-level operations
8990

9091
- Connect to a VM
91-
- Quickly migrate a VM to another node in the same cluster
92-
- Live migrate a VM to another node in the same cluster
92+
- Quickly migrate a VM to another machine in the same system
93+
- Live migrate a VM to another machine in the same system
9394
- Change the default location of VM files
94-
- Change automatic balancing of VMs in the cluster
95-
- Change the Hyper-V MAC address range on the node
96-
- Change the size of a disk (compact or expand)
95+
- Change automatic balancing of VMs in the system
96+
- Change the Hyper-V MAC address range on the machine
97+
- Compact a disk
9798
- Checkpoint a VM (standard or production)
9899

100+
> [!NOTE]
101+
> Taking a VM checkpoint 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).
102106

103107
- Enable or disable single-root input/output virtualization (SR-IOV) per network interface
104-
- Configure the number of simultaneous live migrations of a cluster
105-
- Configure the number of simultaneous storage live migrations of a cluster
106-
- Add, remove, or change the order of host networks for live migration of a cluster
108+
- Configure the number of simultaneous live migrations of a system
109+
- Configure the number of simultaneous storage live migrations of a system
110+
- Add, remove, or change the order of host networks for live migration of a system
107111

108112
## Unsupported VM operations
109113

@@ -115,7 +119,8 @@ The following VM operations aren't supported.
115119
- Rename a VM inside the guest operating system
116120
- Change the IP address of a network interface
117121
- Enable or change the VLAN ID of a network interface
118-
- Live migrate a VM from one cluster to another
122+
- Live migrate a VM from one system to another
123+
- Storage live migrate a VM from one system to another
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)