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
+38-37Lines changed: 38 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,63 +32,65 @@ The supported operations can be performed via multiple interfaces.
32
32
### Using Azure portal or Azure CLI
33
33
34
34
> [!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.
51
51
52
52
### Using Azure CLI
53
53
54
54
> [!IMPORTANT]
55
55
> Make sure to perform these operations only via the Azure CLI (and not via the local tools).
56
56
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.
61
61
62
62
### Using local tools
63
63
64
64
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.
65
65
66
-
### VM-level operations
66
+
####VM-level operations
67
67
68
+
- Change MAC address of network interface.
68
69
- 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.
- Enable Quality of Service (QoS) management per disk.
73
74
- 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.
81
82
- Enable secure boot of Generation 2 VM.
82
83
83
-
### Cluster or node-level operations
84
+
####Cluster or node-level operations
84
85
85
86
- 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.
88
89
- 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.
90
92
91
-
### Operations supported only via Network ATC PowerShell cmdlets
93
+
####Operations supported only via Network ATC PowerShell cmdlets
92
94
93
95
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).
94
96
@@ -107,11 +109,10 @@ The following VM operations aren't supported.
0 commit comments