Skip to content

Commit e834344

Browse files
committed
Learn Editor: Update troubleshoot-resource-bridge.md
1 parent 5febe1d commit e834344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 usrnm1 --password vsexample
21+
az arcappliance logs vmware --ip 192.168.0.2 --username usrnm1@domain --password vsexample --address vcenter.address
2222
```
2323

2424
An example to collect Arc resource bridge logs for Azure Stack HCI using the appliance VM IP address:
@@ -31,7 +31,7 @@ If you are unsure of your appliance VM IP, there is also the option to use the k
3131

3232
```azurecli
3333
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
34+
az arcappliance logs vmware --kubeconfig c:\user\arbcreds\kubeconfig --username usrnm1@domain --password vsexample --address vcenter.address
3535
```
3636

3737
### Arc resource bridge is offline

0 commit comments

Comments
 (0)