Skip to content

Commit ddd97d5

Browse files
Merge pull request #217997 from vimeht/main
Update groups screenshots
2 parents 548539d + e9eec3e commit ddd97d5

12 files changed

+19
-15
lines changed

articles/iot-hub-device-update/create-update-group.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ You can use the `--order-by` argument to order the groups returned based on aspe
173173
3. You can also select an individual device within a group to be redirected to the device details page in IoT Hub.
174174

175175
:::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":::
176+
177+
:::image type="content" source="media/create-update-group/device-details-2.png" alt-text="Screenshot of device details view in IoT hub." lightbox="media/create-update-group/device-details-2.png":::
176178

177179
# [Azure CLI](#tab/cli)
178180

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

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ After deploying an update, it is critical to ensure that:
3838

3939
To enable device operators to meet these goals, update deployments can be configured with an automatic rollback policy from the cloud. This allows you to define a rollback trigger policy by setting thresholds in terms of percentage and minimum number of devices failed. Once the threshold has been met, all the devices in the group will be rolled back to the selected update version.
4040

41+
## Deployment monitoring
42+
43+
Deployment details give you information on the devices that are part of the deployment as well as their status. As the deployment progresses, devices will move from In progress to Completed or Failed state. If the deployment is Canceled, then all the devices within the deployment will also reflect the Canceled state.
44+
45+
The devices may move directly to a terminal state i.e. Completed or Failed state, if the deployed update is very small or the network latency is high. These states are set when the service receives the deployment status from the Device Update agent. They cannot be manually changed.
46+
47+
4148
## Next steps
4249

4350
[Deploy an update](./deploy-update.md)

articles/iot-hub-device-update/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ landingContent:
7070
- text: Create device groups
7171
url: create-update-group.md
7272
- text: Deploy a device update
73-
url: deploy-update.md
73+
url: deploy-update.md
Binary file not shown.
177 KB
Loading
79.8 KB
Loading
59.7 KB
Loading
Binary file not shown.
-13.9 KB
Loading

0 commit comments

Comments
 (0)