Skip to content

Commit 5665d75

Browse files
authored
Merge pull request #112257 from kgremban/apr21-49692
Make link to troubleshooting ref more prominant
2 parents a520c56 + d9dc7d8 commit 5665d75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/iot-edge/troubleshoot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use this article to learn standard diagnostic skills for Azure IoT
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 11/20/2019
7+
ms.date: 04/21/2020
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -33,21 +33,20 @@ You can run the `check` command as follows, or include the `--help` flag to see
3333
iotedge check
3434
```
3535

36-
The types of checks run by the tool can be classified as:
36+
The troubleshooting tool runs many checks that are sorted into the these three categories:
3737

3838
* Configuration checks: Examines details that could prevent Edge devices from connecting to the cloud, including issues with *config.yaml* and the container engine.
3939
* Connection checks: Verifies the IoT Edge runtime can access ports on the host device and all the IoT Edge components can connect to the IoT Hub.
4040
* Production readiness checks: Looks for recommended production best practices, such as the state of device certificate authority (CA) certificates and module log file configuration.
4141

42-
For a complete list of diagnostic checks, see [Built-in troubleshooting functionality](https://github.com/Azure/iotedge/blob/master/doc/troubleshoot-checks.md).
42+
For information about each of the diagnostic checks this tool runs, including what to do if you get an error or warning, see [IoT Edge troubleshoot checks](https://github.com/Azure/iotedge/blob/master/doc/troubleshoot-checks.md).
4343

4444
## Gather debug information with iotedge 'support-bundle' command
4545

4646
When you need to gather logs from an IoT Edge device, the most convenient way is to use the `support-bundle` command. By default, this command collects module, IoT Edge Security Manager and container engine logs, 'iotedge check' JSON output and other useful debug information. It compresses them into a single file for easy sharing. The `support-bundle` command is available in [release 1.0.9](https://github.com/Azure/azure-iotedge/releases/tag/1.0.9) and later.
4747

4848
Run the `support-bundle` command with the `--since` flag to specify how long from the past you want to get logs. For example `6h` will get logs since the last 6 hours, `6d` since the last 6 days, `6m` since the last 6 minutes and so on. Include the `--help` flag to see a complete list of options.
4949

50-
5150
* On Linux:
5251

5352
```bash

0 commit comments

Comments
 (0)