Skip to content

Commit 4017549

Browse files
committed
minor updates
1 parent 9ac82f6 commit 4017549

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to
3131

3232
2. The Virtual machines that have Arc agent installed via Arc-enabled Servers route will 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 the vCenter with Arc agent installed but not linked to the vCenter in Azure Arc.
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.
3535

3636
4. Choose all the machines, and select the option to link machines to vCenter.
3737

@@ -41,11 +41,11 @@ Follow the steps [here](./quick-start-connect-vcenter-to-arc-using-script.md) to
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

44-
After linking to vCenter, virtual lifecycle operations and power cycle operations are enabled on the machine and the kind property of Hybrid Compute Machine is updated as VMware.
44+
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

46-
## Link Arc enabled Server machines to vCenter using Azure CLI
46+
## 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+
The following az commands can be used 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 should be a complete resource ID containing all the information of *Resource Id* arguments. You should provide either *--ids* or other *Resource Id* arguments.
7979

8080
**--name -n**
8181

@@ -92,13 +92,13 @@ Name of the resource group that will be scanned for HCRP machines.
9292

9393
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
9494

95-
### Known issue
95+
#### Known issue
9696

9797
During the first scan of the vCenter inventory after onboarding to Azure Arc-enabled VMware vSphere, Arc-enabled Servers machines will be discovered under vCenter inventory. If the Arc-enabled Server machines aren't discovered and you try to perform the **Enable in Azure** operation, you'll encounter the following error:<br>
9898

9999
*A machine '/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXXX/resourceGroups/rg-contoso/providers/Microsoft.HybridCompute/machines/testVM1' already exists with the specified virtual machine MoRefId: 'vm-4441'. The existing machine resource can be extended with private cloud capabilities by creating the VirtualMachineInstance resource under it.*
100100

101-
When you encounter this error message, you will be able to perform the **Link to vCenter** operation in 10 minutes. Alternatively, you can use any of the Azure CLI commands listed above to link an existing Arc-enabled Server machine to vCenter.
101+
When you encounter this error message, you'll be able to perform the **Link to vCenter** operation in 10 minutes. Alternatively, you can use any of the Azure CLI commands listed above to link an existing Arc-enabled Server machine to vCenter.
102102

103103
## Next steps
104104

0 commit comments

Comments
 (0)