Skip to content

Commit db778b4

Browse files
Merge pull request #229143 from PatAltimore/patricka-fix-command
Fix list formatting
2 parents 5704efc + 2ff1044 commit db778b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ Verify that the runtime was successfully installed and configured on your IoT Ed
124124

125125
A successful status response shows the `aziot` services as running or ready.
126126

127-
If you need to troubleshoot the service, retrieve the service logs.
127+
1. If you need to troubleshoot the service, retrieve the service logs.
128128

129129
```bash
130130
sudo iotedge system logs
131131
```
132132

133-
Use the `check` tool to verify configuration and connection status of the device.
133+
1. Use the `check` tool to verify configuration and connection status of the device.
134134

135135
```bash
136136
sudo iotedge check

0 commit comments

Comments
 (0)