Skip to content

Commit 1ff531b

Browse files
authored
Merge pull request #4 from kerimhanif/patch-10
Update virtual-machine-operations.md
2 parents dd3eb91 + 4a4d496 commit 1ff531b

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

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

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -32,63 +32,65 @@ The supported operations can be performed via multiple interfaces.
3232
### Using Azure portal or Azure CLI
3333

3434
> [!IMPORTANT]
35-
> Make sure to perform these operations only via the Azure portal or Azure CLI (and not via the local tools).
36-
37-
- Restart VM.
38-
- Stop VM.
39-
- Delete VM.
40-
- Add network interface to VM.
41-
- Delete network interface for VM.
42-
- Enable and use Windows Admin Center (for read-only) on a VM.
43-
- Add data disk to VM.
44-
- Delete data disk from VM.
45-
- Change CPU cores for VM.
46-
- Change memory of VM.
47-
- Add extensions to VM.
48-
- Delete extensions from VM.
49-
- Enable guest management on VM.
50-
- Connect to VM via SSH.
35+
> Make sure to perform these VM operations only via the Azure portal or Azure CLI (and not via the local tools).
36+
37+
- Restart.
38+
- Stop.
39+
- Delete.
40+
- Add network interface.
41+
- Delete network interface.
42+
- Enable and use Windows Admin Center (for read-only).
43+
- Add data diskM.
44+
- Delete data disk.
45+
- Change CPU cores.
46+
- Change memory.
47+
- Add extensions.
48+
- Delete extensions.
49+
- Enable guest management.
50+
- Connect via SSH.
5151

5252
### Using Azure CLI
5353

5454
> [!IMPORTANT]
5555
> Make sure to perform these operations only via the Azure CLI (and not via the local tools).
5656
57-
- Pause state of VM.
58-
- Save state of VM.
59-
- Attach GPU to VM.
60-
- Detach GPU from VM.
57+
- Pause VM.
58+
- Save VM state.
59+
- Attach GPU.
60+
- Detach GPU.
6161

6262
### Using local tools
6363

6464
The following VM operations are supported only using the local tools such as Windows Admin Center, Hyper-V Manager, Failover Cluster Manager, and SCVMM. These operations are performed either on the VM itself or on the cluster/node.
6565

66-
### VM-level operations
66+
#### VM-level operations
6767

68+
- Change MAC address of network interface.
6869
- Enable/disable MAC address spoofing per network interface.
69-
- Processor compatibility mode configuration per VM.
70-
- Processor Non-Uniform Memory Access (NUMA) topology configuration per VM.
70+
- Processor compatibility mode configuration.
71+
- Processor Non-Uniform Memory Access (NUMA) topology configuration.
7172
- Processor VM reserve, limit, and weight.
7273
- Enable Quality of Service (QoS) management per disk.
7374
- Add a Small Computer System Interface (SCSI) controller and move an existing data disk to another SCSI controller.
74-
- Remove a SCSI controller from VM.
75-
- Add/remove DVD drive from VM.
76-
- Configure dynamic memory of VM.
77-
- Change VM boot order of VM.
78-
- Enable/disable integration services of VM.
79-
- Change automatic start action of VM.
80-
- Change automatic stop action of VM.
75+
- Remove a SCSI controller.
76+
- Add/remove DVD drive.
77+
- Configure dynamic memory.
78+
- Change VM boot order.
79+
- Enable/disable integration services.
80+
- Change automatic start action.
81+
- Change automatic stop action.
8182
- Enable secure boot of Generation 2 VM.
8283

83-
### Cluster or node-level operations
84+
#### Cluster or node-level operations
8485

8586
- Connect to VM.
86-
- Quick migrate a VM to another machine in the same cluster.
87-
- Live migrate a VM to another machine in the same cluster.
87+
- Quick migrate a VM to another node in the same cluster.
88+
- Live migrate a VM to another node in the same cluster.
8889
- Change default location of VM files.
89-
- Change automatic balancing of VMs in a cluster.
90+
- Change automatic balancing of VMs in the cluster.
91+
- Change the Hyper-V MAC address range on the node.
9092

91-
### Operations supported only via Network ATC PowerShell cmdlets
93+
#### Operations supported only via Network ATC PowerShell cmdlets
9294

9395
The following VM operations are supported only using the Network ATC PowerShell cmdlets. For more information, see [Customize cluster network settings](./manage-network-atc.md#customize-cluster-network-settings).
9496

@@ -107,11 +109,10 @@ The following VM operations aren't supported.
107109
- Live migrate a VM from one cluster to another.
108110
- Rename a VM.
109111
- Checkpoint a VM (standard or production).
110-
- Change the VM MAC address pool on the machine.
111112
- Change disk type (static/dynamic) of a VM.
112113
- Change IP address of network interface.
113114
- Enable/change VLAN ID per network interface.
114-
- Change MAC address of network interface.
115+
115116

116117
## Related content
117118

0 commit comments

Comments
 (0)