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/quickstart.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
@@ -188,23 +188,23 @@ Follow these steps to deploy your first module from Azure Marketplace.
188
188
189
189
1. On the upper bar, select **Set Modules**.
190
190
191
-
:::image type="content" source="./media/quickstart-linux/select-set-modules.png" alt-text="Screenshot that shows where to select the Set Modules tab.":::
191
+
:::image type="content" source="./media/quickstart-linux/select-set-modules.png" alt-text="Screenshot that shows where to select the Set Modules tab." lightbox="./media/quickstart-linux/select-set-modules.png":::
192
192
193
193
1. Under **IoT Edge Modules**, open the **Add** drop-down menu, and then select **Marketplace Module**.
194
194
195
-
:::image type="content" source="./media/quickstart-linux/add-marketplace-module.png" alt-text="Screenshot that shows the Add drop-down menu.":::
195
+
:::image type="content" source="./media/quickstart-linux/add-marketplace-module.png" alt-text="Screenshot that shows the Add drop-down menu." lightbox="./media/quickstart-linux/add-marketplace-module.png":::
196
196
197
197
1. In **IoT Edge Module Marketplace**, search for and select the `Simulated Temperature Sensor` module.
198
198
199
199
The module is added to the IoT Edge Modules section with the desired **running** status.
200
200
201
201
1. Select **Next: Routes** to continue to the next step of the wizard.
202
202
203
-
:::image type="content" source="./media/quickstart-linux/view-temperature-sensor-next-routes.png" alt-text="Screenshot that shows how to continue to the next step after the module is added.":::
203
+
:::image type="content" source="./media/quickstart-linux/view-temperature-sensor-next-routes.png" alt-text="Screenshot that shows how to continue to the next step after the module is added." lightbox="./media/quickstart-linux/view-temperature-sensor-next-routes.png":::
204
204
205
205
1. On the **Routes** tab select **Next: Review + create** to continue to the next step of the wizard.
206
206
207
-
:::image type="content" source="./media/quickstart-linux/route-next-review-create.png" alt-text="Screenshot that shows how to go to the next step.":::
207
+
:::image type="content" source="./media/quickstart-linux/route-next-review-create.png" alt-text="Screenshot that shows how to go to the next step." lightbox="./media/quickstart-linux/route-next-review-create.png":::
208
208
209
209
1. Review the JSON file, and then select **Create**. The JSON file defines all of the modules that you deploy to your IoT Edge device. You'll see the **SimulatedTemperatureSensor** module and the two runtime modules, **edgeAgent** and **edgeHub**.
0 commit comments