Skip to content

Commit 15b910f

Browse files
authored
Merge pull request #224554 from likamrat/vmware_faq
addressing comments
2 parents afdd288 + c6f0d15 commit 15b910f

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,41 @@
11
---
22
title: Azure Arc-enabled servers VMware Frequently Asked Questions
3-
description: Learn how to use Azure Arc-enabled servers on virtual machines running in VMware environments.
4-
ms.date: 12/21/2022
3+
description: Learn how to use Azure Arc-enabled servers on virtual machines running in VMware vSphere environments.
4+
ms.date: 01/20/2023
55
ms.topic: faq
66
---
77

88
# Azure Arc-enabled servers VMware Frequently Asked Questions
99

10-
This article addresses frequently asked questions about Arc-enabled servers on virtual machines running in VMware environments.
10+
This article addresses frequently asked questions about Arc-enabled servers on virtual machines running in VMware vSphere environments.
1111

1212
## What is Azure Arc?
1313

14-
Azure Arc is the overarching brand for a suite of Azure hybrid products that extend specific Azure public cloud services and/or management capabilities beyond Azure to on-premises environments and 3rd-party clouds. Azure Arc-enabled server, for example, allows you to use the same Azure management tools you would with a VM running in Azure with a VM running on-premises in a VMware cluster.
14+
Azure Arc is the overarching brand for a suite of Azure hybrid products that extend specific Azure public cloud services and/or management capabilities beyond Azure to on-premises environments and 3rd-party clouds. Azure Arc-enabled server, for example, allows you to use the same Azure management tools you would with a VM running in Azure with a VM running on-premises in a VMware vSphere cluster.
1515

16-
## What's the difference between Arc-enabled server and Arc-enabled\<hypervisor\>?
16+
## What's the difference between Azure Arc-enabled servers and Azure Arc-enabled VMware vSphere?
1717

1818
> [!NOTE]
19-
> Arc-enabled\<hypervisor\> refers to Arc-enabled VMare environments such as Arc-enabled VMware vSphere. **Arc-enabled VMware vSphere is currently in Public Preview**.
19+
> Arc-enabled VMware vSphere refers to the Arc integration with VMware vSphere environments. VMware vSphere environment. **Azure Arc-enabled VMware vSphere is currently in Public Preview.**
20+
> Arc-enabled VMware vSphere supports vSphere environments anywhere, either on-premises as well [Azure VMware Solution (AVS)](./../../azure-vmware/deploy-arc-for-azure-vmware-solution.md), VMware Cloud on AWS, and Google Cloud VMware Engine.
2021
2122
The easiest way to think of this is as follows:
2223

23-
- Arc-enabled server is responsible for the guest operating system and knows nothing of the virtualization platform that it’s running on. Since Arc-enabled server also supports bare-metal machines, there may, in fact, not even be a host hypervisor.
24+
- Azure Arc-enabled servers interact on the guest operating system level, with no awareness of the underlying infrastructure fabric and the virtualization platform that it’s running on. Since Arc-enabled servers also support bare-metal machines, there may, in fact, not even be a host hypervisor in some cases.
2425

25-
- Arc-enabled VMware vSphere is a superset of Arc-enabled server that extends management capabilities beyond the guest operating system to the VM itself. This provides lifecycle management such as VM start, stop, resize, create, and delete. These lifecycle management capabilities are exposed in the Azure portal and look and feel just like a regular Azure VM. See [What is Azure Arc-enabled VMware vSphere](/azure/azure-arc/vmware-vsphere/overview.md) to learn more.
26+
- Azure Arc-enabled VMware vSphere is a superset of Arc-enabled servers that extends management capabilities beyond the guest operating system to the VM itself. This provides lifecycle management and CRUD (Create, Read, Update, and Delete) operations on a VMware vSphere VM. These lifecycle management capabilities are exposed in the Azure portal and look and feel just like a regular Azure VM. See [What is Azure Arc-enabled VMware vSphere](/azure/azure-arc/vmware-vsphere/overview.md) to learn more.
2627

2728
> [!NOTE]
28-
> Arc-enabled VMware vSphere also provides guest operating system management—in fact, it uses the same components as Arc-enabled server. However, during Public Preview, not all Azure services supported by Arc-enabled server are available for Arc-enabled VMware vSphere—currently Azure Monitor, Update Management and Microsoft Defender for Cloud are not supported. Arc-enabled VMware vSphere is not supported by Azure VMware Solution (AVS).
29-
>
29+
> Azure Arc-enabled VMware vSphere also provides guest operating system management—in fact, it uses the same components as Azure Arc-enabled servers. However, during Public Preview, not all [Azure services supported by Azure Arc-enabled servers](./manage-vm-extensions.md) are available for Arc-enabled VMware vSphere - currently, Azure Monitor, Update Management, and Microsoft Defender for Cloud are not supported. In addition, Arc-enabled VMware vSphere is [supported by Azure VMware Solution (AVS)](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md).
3030
3131
## Can I use Azure Arc-enabled server on VMs running in VMware environments?
3232

33-
Yes. Azure Arc-enabled server works with VMs running on VMware vSphere as well as Azure VMware Solution (AVS) and supports the full breadth of guest management capabilities across security, monitoring, and governance.
33+
Yes. Azure Arc-enabled servers work with VMs running in an on-premises VMware vSphere environment as well as Azure VMware Solution (AVS) and support the full breadth of guest management capabilities across security, monitoring, and governance.
3434

35-
## Which operating systems does Azure Arc work with?
35+
## Which operating systems does Azure Arc-enabled servers work with?
3636

37-
Arc-enabled server and/or Arc-enabled \<hypervisor\> works with all supported versions of Windows Server and major distributions of Linux.
37+
Azure Arc-enabled servers and/or Azure Arc-enabled VMware vSphere work with [all supported versions](./prerequisites.md) of Windows Server and major distributions of Linux. As mentioned, even though Arc-enabled servers work with VMware vSphere virtual machines, the [Connected Machine agent](agent-overview.md) has no notion of familiarity with the underlying infrastructure fabric and virtualization layer.
3838

39-
<!--To address this question properly, we need to specify which Arc service the question applies to. Let’s assume the question applies to Arc-enabled server and/or Arc-enabled \<hypervisor\>: it works with all supported versions of Windows Server and major distributions of Linux. -->
40-
41-
## Should I use Arc-enabled server, Arc-enabled\<hypervisor\>, and can I use both?
42-
43-
While Arc-enabled server and Arc-enabled VMware vSphere can be used in conjunction with one another, please note that this will produce dual representations of the same underlying Virtual Machine. This scenario may produce potentially duplicate guest management and is not advisable.
39+
## Should I use Arc-enabled servers or Arc-enabled VMware vSphere, and can I use both?
4440

41+
While Azure Arc-enabled servers and Azure Arc-enabled VMware vSphere can be used in conjunction with one another, please note that this will produce dual representations in the Azure portal of the same underlying virtual machine. This scenario can potentially introduce a “duplicate” guest management experience and is not advisable.

0 commit comments

Comments
 (0)