Skip to content

Commit 1ca696a

Browse files
committed
Minor updates
1 parent 4017549 commit 1ca696a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/azure-arc/vmware-vsphere/enable-virtual-hardware.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Enable additional capabilities on Arc-enabled Server machines by linking to vCenter
3-
description: Enable additional capabilities on Arc-enabled Server machines by linking to vCenter
3+
description: Enable additional capabilities on Arc-enabled Server machines by linking to vCenter.
44
ms.topic: how-to
5-
ms.date: 03/08/2024
5+
ms.date: 03/11/2024
66
ms.service: azure-arc
77
ms.subservice: azure-arc-vmware-vsphere
88
author: Farha-Bano
@@ -14,7 +14,7 @@ manager: jsuri
1414

1515
If you have VMware machines connected to Azure via Arc-enabled Servers route, you can seamlessly get additional capabilities by deploying resource bridge and connecting vCenter to Azure. The additional capabilities include the ability to perform virtual machine lifecycle operations, such as create, resize, and power cycle operations such as start, stop, and so on. You can get additional capabilities without any disruption, retaining the VM extensions configured on the Arc-enabled Server machines.
1616

17-
Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to deploy the Arc Resource Bridge and connect vCenter to Azure.
17+
Follow these steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to deploy the Arc Resource Bridge and connect vCenter to Azure.
1818

1919
>[!IMPORTANT]
2020
> This article is applicable only if you've installed Arc agents directly in VMware machines before onboarding to Azure Arc-enabled VMware vSphere by deploying Arc resource bridge.
@@ -29,23 +29,23 @@ Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to
2929

3030
1. Navigate to the Virtual machines inventory page of your vCenter in the Azure portal.
3131

32-
2. The Virtual machines that have Arc agent installed via Arc-enabled Servers route will have **Link to vCenter** status under virtual hardware management.
32+
2. The Virtual machines that have Arc agent installed via Arc-enabled Servers route have **Link to vCenter** status under virtual hardware management.
3333

34-
3. Select **Link to vCenter** to open a pane that will list all the machines under vCenter with Arc agent installed but not linked to vCenter in Azure Arc.
34+
3. Select **Link to vCenter** to open a pane that lists all the machines under vCenter with Arc agent installed but not linked to vCenter in Azure Arc.
3535

36-
4. Choose all the machines, and select the option to link machines to vCenter.
36+
4. Choose all the machines and select the option to link machines to vCenter.
3737

3838
:::image type="content" source="media/enable-virtual-hardware/link-machine-to-vcenter.png" alt-text="Screenshot that shows the Link to vCenter page." lightbox="media/enable-virtual-hardware/link-machine-to-vcenter.png":::
3939

40-
5. After linking to vCenter, the virtual hardware status will reflect as **Enabled** for all the VMs, and you can perform [virtual hardware operations](./perform-vm-ops-through-azure.md).
40+
5. After linking to vCenter, the virtual hardware status reflects as **Enabled** for all the VMs, and you can perform [virtual hardware operations](./perform-vm-ops-through-azure.md).
4141

4242
:::image type="content" source="media/enable-virtual-hardware/perform-virtual-hardware-operations.png" alt-text="Screenshot that shows the page for performing virtual hardware operations." lightbox="media/enable-virtual-hardware/perform-virtual-hardware-operations.png":::
4343

4444
After linking to vCenter, virtual lifecycle operations and power cycle operations are enabled on the machines, and the kind property of Hybrid Compute Machine is updated as VMware.
4545

4646
## Link Arc-enabled Server machines to vCenter using Azure CLI
4747

48-
The following az commands can be used to link Arc-enabled Server machines to vCenter at scale.
48+
Use the following az commands to link Arc-enabled Server machines to vCenter at scale.
4949

5050
**Create VMware resources from the specified Arc for Server machines in the vCenter**
5151

@@ -75,7 +75,7 @@ ARM ID of the vCenter to which the machines will be linked.
7575

7676
**--ids**
7777

78-
One or more resource IDs (space-delimited). It should be a complete resource ID containing all the information of *Resource Id* arguments. You should provide either *--ids* or other *Resource Id* arguments.
78+
One or more resource IDs (space-delimited). It must be a complete resource ID containing all the information of *Resource Id* arguments. You must provide either *--ids* or other *Resource Id* arguments.
7979

8080
**--name -n**
8181

articles/azure-arc/vmware-vsphere/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Azure Arc-enabled VMware vSphere currently works with vCenter Server versions 7
7373
> [!NOTE]
7474
> Azure Arc-enabled VMware vSphere supports vCenters with a maximum of 9500 VMs. If your vCenter has more than 9500 VMs, we don't recommend you to use Arc-enabled VMware vSphere with it at this point.
7575
76-
>If you're trying to enable Arc for Azure VMware Solution (AVS) private cloud, follow this guide [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md).
76+
>If you're trying to enable Arc for Azure VMware Solution (AVS) private cloud, see [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md).
7777
7878
## Supported regions
7979

articles/azure-arc/vmware-vsphere/quick-start-connect-vcenter-to-arc-using-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To start using the Azure Arc-enabled VMware vSphere features, you need to connec
2020
First, the script deploys a virtual appliance called [Azure Arc resource bridge](../resource-bridge/overview.md) in your vCenter environment. Then, it installs a VMware cluster extension to provide a continuous connection between vCenter Server and Azure Arc.
2121

2222
> [!IMPORTANT]
23-
> This article describes a way to connect a generic vCenter Server to Azure Arc. If you're trying to enable Arc for Azure VMware Solution (AVS) private cloud, please follow this guide instead - [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md). With the Arc for AVS onboarding process you need to provide fewer inputs and Arc capabilities are better integrated into the AVS private cloud portal experience.
23+
> This article describes a way to connect a generic vCenter Server to Azure Arc. If you're trying to enable Arc for Azure VMware Solution (AVS) private cloud, follow this guide instead - [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](../../azure-vmware/deploy-arc-for-azure-vmware-solution.md). With the Arc for AVS onboarding process you need to provide fewer inputs and Arc capabilities are better integrated into the AVS private cloud portal experience.
2424
2525
## Prerequisites
2626

0 commit comments

Comments
 (0)