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-hub-device-update/device-update-simulator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ The Device Update agent runs on every device that Device Update manages. In this
179
179
180
180
## Import the update
181
181
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.
183
183
184
184
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.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-ubuntu-agent.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub using the Ubuntu package agent
3
3
description: Perform an end-to-end package update using the Device Update Ubuntu Server 22.04 x64 package agent to update Azure IoT Edge.
4
4
author: eshashah
5
5
ms.author: eshashah
6
-
ms.date: 12/17/2024
6
+
ms.date: 12/18/2024
7
7
ms.topic: tutorial
8
8
ms.service: azure-iot-hub
9
9
ms.subservice: device-update
@@ -26,7 +26,7 @@ In this tutorial, you:
26
26
> - Add a group tag to your device.
27
27
> - Import the package update.
28
28
> - Deploy the package update.
29
-
> - View update deployment history.
29
+
> - View the update deployment history.
30
30
31
31
## Prerequisites
32
32
@@ -104,13 +104,13 @@ For convenience, this tutorial uses a [cloud-init](/azure/virtual-machines/linux
104
104
105
105
## Add a group tag to your device
106
106
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).
108
108
109
109
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.
110
110
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.
112
112
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**.
114
114
115
115
```json
116
116
"tags": {
@@ -193,7 +193,7 @@ You should see the device group that contains the device you set up in this tuto
193
193
194
194
:::image type="content" source="media/deploy-update/deployments-history.png" alt-text="Screenshot that shows Deployment history." lightbox="media/deploy-update/deployments-history.png":::
195
195
196
-
1. On the **Deployment details** page, select**Refresh** to view the latest status details.
196
+
1. On the **Deployment details** page, selectthe**Refresh** icon to view the latest status details.
197
197
198
198
:::image type="content" source="media/deploy-update/deployment-details.png" alt-text="Screenshot that shows deployment details." lightbox="media/deploy-update/deployment-details.png":::
0 commit comments