Skip to content

Commit eccf13e

Browse files
committed
Feedback from Vivek and Kerim, Acrolinx updates
1 parent 6f5af7a commit eccf13e

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Supported operations for Arc Virtual Machines on Azure Local
3-
description: Learn the supported virtual machine (VM) operations for Azure Arc VMs on Azure Local.
2+
title: Supported operations for Azure Local virtual machines 9VMs) enabled by Azure Arc
3+
description: Learn the supported virtual machine (VM) operations for Azure Local VMs enabled by Azure Arc.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.date: 03/17/2025
99
---
1010

11-
# Supported operations for Azure Local virtual machines
11+
# Supported operations for Azure Local virtual machines (VMs)
1212

1313
[!INCLUDE [hci-applies-to-23h2](../includes/hci-applies-to-23h2.md)]
1414

@@ -18,13 +18,13 @@ This article discusses the most common operations for Azure Local virtual machin
1818

1919
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).
2020

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

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

2525
> [!NOTE]
2626
> - 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.
2828
2929
## Supported operations for VMs
3030

@@ -65,19 +65,17 @@ The supported operations can be performed via multiple interfaces.
6565
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.
6666

6767
> [!IMPORTANT]
68-
> These changes won't be reflected in the portal.
68+
> These changes aren't reflected in the portal.
6969
7070
#### VM-level operations
7171

7272
- Rename a VM inside the guest operating system.
7373
- Rename a VM on local tools.
74-
- Change IP address of network adapter.
75-
- Enable/change VLAN ID per network adapter.
7674
- Change MAC address of network adapter.
7775
- Enable/disable MAC address spoofing per network adapter.
78-
- Processor compatibility mode configuration.
79-
- Processor Non-Uniform Memory Access (NUMA) topology configuration.
80-
- Processor VM reserve, limit, and weight.
76+
- Configure Processor compatibility mode.
77+
- Configure Processor Non-Uniform Memory Access (NUMA) topology.
78+
- Configure Processor VM reserve, limit, and weight.
8179
- Enable Quality of Service (QoS) management per disk.
8280
- Add a Small Computer System Interface (SCSI) controller and move an existing data disk to another SCSI controller.
8381
- Remove a SCSI controller.
@@ -112,11 +110,14 @@ The following VM operations are supported only using the Network ATC PowerShell
112110
The following VM operations aren't supported.
113111

114112
> [!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.
116114
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.
117117
- Live migrate a VM from one cluster to another.
118118
- Checkpoint a VM (standard or production).
119119
- Change the type of disk (static/dynamic/VHD/VHDX).
120+
- Change the size of disk (compact/shrink).
120121

121122

122123
## Related content

0 commit comments

Comments
 (0)