Skip to content

Commit 11cfa74

Browse files
committed
incorporating feedback
1 parent 6a3f1db commit 11cfa74

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Perform the following VM operations only via the Azure portal or the Azure CLI.
3939
- Restart a VM
4040
- Stop a VM
4141
- Delete a VM
42-
- Add a network adapter
43-
- Delete a network adapter
42+
- Add a network interface
43+
- Delete a network interface
4444
- Enable and use Windows Admin Center (for read-only)
4545
- Add a data disk
4646
- Delete a data disk
@@ -70,20 +70,20 @@ You perform these operations either on the VM itself or on the cluster/node. The
7070

7171
- Rename a VM on local tools
7272
- Change the MAC address of a network adapter
73-
- Enable/disable MAC address spoofing for a network adapter
74-
- Configure a processor's compatibility mode
75-
- Configure a processor's non-uniform memory access (NUMA) topology
76-
- Configure a processor's VM reserve, limit, and weight
77-
- Enable quality of service (QoS) management for a disk
73+
- Enable/disable MAC address spoofing per network adapter
74+
- Configure processor compatibility mode
75+
- Configure processor Non-Uniform Memory Access (NUMA) topology
76+
- Configure processor VM reserve, limit, and weight
77+
- Enable Quality of Service (QoS) management per disk
7878
- Add a Small Computer System Interface (SCSI) controller and move an existing data disk to another SCSI controller
7979
- Remove a SCSI controller
8080
- Add or remove a DVD drive
8181
- Configure dynamic memory
82-
- Change the VM startup order
82+
- Change VM boot order
8383
- Enable or disable integration services
8484
- Change an automatic start action
8585
- Change an automatic stop action
86-
- Enable secure startup of a generation 2 VM
86+
- Enable secure boot of a generation 2 VM
8787

8888
#### Cluster or node-level operations
8989

@@ -100,22 +100,25 @@ You perform these operations either on the VM itself or on the cluster/node. The
100100

101101
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).
102102

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
104104
- Configure the number of simultaneous live migrations of a cluster
105105
- Configure the number of simultaneous storage live migrations of a cluster
106106
- Add, remove, or change the order of host networks for live migration of a cluster
107107

108108
## Unsupported VM operations
109109

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.
111114
112115
- 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
115118
- Live migrate a VM from one cluster to another
116119
- Change the type of disk (static, dynamic, VHD, or VHDX)
117120

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.
119122

120123
## Related content
121124

0 commit comments

Comments
 (0)