Skip to content

Commit 7840f86

Browse files
authored
Merge pull request #18012 from ShawnJackson/azure-local-vms
[AQ] edit pass: Articles about Azure Local VMs
2 parents aaee975 + 11cfa74 commit 7840f86

File tree

3 files changed

+183
-176
lines changed

3 files changed

+183
-176
lines changed
Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Compare management capabilities of VMs on Azure Local
2+
title: Compare Management Capabilities of VMs on Azure Local
33
description: Learn about the kinds of virtual machines (VMs) that can run on Azure Local and compare their management capabilities.
44
ms.topic: conceptual
55
author: alkohli
@@ -11,101 +11,101 @@ ms.date: 03/18/2025
1111

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

14-
This article describes the types of virtual machines (VMs) available on Azure Local and compares their management capabilities in Azure.
14+
This article describes the types of virtual machines (VMs) available on Azure Local. It also compares their management capabilities in Azure.
1515

1616
## Types of VMs on Azure Local
1717

18-
Here are the different types of VMs that you can run on your Azure Local system:
18+
You can run these types of VMs on your Azure Local system:
1919

20-
- **Azure Local VMs enabled by Azure Arc:** Windows and Linux VMs hosted outside of Azure, on your corporate network, running on Azure Local.
21-
- Are created using [Azure Local VM provisioning flow](../manage/create-arc-virtual-machines.md?tabs=azureportal), registered to [Azure Arc resource bridge](/azure/azure-arc/resource-bridge/overview), and have the [Connected Machine agent](/azure/azure-arc/servers/agent-overview) installed.
20+
- **Azure Local VMs enabled by Azure Arc**: Windows and Linux VMs hosted outside Azure, on your corporate network, running on Azure Local. These types of VMs:
21+
- Are created through the [Azure Local VM provisioning flow](../manage/create-arc-virtual-machines.md?tabs=azureportal), are registered to an [Azure Arc resource bridge](/azure/azure-arc/resource-bridge/overview), and have the [Azure Connected Machine agent](/azure/azure-arc/servers/agent-overview) installed.
2222
- Offer extensive management capabilities in the Azure portal, second only to native Azure VMs.
23-
- Through Azure Arc resource bridge, Azure Local VMs provide lifecycle management capabilities like starting, stopping, changing VM memory/vCPU, and adding or removing data disk and network interfaces.
24-
- Through the Connected Machine agent, Azure Local VMs leverage Azure Arc extensions such as Microsoft Defender for Cloud and Azure Monitor to govern, protect, configure, and monitor virtual machines.
23+
- Through an Azure Arc resource bridge, provide life-cycle management capabilities like starting, stopping, changing VM memory or vCPU, and adding or removing data disk and network interfaces.
24+
- Through the Azure Connected Machine agent, use Azure Arc extensions such as Microsoft Defender for Cloud and Azure Monitor to govern, protect, configure, and monitor virtual machines.
2525
- Can be managed through Azure.
2626

27-
- **[Arc-enabled servers](/azure/azure-arc/servers/overview):** Windows and Linux physical servers and virtual machines hosted outside of Azure, on your corporate network, or on other cloud providers with the Connected Machine agent installed.
28-
- Arc-enabled servers run on Azure Local as virtual machines.
29-
- Lack the lifecycle management capabilities that Azure Local VMs offer.
30-
- Through the Connected Machine agent, Arc-enabled servers leverage Azure Arc extensions such as Microsoft Defender for Cloud and Azure Monitor to govern, protect, configure, and monitor virtual machines.
27+
- [Azure Arc-enabled servers](/azure/azure-arc/servers/overview): Windows and Linux physical servers and VMs hosted outside Azure, on your corporate network, or on other cloud providers with the Azure Connected Machine agent installed. These types of VMs:
28+
- Run on Azure Local as virtual machines.
29+
- Lack the life-cycle management capabilities that Azure Local VMs offer.
30+
- Through the Azure Connected Machine agent, use Azure Arc extensions such as Microsoft Defender for Cloud and Azure Monitor to govern, protect, configure, and monitor virtual machines.
3131
- Can be managed through Azure.
3232

33-
- **Unmanaged VMs:** Windows and Linux VMs created and hosted outside of Azure, on your corporate network, running on Azure Local.
33+
- **Unmanaged VMs**: Windows and Linux VMs created and hosted outside Azure, on your corporate network, running on Azure Local. These types of VMs:
3434
- Aren't connected to Azure.
3535
- Can't be managed through Azure.
3636

3737
The following table compares the provisioning and management methods for the various types of VMs running on Azure Local:
3838

39-
| VM provisioning and management methods | Azure Local VMs enabled by Azure Arc | Arc-enabled servers | Unmanaged VMs |
39+
| Method | Azure Local VMs enabled by Azure Arc | Azure Arc-enabled servers | Unmanaged VMs |
4040
| :---- | :---- | :---- | :---- |
41-
| Provisioning method | [Azure Local VMs provisioning flow](../manage/create-arc-virtual-machines.md?tabs=azureportal). Create Azure Local VMs using Azure CLI, Azure portal, or Azure Resource Manager (ARM) template. Using ARM templates, you can also automate VM provisioning in a secure cloud environment. <br><br> [Azure Migrate flow](../migrate/migration-azure-migrate-overview.md). Migrate existing VMware and Hyper-V VMs to Azure Local using the migration flow. | Connect these machines to Azure by [deploying the Connected Machine agent](/azure/azure-arc/servers/deployment-options) | On-premises provisioning flow. Use local tools like Failover Cluster Manager available in your on-premises environment, or use [Windows Admin Center](../manage/vm.md#create-a-new-vm), [System Center Virtual Machine Manager (SCVMM)](/system-center/vmm/provision-vms), or [PowerShell](../manage/vm-powershell.md#create-a-vm).|
42-
| Management method | [Via Azure](../manage/manage-arc-virtual-machines.md). | Via Azure. See [Management and monitoring for Azure Arc-enabled servers](/azure/cloud-adoption-framework/scenarios/hybrid/arc-enabled-servers/eslz-management-and-monitoring-arc-server). | Via the local tools. Manage these VMs through the management consoles of the same local tools used for their creation. |
41+
| Provisioning | [Azure Local VM provisioning flow](../manage/create-arc-virtual-machines.md?tabs=azureportal). Create Azure Local VMs by using the Azure CLI, the Azure portal, or an Azure Resource Manager template (ARM template). By using ARM templates, you can also automate VM provisioning in a secure cloud environment. <br><br> [Azure Migrate flow](../migrate/migration-azure-migrate-overview.md). Migrate existing VMware and Hyper-V VMs to Azure Local by using the migration flow. | Connect these machines to Azure by [deploying the Azure Connected Machine agent](/azure/azure-arc/servers/deployment-options). | On-premises provisioning flow. Use local tools like Failover Cluster Manager available in your on-premises environment Or use [Windows Admin Center](../manage/vm.md#create-a-new-vm), [System Center Virtual Machine Manager](/system-center/vmm/provision-vms), or [PowerShell](../manage/vm-powershell.md#create-a-vm).|
42+
| Management | [Via Azure](../manage/manage-arc-virtual-machines.md). | Via Azure. See [Management and monitoring for Azure Arc-enabled servers](/azure/cloud-adoption-framework/scenarios/hybrid/arc-enabled-servers/eslz-management-and-monitoring-arc-server). | Via the local tools. Manage these VMs through the management consoles of the same local tools that you used for their creation. |
4343

4444
> [!NOTE]
45-
> Currently, conversion of an Arc-enabled server or unmanaged VM to an Azure Local VM isn't supported.
45+
> Currently, conversion of an Azure Arc-enabled server or an unmanaged VM to an Azure Local VM isn't supported.
4646
47-
## Compare VM management capabilities
47+
## Comparison of VM management capabilities
4848

49-
The following table compares the management capabilities for Azure Local VMs, Arc-enabled servers, and unmanaged VMs across various operations and features available through the Azure portal:
49+
The following table compares the management capabilities for Azure Local VMs, Azure Arc-enabled servers, and unmanaged VMs across various operations and features available through the Azure portal.
5050

51-
> [!IMPORTANT]
52-
> Keep in mind the following information when comparing VM management capabilities:
53-
>- Microsoft Product Terms for your program override this section. For more information, see [Microsoft Azure Product Terms](https://www.microsoft.com/licensing/#products) and select your program to show the terms.
54-
>- Some services, even if included in Azure Hybrid Benefits, may incur operational costs, such as storing log data. For more information, see [Azure Pricing calculator](https://azure.microsoft.com/pricing/calculator/).
55-
>- Some key features are part of the Windows Server Management enabled by Azure Arc experience. For more information, see [Windows Server Management enabled by Azure Arc](/azure/azure-arc/servers/windows-server-management-overview?tabs=portal).
51+
Keep in mind the following information when you're comparing VM management capabilities:
5652

57-
|Azure VM management capability|Azure Local VMs enabled by Azure Arc | Arc-enabled servers | Unmanaged VMs |
53+
- Azure product terms for your program override this section. For more information, see [Understand, choose, and manage your Microsoft licenses](https://www.microsoft.com/licensing/#products) and select your program.
54+
- Some services, even if they're included in Azure Hybrid Benefit, might incur operational costs for activities like storing log data. For more information, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
55+
- Some key features are part of the experience of Windows Server Management enabled by Azure Arc. For more information, see [Windows Server Management enabled by Azure Arc](/azure/azure-arc/servers/windows-server-management-overview?tabs=portal).
56+
57+
|Azure VM management capability|Azure Local VMs enabled by Azure Arc | Azure Arc-enabled servers | Unmanaged VMs |
5858
|:-----|:-----:|:-----:|:-----:|
59-
| **Settings** |
60-
| - Start||||
61-
| - Restart ||||
62-
| - Stop ||||
63-
| - Delete ||||
64-
| - Save State (CLI) ||||
65-
| - Pause (CLI) ||||
66-
| - GPU configuration (CLI) ||||
67-
| - Add network interface ||||
68-
| - Connect with SSH ||||
69-
| - Add a new data disk ||||
70-
| - Change vCPU count ||||
71-
| - Change Memory amount ||||
72-
| - Change Min memory ||||
73-
| - Change Max memory ||||
74-
| **Operations** |
75-
| - Microsoft Defender for Cloud ||||
76-
| - Security recommendations ||||
77-
| - Extension Support ||||
78-
| - Locks ||||
79-
| - Policies (RBAC, compliance) ||||
80-
| - Machine Configuration ||||
81-
| - Automanage ||||
82-
| - Run command ||||
83-
| - SQL Server Configuration ||||
84-
| - Azure Update Manager | ✅ <br>[3](#3) | ✅ <br>[1](#1) and [2](#2) ||
85-
| - Inventory ||✅ <br>[1](#1) and [2](#2) ||
86-
| - Change tracking ||✅ <br>[1](#1) and [2](#2) ||
87-
| - Extended Security Updates | ✅ <br>[3](#3) | ✅ <br>[3](#3) ||
59+
| **Setting** |
60+
| Start||||
61+
| Restart ||||
62+
| Stop ||||
63+
| Delete ||||
64+
| Save state (CLI) ||||
65+
| Pause (CLI) ||||
66+
| GPU configuration (CLI) ||||
67+
| Add network interface ||||
68+
| Connect with SSH ||||
69+
| Add new data disk ||||
70+
| Change vCPU count ||||
71+
| Change memory amount ||||
72+
| Change minimum memory ||||
73+
| Change maximum memory ||||
74+
| **Operation** |
75+
| Microsoft Defender for Cloud ||||
76+
| Security recommendations ||||
77+
| Extension support ||||
78+
| Locks ||||
79+
| Policies (RBAC, compliance) ||||
80+
| Machine configuration ||||
81+
| Automanage ||||
82+
| Run command ||||
83+
| SQL Server configuration ||||
84+
| Azure Update Manager | ✅ <br>[3](#3) | ✅ <br>[1](#1) and [2](#2) ||
85+
| Inventory ||✅ <br>[1](#1) and [2](#2) ||
86+
| Change tracking ||✅ <br>[1](#1) and [2](#2) ||
87+
| Extended Security Updates | ✅ <br>[3](#3) | ✅ <br>[3](#3) ||
8888
| **Windows management** |
89-
| - Windows Admin Center ||✅ <br>[1](#1) and [2](#2) ||
90-
| - Best Practices Assessment ||✅ <br>[1](#1) and [2](#2) ||
89+
| Windows Admin Center ||✅ <br>[1](#1) and [2](#2) ||
90+
| Best Practices Assessment ||✅ <br>[1](#1) and [2](#2) ||
9191
| **Monitoring** |
92-
| - Azure Monitor ||||
93-
| - Insights||||
94-
| - Logs ||||
95-
| - Alerts ||||
96-
| - Workbooks ||||
92+
| Azure Monitor ||||
93+
| Insights||||
94+
| Logs ||||
95+
| Alerts ||||
96+
| Workbooks ||||
9797
| **Automation** |
98-
| - CLI/PS ||||
99-
| - Tasks ||||
100-
| - Export template ||||
101-
| - Resource health |❌ <br>(Use Alerts) |||
98+
| CLI/PowerShell ||||
99+
| Tasks ||||
100+
| Export template ||||
101+
| Resource health |❌ <br>(Use Alerts) |||
102102

103-
<a name="1"></a>1: At additional costs.
103+
<a name="1"></a>1: At additional cost.
104104

105-
<a name="2"></a>2: Included as part of Windows Server and SQL Server management capabilities enabled by Azure Arc. For more information, see [Azure Hybrid Benefits for Windows Server](/windows-server/get-started/azure-hybrid-benefit?tabs=azure).
105+
<a name="2"></a>2: Included as part of Windows Server and SQL Server management capabilities enabled by Azure Arc. For more information, see [Azure Hybrid Benefit for Windows Server](/windows-server/get-started/azure-hybrid-benefit?tabs=azure).
106106

107107
<a name="3"></a>3: Included for VMs running on Azure and Azure Local instances.
108108

109-
## Next steps
109+
## Related content
110110

111-
- Review [Azure Local VM management prerequisites](../manage/azure-arc-vm-management-prerequisites.md).
111+
- [Review prerequisites for Azure Local VMs enabled by Azure Arc](../manage/azure-arc-vm-management-prerequisites.md)

0 commit comments

Comments
 (0)