Skip to content

Commit 6ba92af

Browse files
authored
Update troubleshoot-resource-bridge.md
1 parent 32ac894 commit 6ba92af

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,19 @@ To resolve this issue, manually delete the existing template. Then run [`az arca
346346

347347
When deploying Arc resource bridge on VMware, you specify the folder in which the template and VM are created. The selected folder must be a VM and template folder type. Other types of folder, such as storage folders, network folders, or host and cluster folders, can't be used for the resource bridge deployment.
348348

349-
### Cannot retrieve resource - not found
349+
### Cannot retrieve resource - not found or does not exist
350350

351-
When Arc resource bridge is deployed, you specify where the appliance VM will be deployed. The appliance VM can't be moved from that location path. If the appliance VM moved location, you may hit an error similar to the one below when upgrading:
351+
When Arc resource bridge is deployed, you specify where the appliance VM will be deployed. The appliance VM can't be moved from that location path. If the appliance VM moved location, you may hit an error similar to the ones below when upgrading:
352352

353-
```
353+
`
354354
{\n \"code\": \"PreflightcheckError\",\n \"message\": \"{\\n \\\"code\\\": \\\"InvalidEntityError\\\",\\n \\\"message\\\": \\\"Cannot retrieve <resource> 'resource-name': <resource> 'resource-name' not found\\\"\\n }\"\n }"
355-
```
356-
These are the options to address the error:
355+
`
356+
357+
`
358+
{\n \"code\": \"PreflightcheckError\",\n \"message\": \"{\\n \\\"code\\\": \\\"InvalidEntityError\\\",\\n \\\"message\\\": \\\"The specified vSphere Datacenter '/VxRail-Datacenter' does not exist\\\"\\n }\"\n }"
359+
`
360+
361+
These are the options to address either error:
357362

358363
- Move the appliance VM back to its original location and ensure RBAC credentials are updated for the location change.
359364
- Create a resource with the same name, move Arc resource bridge to that new resource, and then proceed with upgrade.

0 commit comments

Comments
 (0)