Skip to content

Commit a1637ce

Browse files
committed
Made images bigger, other edits
1 parent fca8753 commit a1637ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
12.6 KB
Loading

articles/iot-edge/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Follow these steps to deploy your first module from Azure Marketplace.
254254

255255
1. After you create the module deployment details, the wizard returns you to the device details page. View the deployment status on the **Modules** tab.
256256

257-
You should see three modules: **$edgeAgent**, **$edgeHub**, and **SimulatedTemperatureSensor**. If one or more of the modules has **YES** under **SPECIFIED IN DEPLOYMENT** but not under **REPORTED BY DEVICE**, your IoT Edge device is still starting them. Wait a few minutes, and then refresh the page.
257+
You should see three modules: **$edgeAgent**, **$edgeHub**, and **SimulatedTemperatureSensor**. If one or more of the modules has **Yes** under **Specified in Deployment** but not under **Reported by Device**, your IoT Edge device is still starting them. Wait a few minutes, and then refresh the page.
258258

259259
:::image type="content" source="./media/quickstart/view-deployed-modules.png" alt-text="Screenshot that shows Simulated Temperature Sensor in the list of deployed modules.":::
260260

@@ -279,7 +279,7 @@ The module that you pushed generates sample environment data that you can use fo
279279
sudo iotedge list
280280
```
281281

282-
:::image type="content" source="./media/quickstart/iotedge-list-screen.png" alt-text="Verify your temperature sensor, agent, and hub are running.":::
282+
:::image type="content" source="./media/quickstart/iotedge-list-screen.png" alt-text="Verify your temperature sensor, agent, and hub are running." lightbox="./media/quickstart/iotedge-list-screen.png":::
283283

284284
1. View the messages being sent from the temperature sensor module to the cloud using the following Linux command:
285285

@@ -290,7 +290,7 @@ The module that you pushed generates sample environment data that you can use fo
290290
>[!IMPORTANT]
291291
>IoT Edge commands are case-sensitive when they refer to module names.
292292
293-
:::image type="content" source="./media/quickstart/temperature-sensor-screen.png" alt-text="Screenshot of the output logs of the Simulated Temperature Sensor module.":::
293+
:::image type="content" source="./media/quickstart/temperature-sensor-screen.png" alt-text="Screenshot of the output logs of the Simulated Temperature Sensor module." lightbox="./media/quickstart/temperature-sensor-screen.png":::
294294

295295
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.
296296

0 commit comments

Comments
 (0)