Skip to content

Commit 66c8a3d

Browse files
committed
Minor edits
1 parent a1637ce commit 66c8a3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
-3.33 KB
Loading

articles/iot-edge/quickstart.md

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

223223
1. Select the device ID of the target device from the list of devices.
224224

225-
When you create a new IoT Edge device, it will display the status code `417 -- The device's deployment configuration is not set` in the Azure portal. This status is normal, and means that the device is ready to receive a module deployment.
225+
>[!NOTE]
226+
>When you create a new IoT Edge device, it will display the status code `417 -- The device's deployment configuration is not set` in the Azure portal. This status is normal, and means that the device is ready to receive a module deployment.
226227
227228

228229
1. On the upper bar, select **Set Modules**.
@@ -256,7 +257,7 @@ Follow these steps to deploy your first module from Azure Marketplace.
256257

257258
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.
258259

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

261262
## View the generated data
262263

0 commit comments

Comments
 (0)