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/create-update-group.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Tags can also be added or updated in Device twin or Module Twin directly.
55
55
56
56
1. Log into [Azure portal](https://portal.azure.com) and navigate to your IoT Hub.
57
57
58
-
2. From 'IoT Devices' or 'IoT Edge' on the left navigation pane find your IoT device and navigate to the Device Twin, or the Device Update Module and then its Module Twin (this will be available if Device Update agent is set up as a Module Identity).
58
+
2. From **Devices** or **IoT Edge** on the left navigation pane find your IoT device and navigate to the Device Twin, or the Device Update Module and then its Module Twin (this will be available if Device Update agent is set up as a Module Identity).
59
59
60
60
3. In the Device Twin or Module Twin, delete any existing Device Update tag value by setting them to null.
61
61
@@ -82,18 +82,22 @@ Tags can also be added or updated in Device twin or Module Twin directly.
82
82
83
83
2. Select the IoT Hub you previously connected to your Device Update instance.
84
84
85
-
3. Select the Updates option under Device Management from the left-hand navigation bar.
85
+
3. Select the **Updates** option under **Device Management** from the left-hand navigation bar.
86
+
87
+
4. Select the **Groups and Deployments** tab at the top of the page.
86
88
87
-
4. Select the Groups and Deployments tab at the top of the page.
88
89
:::image type="content" source="media/create-update-group/ungrouped-devices.png" alt-text="Screenshot of ungrouped devices." lightbox="media/create-update-group/ungrouped-devices.png":::
89
90
90
-
5. Select the "Add group" button to create a new group.
91
+
5. Select **Add group** to create a new group.
92
+
91
93
:::image type="content" source="media/create-update-group/add-group.png" alt-text="Screenshot of device group addition." lightbox="media/create-update-group/add-group.png":::
92
94
93
-
6. Select an IoT Hub tag and Device Class from the list and then select Create group.
95
+
6. Select an IoT Hub tag and Device Class from the list and then select **Create group**.
96
+
94
97
:::image type="content" source="media/create-update-group/select-tag.png" alt-text="Screenshot of tag selection." lightbox="media/create-update-group/select-tag.png":::
95
98
96
99
7. Once the group is created, you will see that the update compliance chart and groups list are updated. Update compliance chart shows the count of devices in various states of compliance: On latest update, New updates available, and Updates in Progress. [Learn about update compliance.](device-update-compliance.md)
100
+
97
101
:::image type="content" source="media/create-update-group/updated-view.png" alt-text="Screenshot of update compliance view." lightbox="media/create-update-group/updated-view.png":::
98
102
99
103
8. You should see your newly created group and any available updates for the devices in the new group. If there are devices that don't meet the device class requirements of the group, they will show up in a corresponding invalid group. You can deploy the best available update to the new user-defined group from this view by clicking on the "Deploy" button next to the group. See Next Step: Deploy Update for more details.
@@ -103,9 +107,11 @@ Tags can also be added or updated in Device twin or Module Twin directly.
103
107
1. Navigate to your newly created group and click on the group name.
104
108
105
109
2. A list of devices that are part of the group will be shown along with their device update properties. In this view, you can also see the update compliance information for all devices that are members of the group. Update compliance chart shows the count of devices in various states of compliance: On latest update, New updates available and Updates in Progress.
110
+
106
111
:::image type="content" source="media/create-update-group/group-details.png" alt-text="Screenshot of device group details view." lightbox="media/create-update-group/group-details.png":::
107
112
108
113
3. You can also click on each individual device within a group to be redirected to the device details page in IoT Hub.
114
+
109
115
:::image type="content" source="media/create-update-group/device-details.png" alt-text="Screenshot of device details view." lightbox="media/create-update-group/device-details.png":::
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-raspberry-pi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Now, add the device to IoT Hub. From within IoT Hub, a connection string is gene
81
81
82
82
1. From the Azure portal, start IoT Hub.
83
83
1. Create a new device.
84
-
1. On the left pane, select **IoT Devices**. Then select **New**.
84
+
1. On the left pane, select **Devices**. Then select **New**.
85
85
1. Under **Device ID**, enter a name for the device. Ensure that the **Autogenerate keys** checkbox is selected.
86
86
1. Select **Save**. On the **Devices** page, the device you created should be in the list.
87
87
1. Get the device connection string by using one of two options:
@@ -194,7 +194,7 @@ Here are two examples for the `du-config.json` and the `du-diagnostics-config.js
194
194
195
195
## Connect the device in Device Update for IoT Hub
196
196
197
-
1. On the left pane, select **IoT Devices**.
197
+
1. On the left pane, select **Devices**.
198
198
1. Select the link with your device name.
199
199
1. At the top of the page, select **Device Twin** if you're connecting directly to Device Update by using the IoT device identity. Otherwise, select the module you created and select its module twin.
200
200
1. Under the **reported** section of the **Device Twin** properties, look for the Linux kernel version.
@@ -214,7 +214,7 @@ Use that version number in the later "Import the update" section.
214
214
## Add a tag to your device
215
215
216
216
1. Sign in to the [Azure portal](https://portal.azure.com) and go to the IoT hub.
217
-
1. On the left pane, under **IoT Devices** or **IoT Edge**, find your IoT device and go to the device twin or module twin.
217
+
1. On the left pane, under **Devices** or **IoT Edge**, find your IoT device and go to the device twin or module twin.
218
218
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 the Device Update agent, make these changes on the device twin.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-simulator.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ After the Device Update agent is running on an IoT device, you must add the devi
37
37
38
38
1. From the Azure portal, start the Device Update for IoT Hub.
39
39
1. Create a new device.
40
-
1. On the left pane, go to **IoT Devices**. Then select **New**.
40
+
1. On the left pane, go to **Devices**. Then select **New**.
41
41
1. Under **Device ID**, enter a name for the device. Ensure that the **Autogenerate keys** checkbox is selected.
42
42
1. Select **Save**.
43
43
1. Now, you're returned to the **Devices** page and the device you created should be in the list. Select that device.
@@ -128,7 +128,7 @@ Read the license terms prior to using the agent. Your installation and use const
128
128
## Add a tag to your device
129
129
130
130
1. Sign in to the [Azure portal](https://portal.azure.com) and go to the IoT hub.
131
-
1. From **IoT Devices** or **IoT Edge** on the left pane, find your IoT device and go to the device twin or module twin.
131
+
1. From **Devices** or **IoT Edge** on the left pane, find your IoT device and go to the device twin or module twin.
132
132
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.
0 commit comments