You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-develop-for-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ Visual Studio Code now has access to your container registry, so it's time to tu
284
284
285
285
10. In your container registry, select **Repositories** then **samplemodule**. Verify that both versions of the image were pushed to the registry.
286
286
287
-

287
+
:::image type="content" source="./media/tutorial-develop-for-linux/view-repository-versions.png" alt-text="Screenshot of where to view both image versions in your container registry." lightbox="./media/tutorial-develop-for-linux/view-repository-versions.png":::
288
288
289
289
<!--Alternative steps: Use Visual Studio Code Docker tools to view ACR images with tags-->
290
290
@@ -305,7 +305,7 @@ You verified that the built container images are stored in your container regist
305
305
306
306
2. Right-click the IoT Edge device that you want to deploy to, then select **Create Deployment for Single Device**.
307
307
308
-

308
+
:::image type="content" source="./media/tutorial-develop-for-linux/create-deployment.png" alt-text="Screenshot showing how to create a deployment for a single device.":::
309
309
310
310
3. In the file explorer, navigate into the **config** folder then select the **deployment.amd64.json** file.
311
311
@@ -315,7 +315,7 @@ You verified that the built container images are stored in your container regist
315
315
316
316
It may take a few minutes for the modules to start. The IoT Edge runtime needs to receive its new deployment manifest, pull down the module images from the container runtime, then start each new module.
317
317
318
-

318
+
:::image type="content" source="./media/tutorial-develop-for-linux/view-running-modules.png" alt-text="Screenshot where to view modules running on your I o T Edge device.":::
319
319
320
320
## View messages from device
321
321
@@ -325,7 +325,7 @@ The SampleModule code receives messages through its input queue and passes them
325
325
326
326
2. Watch the output window in Visual Studio Code to see messages arriving at your IoT hub.
327
327
328
-

328
+
:::image type="content" source="./media/tutorial-develop-for-linux/view-d2c-messages.png" alt-text="Screenshot showing where to view incoming device to cloud messages .":::
0 commit comments