Skip to content

Commit f7b2c7b

Browse files
authored
Update device-update-azure-real-time-operating-system.md
1 parent 3d25b9a commit f7b2c7b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/iot-hub-device-update/device-update-azure-real-time-operating-system.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,22 @@ Learn more about [Azure RTOS](/azure/rtos/).
4646
}
4747
```
4848

49-
## Create an update group
49+
## View device groups
50+
51+
Device Update uses groups to organize devices. Device Update automatically sorts devices into groups based on their assigned tags and compatibility properties. Each device belongs to only one group, but groups can have multiple subgroups to sort different device classes.
5052

5153
1. Go to the **Groups and Deployments** tab at the top of the page.
5254

5355
:::image type="content" source="media/create-update-group/ungrouped-devices.png" alt-text="Screenshot that shows ungrouped devices." lightbox="media/create-update-group/ungrouped-devices.png":::
5456

55-
1. Select **Add group** to create a new group.
56-
57-
:::image type="content" source="media/create-update-group/add-group.png" alt-text="Screenshot that shows a device group addition." lightbox="media/create-update-group/add-group.png":::
58-
59-
1. Select an **IoT Hub** tag and **Device class** from the list. Then select **Create group**.
60-
61-
:::image type="content" source="media/create-update-group/select-tag.png" alt-text="Screenshot that shows tag selection." lightbox="media/create-update-group/select-tag.png":::
62-
63-
1. After the group is created, you see that the update compliance chart and groups list are updated. The 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).
57+
1. View the list of groups and the update compliance chart. The 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).
6458

6559
:::image type="content" source="media/create-update-group/updated-view.png" alt-text="Screenshot that shows the update compliance view." lightbox="media/create-update-group/updated-view.png":::
6660

67-
1. 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 show up in a corresponding invalid group. To deploy the best available update to the new user-defined group from this view, select **Deploy** next to the group.
61+
1. You should see a device group that contains the simulated device you set up in this tutorial along with 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'll show up in a corresponding invalid group. To deploy the best available update to the new user-defined group from this view, select **Deploy** next to the group.
62+
63+
For more information about tags and groups, see [Manage device groups](create-update-group.md).
6864

69-
[Learn more](create-update-group.md) about how to add tags and create update groups.
7065

7166
## Deploy new firmware
7267

0 commit comments

Comments
 (0)