Skip to content

Commit f88143f

Browse files
Merge pull request #265006 from alt-key/patch-3
add a new issue to tsg
2 parents 2c03367 + 3d87061 commit f88143f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ If you run `az arcappliance` CLI commands for Arc Resource Bridge via remote Pow
2828

2929
Using `az arcappliance` commands from remote PowerShell isn't currently supported. Instead, sign in to the node through Remote Desktop Protocol (RDP) or use a console session.
3030

31-
### Resource bridge cannot be updated
31+
### Resource bridge configurations cannot be updated
3232

3333
In this release, all the parameters are specified at time of creation. To update the Azure Arc resource bridge, you must delete it and redeploy it again.
3434

3535
For example, if you specified the wrong location, or subscription during deployment, later the resource creation fails. If you only try to recreate the resource without redeploying the resource bridge VM, you'll see the status stuck at `WaitForHeartBeat`.
3636

3737
To resolve this issue, delete the appliance and update the appliance YAML file. Then redeploy and create the resource bridge.
3838

39+
### Appliance Network Unavailable
40+
41+
If Arc resource bridge is experiencing a network communication problem, you may see an "Appliance Network Unavailable" error when trying to perform an action that interacts with the resource bridge or an extension operating on top of the bridge. This error can also surface as "Error while dialing dial tcp xx.xx.xxx.xx:55000: connect: no route to host" and this is typically a network communication problem. The problem could be that communication from the host to the Arc resource bridge VM needs to be opened with the help of your network administrator. It could be that there was a temporary network issue not allowing the host to reach the Arc resource bridge VM and once the network issue is resolved, you can retry the operation.
42+
3943
### Connection closed before server preface received
4044

4145
When there are multiple attempts to deploy Arc resource bridge, expired credentials left on the management machine might cause future deployments to fail. The error will contain the message `Unavailable desc = connection closed before server preface received`. This error will surface in various `az arcappliance` commands including `validate`, `prepare` and `delete`.

0 commit comments

Comments
 (0)