Skip to content

Commit f4a0084

Browse files
authored
Update troubleshoot-resource-bridge.md
1 parent b6ce579 commit f4a0084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For issues encountered with Arc resource bridge, collect logs for further invest
1818
An example to collect Arc resource bridge logs on VMware using the appliance VM IP address:
1919

2020
```azurecli
21-
az arcappliance logs vmware --ip 192.168.0.2 --username vsphereuseraccount --password vsphereaccountpswd
21+
az arcappliance logs vmware --ip 192.168.0.2 --username usrnm1 --password vsexample
2222
```
2323

2424
An example to collect Arc resource bridge logs for Azure Stack HCI using the appliance VM IP address:
@@ -30,8 +30,8 @@ An example to collect Arc resource bridge logs for Azure Stack HCI using the app
3030
If you are unsure of your appliance VM IP, there is also the option to use the kubeconfig. You can retrieve the kubeconfig by running the [get-credentials command](/cli/azure/arcappliance?view=azure-cli-latest) then run the logs command.
3131

3232
```azurecli
33-
az arcappliance get-credentials --resource-group my-rg-01 --name arb-name --credentials-dir C:\ProgramData\arbcreds
34-
az arcappliance logs vmware --kubeconfig C:\ProgramData\arbcreds --username vsphereuseraccount --password vsphereaccountpswd
33+
az arcappliance get-credentials --resource-group my-rg-01 --name arb-name --credentials-dir c:\user\arbcreds
34+
az arcappliance logs vmware --kubeconfig c:\user\arbcreds\kubeconfig --username usrnm1 --password vsexample
3535
```
3636

3737
### Arc resource bridge is offline

0 commit comments

Comments
 (0)