Skip to content

Commit e2c66ee

Browse files
committed
touchups
1 parent e51a09a commit e2c66ee

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub using a Raspberry Pi image
33
description: Do an end-to-end image-based Azure Device Update for IoT Hub update using a Raspberry Pi 3 B+ Yocto image.
44
author: eshashah
55
ms.author: eshashah
6-
ms.date: 12/17/2024
6+
ms.date: 12/18/2024
77
ms.topic: tutorial
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -22,7 +22,7 @@ In this tutorial, you:
2222
> - Assign a tag to your IoT device.
2323
> - Import the image update.
2424
> - Deploy the image update.
25-
> - View update deployment history.
25+
> - View the update deployment history.
2626
2727
## Prerequisites
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The Device Update agent runs on every device that Device Update manages. In this
179179

180180
## Import the update
181181

182-
Download and extract the *Tutorial_Simulator.zip* archive from the [GitHub Device Update Releases](https://github.com/Azure/iot-hub-device-update/releases) latest release **Assets** section onto your development machine if it's different from your Ubuntu 18.04 IoT device. This section uses the *TutorialImportManifest_Sim.importmanifest.json* and *adu-update-image-raspberrypi3.swu* files from the *Tutorial_Simulator* folder.
182+
Download and extract the *Tutorial_Simulator.zip* archive from the [GitHub Device Update Releases](https://github.com/Azure/iot-hub-device-update/releases) latest release **Assets** section onto your development machine, if it's different from your Ubuntu 18.04 IoT device. This section uses the *TutorialImportManifest_Sim.importmanifest.json* and *adu-update-image-raspberrypi3.swu* files from the *Tutorial_Simulator* folder.
183183

184184
The update file is the same one as in the [Raspberry Pi tutorial](device-update-raspberry-pi.md). Because the update in this tutorial is simulated, the specific file content doesn't matter.
185185

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub using the Ubuntu package agent
33
description: Perform an end-to-end package update using the Device Update Ubuntu Server 22.04 x64 package agent to update Azure IoT Edge.
44
author: eshashah
55
ms.author: eshashah
6-
ms.date: 12/17/2024
6+
ms.date: 12/18/2024
77
ms.topic: tutorial
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -26,7 +26,7 @@ In this tutorial, you:
2626
> - Add a group tag to your device.
2727
> - Import the package update.
2828
> - Deploy the package update.
29-
> - View update deployment history.
29+
> - View the update deployment history.
3030
3131
## Prerequisites
3232

@@ -104,13 +104,13 @@ For convenience, this tutorial uses a [cloud-init](/azure/virtual-machines/linux
104104
105105
## Add a group tag to your device
106106
107-
Device Update uses groups to organize devices. Device Update automatically sorts devices into groups based on their assigned tags and compatibility properties. Each device can belong to only one group, but groups can have multiple subgroups to sort different device classes. For more information about tags and groups, see [Manage device groups](create-update-group.md).
107+
Device Update automatically organizes devices into groups based on their assigned tags and compatibility properties. Each device can belong to only one group, but groups can have multiple subgroups to sort different device classes. For more information about tags and groups, see [Manage device groups](create-update-group.md).
108108
109109
1. On the [Azure portal](https://portal.azure.com) IoT hub page for your Device Update instance, select **Device management** > **Devices** from the left navigation.
110110
1. Go to the **Device twin** or **Module Identity** twin for your device.
111-
1. In the device twin or Device Update agent module **Module Identity Twin** file, delete any existing Device Update tag values by setting them to `null`, and then add the following new Device Update group tag.
111+
1. In the device twin or Device Update agent **Module Identity Twin** file, delete any existing Device Update tag values by setting them to `null`, and then add the following new Device Update group tag.
112112
113-
If you're using device identity with the Device Update agent, make these changes on the device twin. If you're using a Module Identity with the Device Update agent module, add the tag in the **Module Identity Twin**.
113+
If you're using device identity with the Device Update agent, make these changes on the device twin. If you're using a module identity with the Device Update agent module, add the tag in the **Module Identity Twin**.
114114
115115
```json
116116
"tags": {
@@ -193,7 +193,7 @@ You should see the device group that contains the device you set up in this tuto
193193
194194
:::image type="content" source="media/deploy-update/deployments-history.png" alt-text="Screenshot that shows Deployment history." lightbox="media/deploy-update/deployments-history.png":::
195195
196-
1. On the **Deployment details** page, select **Refresh** to view the latest status details.
196+
1. On the **Deployment details** page, select the **Refresh** icon to view the latest status details.
197197
198198
:::image type="content" source="media/deploy-update/deployment-details.png" alt-text="Screenshot that shows deployment details." lightbox="media/deploy-update/deployment-details.png":::
199199

0 commit comments

Comments
 (0)