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
- Configure processor VM reserve, limit, and weight
77
+
- Enable Quality of Service (QoS) management per disk
78
78
- Add a Small Computer System Interface (SCSI) controller and move an existing data disk to another SCSI controller
79
79
- Remove a SCSI controller
80
80
- Add or remove a DVD drive
81
81
- Configure dynamic memory
82
-
- Change the VM startup order
82
+
- Change VM boot order
83
83
- Enable or disable integration services
84
84
- Change an automatic start action
85
85
- Change an automatic stop action
86
-
- Enable secure startup of a generation 2 VM
86
+
- Enable secure boot of a generation 2 VM
87
87
88
88
#### Cluster or node-level operations
89
89
@@ -100,22 +100,25 @@ You perform these operations either on the VM itself or on the cluster/node. The
100
100
101
101
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).
102
102
103
-
- Enable or disable single-root input/output virtualization (SR-IOV) for a network adapter
103
+
- Enable or disable single-root input/output virtualization (SR-IOV) per network interface
104
104
- Configure the number of simultaneous live migrations of a cluster
105
105
- Configure the number of simultaneous storage live migrations of a cluster
106
106
- Add, remove, or change the order of host networks for live migration of a cluster
107
107
108
108
## Unsupported VM operations
109
109
110
-
The following VM operations aren't supported. 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.
110
+
The following VM operations aren't supported.
111
+
112
+
> [!IMPORTANT]
113
+
> 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.
111
114
112
115
- Rename a VM inside the guest operating system
113
-
- Change the IP address of a network adapter
114
-
- Enable or change the VLAN ID of a network adapter
116
+
- Change the IP address of a network interface
117
+
- Enable or change the VLAN ID of a network interface
115
118
- Live migrate a VM from one cluster to another
116
119
- Change the type of disk (static, dynamic, VHD, or VHDX)
117
120
118
-
If you need to change the IP address or the VLAN ID of a network adapter, create a new network adapter and delete the old one.
121
+
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