Skip to content

Commit 4f98641

Browse files
committed
Reorder content
1 parent c19777d commit 4f98641

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ You should see three modules: **$edgeAgent**, **$edgeHub**, and **SimulatedTempe
223223

224224
:::image type="content" source="./media/quickstart-linux/view-deployed-modules.png" alt-text="Screenshot that shows the SimulatedTemperatureSensor in the list of deployed modules." lightbox="./media/quickstart-linux/view-deployed-modules.png":::
225225

226+
If you had issues deploying modules, see [Troubleshoot IoT Edge devices from the Azure portal](troubleshoot-in-portal.md).
227+
226228
## View generated data
227229

228230
In this quickstart, you created a new IoT Edge device and installed the IoT Edge runtime on it. Then, you used the Azure portal to deploy an IoT Edge module to run on the device without having to make changes to the device itself.
@@ -231,24 +233,22 @@ In this case, the module that you pushed generates sample environment data that
231233

232234
Open the command prompt on your IoT Edge device again, or use the SSH connection from Azure CLI. Confirm that the module deployed from the cloud is running on your IoT Edge device:
233235

234-
```bash
235-
sudo iotedge list
236-
```
236+
```bash
237+
sudo iotedge list
238+
```
237239

238240
:::image type="content" source="./media/quickstart-linux/iot-edge-list.png" alt-text="Screenshot that shows three modules on your device." lightbox="./media/quickstart-linux/iot-edge-list.png":::
239241

240242
View the messages being sent from the temperature sensor module:
241243

242-
```bash
243-
sudo iotedge logs SimulatedTemperatureSensor -f
244-
```
245-
246-
>[!TIP]
247-
>IoT Edge commands are case-sensitive when referring to module names.
244+
```bash
245+
sudo iotedge logs SimulatedTemperatureSensor -f
246+
```
248247

249-
:::image type="content" source="./media/quickstart-linux/iot-edge-logs.png" alt-text="Screenshot that shows data from your module in the output console." lightbox="./media/quickstart-linux/iot-edge-logs.png":::
248+
:::image type="content" source="./media/quickstart-linux/iot-edge-logs.png" alt-text="Screenshot that shows data from your module in the output console." lightbox="./media/quickstart-linux/iot-edge-logs.png":::
250249

251-
If you had issues deploying modules, see [Troubleshoot IoT Edge devices from the Azure portal](troubleshoot-in-portal.md).
250+
>[!TIP]
251+
>IoT Edge commands are case-sensitive when referring to module names.
252252
253253
## Clean up resources
254254

articles/iot-edge/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ You should see three modules: **$edgeAgent**, **$edgeHub**, and **SimulatedTempe
212212

213213
:::image type="content" source="./media/quickstart/view-deployed-modules.png" alt-text="Screenshot that shows the SimulatedTemperatureSensor in the list of deployed modules." lightbox="./media/quickstart/view-deployed-modules.png":::
214214

215+
If you had issues deploying modules, see [Troubleshoot IoT Edge devices from the Azure portal](troubleshoot-in-portal.md).
216+
215217
## View the generated data
216218

217219
In this quickstart, you created a new IoT Edge device and installed the IoT Edge runtime on it. Then you used the Azure portal to deploy an IoT Edge module to run on the device without having to make changes to the device itself.
@@ -241,12 +243,10 @@ The module that you pushed generates sample environment data that you can use fo
241243
sudo iotedge logs SimulatedTemperatureSensor -f
242244
```
243245

244-
>[!IMPORTANT]
245-
>IoT Edge commands are case-sensitive when they refer to module names.
246-
247246
:::image type="content" source="./media/quickstart/temperature-sensor-screen.png" alt-text="Screenshot that shows the output logs of the Simulated Temperature Sensor module when it's running." lightbox="./media/quickstart/temperature-sensor-screen.png":::
248247

249-
You can also use the [Azure IoT Hub extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) to watch messages arrive at your IoT hub.
248+
>[!TIP]
249+
>IoT Edge commands are case-sensitive when they refer to module names.
250250
251251
## Clean up resources
252252

0 commit comments

Comments
 (0)