Skip to content

Commit f0810e9

Browse files
Merge pull request #216681 from KarthikKR07/main
Main
2 parents a3b39fe + cd38e8e commit f0810e9

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You need a Windows or Linux machine that can access both your vCenter Server ins
7979

8080
8. Under **Region**, select an Azure location where the resource metadata will be stored. Currently, supported regions are **East US**, **West Europe**, **Australia East** and **Canada Central**.
8181

82-
9. Provide a name for **Custom location**. This is the name that you'll see when you deploy VMs. Name it for the datacenter or the physical location of your datacenter. For example: **contoso-nyc-dc**.
82+
9. Provide a name for **Custom location**. You'll see this name when you deploy VMs. Name it for the datacenter or the physical location of your datacenter. For example: **contoso-nyc-dc**.
8383

8484
10. Leave **Use the same subscription and resource group as your resource bridge** selected.
8585

@@ -145,11 +145,35 @@ A typical onboarding that uses the script takes 30 to 60 minutes. During the pro
145145
| **Data store** | Select the name of the datastore to be used for the Azure Arc resource bridge VM. |
146146
| **Folder** | Select the name of the vSphere VM and the template folder where the Azure Arc resource bridge's VM will be deployed. |
147147
| **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**. |
148-
| **Control Plane IP** address | 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. Azure Arc resource bridge (preview) runs a Kubernetes cluster, and its control plane requires a static IP address. Control Plane IP must have internet access. |
148+
| **Control Plane IP address** | Provide a static IP address that is outside the DHCP scope for virtual machines but in the same subnet. Ensure that this IP address isn't assigned to any other machine on the network. Azure Arc resource bridge (preview) runs a Kubernetes cluster, and its control plane requires a static IP address. Control Plane IP must have internet access. |
149149
| **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.
150150
151151
After the command finishes running, your setup is complete. You can now use the capabilities of Azure Arc-enabled VMware vSphere.
152152
153+
> [!IMPORTANT]
154+
> After the successful installation of Azure Arc resource bridge, it is recommended to retain a copy of the resource bridge config .yaml files and the kubeconfig file safe and secure in a place that facilitates easy retrieval. These files may be needed later to run a few commands to perform management operations on the resource bridge.
155+
156+
## Recovering from failed deployments
157+
158+
If the Azure Arc resource bridge deployment fails, consult the [Azure Arc resource bridge troubleshooting document](../resource-bridge/troubleshoot-resource-bridge.md). While there can be many reasons why the Azure Arc resource bridge deployment fails, one of them is KVA timeout error. For more information about the KVA timeout error and how to troubleshoot it, see [KVA timeout error](../resource-bridge/troubleshoot-resource-bridge.md#kva-timeout-error).
159+
160+
To clean up the installation and retry the deployment, use the following commands.
161+
162+
### Retry command - Windows
163+
164+
Run the command with ```-Force``` to clean up the installation and onboard again.
165+
166+
```powershell-interactive
167+
./resource-bridge-onboarding-script.ps1 -Force
168+
```
169+
170+
### Retry command - Linux
171+
172+
Run the command with ```--force``` to clean up the installation and onboard again.
173+
```bash
174+
bash resource-bridge-onboarding-script.sh --force
175+
```
176+
153177
## Next steps
154178

155179
- [Browse and enable VMware vCenter resources in Azure](browse-and-enable-vcenter-resources-in-azure.md)

0 commit comments

Comments
 (0)