Skip to content

Commit 7f46e95

Browse files
Merge pull request #18234 from v-sissondan/vm-ops
new supported VM ops
2 parents 8f56825 + 2f11cb1 commit 7f46e95

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 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: 06/02/2025
8+
ms.date: 06/30/2025
99
---
1010

1111
# Supported operations for Azure Local VMs enabled by Azure Arc
@@ -57,6 +57,11 @@ Perform the following VM operations only via the Azure CLI. Don't use the local
5757

5858
- Pause a VM
5959
- Save the VM state
60+
- Rename the computer name of your Azure Local VM.
61+
62+
> [!NOTE]
63+
> This operation will automatically restart your Azure Local VM.
64+
6065
- Attach a GPU
6166
- Detach a GPU
6267
- Expand a data disk
@@ -73,6 +78,9 @@ You perform these operations either on the VM itself or on the cluster/node. The
7378
- Change the MAC address of a network adapter
7479
- Enable/disable MAC address spoofing per network adapter
7580
- Configure processor compatibility mode
81+
- Change the IP address of a network interface (NIC) to match static IP NIC configuration on Azure Local control plane.
82+
> [!NOTE]
83+
> This manual change is allowed from within the guest operating system using local tools only when a static IP NIC was added post VM provisioning from Azure Local control plane. This ensures network configurations within the VM aligns with the configuration defined in the Azure control plane.
7684
- Configure processor Non-Uniform Memory Access (NUMA) topology
7785
- Configure processor VM reserve, limit, and weight
7886
- Enable Quality of Service (QoS) management per disk
@@ -116,8 +124,6 @@ The following VM operations aren't supported.
116124
> [!IMPORTANT]
117125
> 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.
118126
119-
- Rename a VM inside the guest operating cluster
120-
- Change the IP address of a network interface
121127
- Enable or change the VLAN ID of a network interface
122128
- Live migrate a VM from one cluster to another
123129
- Storage live migration on a VM

0 commit comments

Comments
 (0)