Skip to content

Commit f502250

Browse files
committed
Upated image and link markdown
1 parent 80ec2f2 commit f502250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
118 KB
Loading

articles/iot-edge/tutorial-develop-for-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Visual Studio Code now has access to your container registry, so it's time to tu
284284

285285
10. In your container registry, select **Repositories** then **samplemodule**. Verify that both versions of the image were pushed to the registry.
286286

287-
![View both image versions in container registry](./media/tutorial-develop-for-linux/view-repository-versions.png)
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":::
288288

289289
<!--Alternative steps: Use Visual Studio Code Docker tools to view ACR images with tags-->
290290

@@ -305,7 +305,7 @@ You verified that the built container images are stored in your container regist
305305

306306
2. Right-click the IoT Edge device that you want to deploy to, then select **Create Deployment for Single Device**.
307307

308-
![Create deployment for single device](./media/tutorial-develop-for-linux/create-deployment.png)
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.":::
309309

310310
3. In the file explorer, navigate into the **config** folder then select the **deployment.amd64.json** file.
311311

@@ -315,7 +315,7 @@ You verified that the built container images are stored in your container regist
315315

316316
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.
317317

318-
![View modules running on your IoT Edge device](./media/tutorial-develop-for-linux/view-running-modules.png)
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.":::
319319

320320
## View messages from device
321321

@@ -325,7 +325,7 @@ The SampleModule code receives messages through its input queue and passes them
325325

326326
2. Watch the output window in Visual Studio Code to see messages arriving at your IoT hub.
327327

328-
![View incoming device to cloud messages](./media/tutorial-develop-for-linux/view-d2c-messages.png)
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 .":::
329329

330330
## View changes on device
331331

0 commit comments

Comments
 (0)