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/virtual-machine-operations.md
+8-3Lines changed: 8 additions & 3 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: concept-article
7
7
ms.service: azure-local
8
-
ms.date: 04/28/2025
8
+
ms.date: 06/02/2025
9
9
---
10
10
11
11
# 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
59
59
- Save the VM state
60
60
- Attach a GPU
61
61
- Detach a GPU
62
+
- Expand a data disk
62
63
63
64
### Local tools
64
65
@@ -93,9 +94,12 @@ You perform these operations either on the VM itself or on the cluster/node. The
93
94
- Change the default location of VM files
94
95
- Change automatic balancing of VMs in the cluster
95
96
- Change the Hyper-V MAC address range on the node
96
-
-Change the size of a disk (compact or expand)
97
+
-Compact a disk
97
98
- Checkpoint a VM (standard or production)
98
99
100
+
> [!NOTE]
101
+
> Taking a VM checkpoint locally is only supported for Azure Local 2504 and later.
102
+
99
103
#### Operations supported only via Network ATC PowerShell cmdlets
100
104
101
105
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.
112
116
> [!IMPORTANT]
113
117
> 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.
114
118
115
-
- Rename a VM inside the guest operating system
119
+
- Rename a VM inside the guest operating cluster
116
120
- Change the IP address of a network interface
117
121
- Enable or change the VLAN ID of a network interface
118
122
- Live migrate a VM from one cluster to another
123
+
- Storage live migration on a VM
119
124
- Change the type of disk (static, dynamic, VHD, or VHDX)
120
125
121
126
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