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
@@ -18,13 +18,13 @@ This article discusses the most common operations for Azure Local virtual machin
18
18
19
19
Azure Local can host various types of VMs including Arc-enabled servers, unmanaged VMs, and VMs enabled by Azure Arc. When comparing these options, the Azure Local VMs enabled by Azure Arc provide the highest level of management capabilities in Azure portal, second only to [native Azure VMs](/azure/azure-local/concepts/compare-vm-management-capabilities).
20
20
21
-
While the architecture of Azure Local VMs is designed to be managed by the Azure control plane, these VMs can also be managed by on-premises local tools. These tools include System Center Virtual Machine Manager (SCVMM), Failover Cluster Manager, Hyper-V Manager, and Windows Admin Center. Many customers use these tools to manage their on-premises VMs.
21
+
While Azure Local VMs are designed to be managed by the Azure control plane, these VMs can also be managed by on-premises local tools. These tools include System Center Virtual Machine Manager (SCVMM), Failover Cluster Manager, Hyper-V Manager, and Windows Admin Center. Many customers use these tools to manage their on-premises VMs.
22
22
23
-
If IT admins manage Azure Local VMs using the same tools and scripts as those for on-premises VMs, this results in synchronization issues between the Azure Local VMs and the portal.
23
+
If IT admins manage Azure Local VMs using the same tools and scripts as those for on-premises VMs, this results in synchronization issues between the Azure Local VMs and the portal. Though the operations listed under [Supported operations for local tools](#using-local-tools) don't affect the management of Azure Local VMs, the changes aren't reflected in the Azure portal.
24
24
25
25
> [!NOTE]
26
26
> - We recommend that you use the Azure portal or Azure CLI to manage Azure Local VMs. Use the local tools only if these operations are included in the list of [Supported operations for local tools](#using-local-tools).
27
-
> -The operations when performed using local tools, update the state of the Azure Local VM in the portal, are: Changing the size of VM memory, vCPU count, change the power state status (Start/Stop VM) resulting from power cycle.
27
+
> -Only the following operations when performed using local tools update the state of the Azure Local VM in the portal: Changing the size of VM memory, vCPU count, change the power state status (Start/Stop VM) resulting from the power cycle operation.
28
28
29
29
## Supported operations for VMs
30
30
@@ -65,19 +65,17 @@ The supported operations can be performed via multiple interfaces.
65
65
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.
66
66
67
67
> [!IMPORTANT]
68
-
> These changes won't be reflected in the portal.
68
+
> These changes aren't reflected in the portal.
69
69
70
70
#### VM-level operations
71
71
72
72
- Rename a VM inside the guest operating system.
73
73
- Rename a VM on local tools.
74
-
- Change IP address of network adapter.
75
-
- Enable/change VLAN ID per network adapter.
76
74
- Change MAC address of network adapter.
77
75
- Enable/disable MAC address spoofing per network adapter.
-Configure Processor VM reserve, limit, and weight.
81
79
- Enable Quality of Service (QoS) management per disk.
82
80
- Add a Small Computer System Interface (SCSI) controller and move an existing data disk to another SCSI controller.
83
81
- Remove a SCSI controller.
@@ -112,11 +110,14 @@ The following VM operations are supported only using the Network ATC PowerShell
112
110
The following VM operations aren't supported.
113
111
114
112
> [!IMPORTANT]
115
-
> These operations can't be performed using Azure portal, Azure CLI, or local tools. Performing these operations can lead to synchronization issues between the Azure Local VMs and the portal.
113
+
> These operations can't be performed using Azure portal, Azure CLI, or local tools. Performing these operations can lead to Azure Local VMs becoming unmanageable from Azure portal.
116
114
115
+
- Change IP address of network adapter. To perform this operation, create a new network interface and delete the old one.
116
+
- Enable/change VLAN ID per network adapter. To perform this operation, create a new network interface and delete the old one.
117
117
- Live migrate a VM from one cluster to another.
118
118
- Checkpoint a VM (standard or production).
119
119
- Change the type of disk (static/dynamic/VHD/VHDX).
0 commit comments