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
+9-3Lines changed: 9 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: 06/02/2025
8
+
ms.date: 06/30/2025
9
9
---
10
10
11
11
# 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
57
57
58
58
- Pause a VM
59
59
- 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
+
60
65
- Attach a GPU
61
66
- Detach a GPU
62
67
- Expand a data disk
@@ -73,6 +78,9 @@ You perform these operations either on the VM itself or on the cluster/node. The
73
78
- Change the MAC address of a network adapter
74
79
- Enable/disable MAC address spoofing per network adapter
75
80
- 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.
- Configure processor VM reserve, limit, and weight
78
86
- Enable Quality of Service (QoS) management per disk
@@ -116,8 +124,6 @@ The following VM operations aren't supported.
116
124
> [!IMPORTANT]
117
125
> 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.
118
126
119
-
- Rename a VM inside the guest operating cluster
120
-
- Change the IP address of a network interface
121
127
- Enable or change the VLAN ID of a network interface
0 commit comments