Skip to content

Commit b3a50fe

Browse files
committed
edit pass: quick-start-connect-vcenter-to-arc-using-script
1 parent 1c4d97e commit b3a50fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To start using the Azure Arc-enabled VMware vSphere (preview) features, you need
1515
First, the script deploys a virtual appliance called [Azure Arc resource bridge (preview)](../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.
1616

1717
> [!IMPORTANT]
18-
> In the interest of ensuring that new features are documented no later than their release, this page might include documentation for features that aren't yet publicly available.
18+
> In the interest of ensuring that new features are documented no later than their release, this article might include documentation for features that aren't yet publicly available.
1919
2020
## Prerequisites
2121

@@ -27,7 +27,7 @@ First, the script deploys a virtual appliance called [Azure Arc resource bridge
2727

2828
### vCenter Server
2929

30-
- vCenter Server running version 6.7.
30+
- vCenter Server version 6.7.
3131

3232
- Inbound connections allowed on TCP port (usually 443) so that the Azure Arc resource bridge and VMware cluster extension can communicate with the vCenter Server instance.
3333

@@ -38,7 +38,7 @@ First, the script deploys a virtual appliance called [Azure Arc resource bridge
3838
- An external virtual network/switch and internet access, directly or through a proxy.
3939

4040
> [!NOTE]
41-
> Azure Arc-enabled VMware vSphere (preview) supports vCenter Server instances with a maximum of 2,500 virtual machines (VMs). If your vCenter Server instance has more than 2,500 VMs, we don't recommend that you use Arc-enabled VMware vSphere with it at this point.
41+
> Azure Arc-enabled VMware vSphere (preview) supports vCenter Server instances with a maximum of 2,500 virtual machines (VMs). If your vCenter Server instance has more than 2,500 VMs, we don't recommend that you use Azure Arc-enabled VMware vSphere with it at this point.
4242
4343
### vSphere account
4444

@@ -128,7 +128,7 @@ Use the following instructions to run the script, depending on which operating s
128128
129129
A typical onboarding that uses the script takes 30 to 60 minutes. During the process, you're prompted for the following details:
130130
131-
| **Requirements** | **Details** |
131+
| **Requirement** | **Details** |
132132
| --- | --- |
133133
| **Azure login** | [Sign in to Azure](https://www.microsoft.com/devicelogin) and enter the code when you're prompted. |
134134
| **vCenter FQDN/Address** | Enter the fully qualified domain name for the vCenter Server instance (or an IP address). For example: **10.160.0.1** or **nyc-vcenter.contoso.com**. |
@@ -142,7 +142,7 @@ A typical onboarding that uses the script takes 30 to 60 minutes. During the pro
142142
| **Folder** | Select the name of the vSphere VM and the template folder where the Azure Arc resource bridge's VM will be deployed. |
143143
| **VM template Name** | Provide a name for the VM template that will be created in your vCenter Server instance based on the downloaded OVA file. For example: **arc-appliance-template**. |
144144
| **Control Pane IP** | Provide a reserved IP address in your DHCP range, or provide a static IP address that's outside the DHCP range but still available on the network. Ensure that this IP address isn't assigned to any other machine on the network. |
145-
| **Appliance proxy settings** | Enter **y** if there's a proxy in your appliance network. Otherwise, enter **n**. </br> You need to populate the following boxes when you have proxy set up: </br> 1. **Http**: Address of the HTTP proxy server. </br> 2. **Https**: Address of the HTTPS proxy server. </br> 3. **NoProxy**: Addresses to be excluded from the proxy. </br> 4. **CertificateFilePath**: For SSL-based proxies, the path to the certificate to be used.
145+
| **Appliance proxy settings** | Enter **y** if there's a proxy in your appliance network. Otherwise, enter **n**. </br> You need to populate the following boxes when you have a proxy set up: </br> 1. **Http**: Address of the HTTP proxy server. </br> 2. **Https**: Address of the HTTPS proxy server. </br> 3. **NoProxy**: Addresses to be excluded from the proxy. </br> 4. **CertificateFilePath**: For SSL-based proxies, the path to the certificate to be used.
146146
147147
After the command finishes running, your setup is complete. You can now try out the capabilities of Azure Arc-enabled VMware vSphere.
148148

0 commit comments

Comments
 (0)