Skip to content

Commit fdd6f8e

Browse files
Merge pull request #269996 from alt-key/docs-editor/troubleshoot-resource-bridge-1711138760
update to logs command example
2 parents 3b6feae + eb1b2da commit fdd6f8e

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 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:
@@ -27,11 +27,11 @@ An example to collect Arc resource bridge logs for Azure Stack HCI using the app
2727
az arcappliance logs hci --ip 192.168.02 --cloudagent 192.168.05 --loginconfigfile c:\clusterstorage\moc\workingdir\kvatoken.tok
2828
```
2929

30-
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.
30+
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) then run the logs command.
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)