Skip to content

Commit 12d6953

Browse files
committed
Formatting fixes
1 parent 46b4bdc commit 12d6953

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

articles/iot-hub-device-update/device-update-howto-proxy-updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,19 @@ For more information about tags and groups, see [Manage device groups](create-up
184184
185185
1. Select the target group by clicking on the group name. You'll be directed to the group details under Group basics.
186186

187-
:::image type="content" source="media/deploy-update/group-basics.png" alt-text="Group details" lightbox="media/deploy-update/group-basics.png":::
187+
:::image type="content" source="media/deploy-update/group-basics.png" alt-text="Group details" lightbox="media/deploy-update/group-basics.png":::
188188

189189
1. To initiate the deployment, go to the Current deployment tab. Select the deploy link next to the desired update from the Available updates section. The best, available update for a given group will be denoted with a "Best" highlight.
190190

191-
:::image type="content" source="media/deploy-update/select-update.png" alt-text="Select update" lightbox="media/deploy-update/select-update.png":::
191+
:::image type="content" source="media/deploy-update/select-update.png" alt-text="Select update" lightbox="media/deploy-update/select-update.png":::
192192

193193
1. Schedule your deployment to start immediately or in the future, then select Create.
194194

195-
:::image type="content" source="media/deploy-update/create-deployment.png" alt-text="Create deployment" lightbox="media/deploy-update/create-deployment.png":::
195+
:::image type="content" source="media/deploy-update/create-deployment.png" alt-text="Create deployment" lightbox="media/deploy-update/create-deployment.png":::
196196

197197
1. The Status under Deployment details should turn to Active, and the deployed update should be marked with "(deploying)".
198198

199-
:::image type="content" source="media/deploy-update/deployment-active.png" alt-text="Deployment active" lightbox="media/deploy-update/deployment-active.png":::
199+
:::image type="content" source="media/deploy-update/deployment-active.png" alt-text="Deployment active" lightbox="media/deploy-update/deployment-active.png":::
200200

201201
1. View the compliance chart. You should see the update is now in progress.
202202

articles/iot-hub-device-update/device-update-raspberry-pi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ In this tutorial, you'll learn how to:
2222
> * Download an image.
2323
> * Add a tag to your IoT device.
2424
> * Import an update.
25-
> * Create a device group.
2625
> * Deploy an image update.
2726
> * Monitor the update deployment.
2827
@@ -220,7 +219,7 @@ Here are two examples for the `du-config.json` and the `du-diagnostics-config.js
220219
adu-<image type>-image-<machine>-<version number>.<extension>
221220
```
222221
223-
Use that version number in the later "Import the update" section.
222+
Use that version number in the later "Import the update" section.
224223
225224
## Import the update
226225

articles/iot-hub-device-update/device-update-simulator.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ In this tutorial, you'll learn how to:
2222
> * Download and install an image.
2323
> * Add a tag to your IoT device.
2424
> * Import an update.
25-
> * Create a device group.
2625
> * Deploy an image update.
2726
> * Monitor the update deployment.
2827
@@ -46,7 +45,7 @@ In this tutorial, you'll learn how to:
4645

4746
After the Device Update agent is running on an IoT device, you must add the device to IoT Hub. From within IoT Hub, a connection string is generated for a particular device.
4847

49-
1. From the Azure portal, start the Device Update for IoT Hub.
48+
1. From the [Azure portal](https://portal.azure.com), navigate to your IoT hub.
5049
1. Create a new device.
5150
1. On the left pane, go to **Devices**. Then select **New**.
5251
1. Under **Device ID**, enter a name for the device. Ensure that the **Autogenerate keys** checkbox is selected.
@@ -59,7 +58,7 @@ After the Device Update agent is running on an IoT device, you must add the devi
5958

6059
## Add a tag to your device
6160

62-
1. Sign in to the [Azure portal](https://portal.azure.com) and go to the IoT hub.
61+
1. From the Azure portal, navigate to your IoT hub.
6362
1. From **Devices** on the left pane, find your IoT device and go to the device twin or module twin.
6463
1. In the module twin of the Device Update agent module, delete any existing Device Update tag values by setting them to null. If you're using the device identity with a Device Update agent, make these changes on the device twin.
6564
1. Add a new Device Update tag value, as shown:

articles/iot-hub-device-update/device-update-ubuntu-agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ In this tutorial, you'll learn how to:
2424
> * Download and install the Device Update agent and its dependencies.
2525
> * Add a tag to your device.
2626
> * Import an update.
27-
> * Create a device group.
2827
> * Deploy a package update.
2928
> * Monitor the update deployment.
3029

0 commit comments

Comments
 (0)