Skip to content

Commit c904a86

Browse files
authored
Update troubleshoot-resource-bridge.md
updated the section for connection error
1 parent 449b678 commit c904a86

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,11 @@ For example, if you specified the wrong location, or subscription during deploym
3636

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

39-
### Failure due to previous deployments
39+
### Connection closed before server preface received
4040

41-
If Arc resource bridge is deployed multiple times, an old token or expired credentials left on the management machine may cause future deployments to fail.
41+
When there are multiple attempts to deploy Arc resource bridge, expired credentials left on the management machine may 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`.
4242

43-
To prevent this from happening, be sure to run the `az arcappliance delete` command after any failed deployment, or to delete the current bridge before attempting another deployment. The delete command must be run with the latest `arcappliance` Azure CLI extension. To ensure that you have the latest version installed on your machine, run the following command:
44-
45-
```azurecli
46-
az extension update --name arcappliance
47-
```
48-
49-
If all components of Arc resource bridge are not completely deleted, the residual token or expired credentials may cause future deployments to fail. When this is the case, the error will contain the message `Unavailable desc = connection closed before server preface received` to surface when various `az arcappliance` commands are run, including `prepare` and `delete`.
50-
51-
To resolve this error, the .wssd\python and .wssd\kva folders in the user profile directory need to be deleted from the management machine. You can delete these manually by navigating to the user profile directory (typically `C:\Users\<username>`), then deleting the `.wssd\python` and/or `.wssd\kva` folders. After they are deleted, retry the command that failed.
43+
To resolve this error, the .wssd\python and .wssd\kva folders in the user profile directory need to be manually deleted from the management machine. Depending on where the deployment errored, there may not be a kva folder to delete. You can delete these folders manually by navigating to the user profile directory (typically `C:\Users\<username>`), then deleting the `.wssd\python` and `.wssd\kva` folders. After they are deleted, retry the command that failed.
5244

5345
### Token refresh error
5446

@@ -326,4 +318,4 @@ If you don't see your problem here or you can't resolve your issue, try one of t
326318

327319
- Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
328320

329-
- [Open an Azure support request](../../azure-portal/supportability/how-to-create-azure-support-request.md).
321+
- [Open an Azure support request](../../azure-portal/supportability/how-to-create-azure-support-request.md).

0 commit comments

Comments
 (0)