Skip to content

Commit cac95ab

Browse files
committed
further updates
1 parent b3c3494 commit cac95ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This article provides information on troubleshooting and resolving issues that m
1313

1414
### Logs
1515

16-
For issues encountered with Arc resource bridge, collect logs for further investigation using the Azure CLI [`az arcappliance logs`](/cli/azure/arcappliance/logs) command. This command needs to be run from the same client machine that you used to run commands to deploy the Arc resource bridge. If there is a problem collecting logs, most likely the host machine is unable to reach the Appliance VM, and the network administrator needs to allow communication between the host machine to the Appliance VM.
16+
For issues encountered with Arc resource bridge, collect logs for further investigation using the Azure CLI [`az arcappliance logs`](/cli/azure/arcappliance/logs) command. This command needs to be run from the same deployment machine that was used to run commands to deploy the Arc resource bridge. If there is a problem collecting logs, most likely the deployment machine is unable to reach the Appliance VM, and the network administrator needs to allow communication between the deployment machine to the Appliance VM.
1717

18-
The `az arcappliance logs` command requires SSH to the Azure Arc resource bridge VM. The SSH key is saved to the client machine where the deployment of the appliance was performed from. To use a different client machine to run the Azure CLI command, make sure the following files are copied to the new client machine:
18+
The `az arcappliance logs` command requires SSH to the Azure Arc resource bridge VM. The SSH key is saved to the deployment machine. To use a different deployment machine to run the logs command, make sure the following files are copied to the new client machine:
1919

2020
```azurecli
2121
$HOME\.KVA\.ssh\logkey.pub
@@ -26,7 +26,9 @@ To run the `az arcappliance logs` command, the Appliance VM IP, Control Plane IP
2626

2727
The Appliance VM IP is assigned when the `az arcappliance deploy` command is run, after Control Plane endpoint reconciliation. For example, if the message displayed in the command window reads "Appliance IP is 192.168.1.1", the command to use for logs collection would be:
2828

29-
az arcappliance logs hci --ip 192.168.1.1 --out-dir c:\logs
29+
```azurecli
30+
az arcappliance logs hci --ip 192.168.1.1 --out-dir c:\logs`
31+
```
3032

3133
To specify the IP address of the Azure Arc resource bridge virtual machine, run the following command:
3234

0 commit comments

Comments
 (0)