Skip to content

Commit f1f1977

Browse files
committed
UI strings
1 parent 5972d26 commit f1f1977

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Tags can also be added or updated in Device twin or Module Twin directly.
5555

5656
1. Log into [Azure portal](https://portal.azure.com) and navigate to your IoT Hub.
5757

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).
5959

6060
3. In the Device Twin or Module Twin, delete any existing Device Update tag value by setting them to null.
6161

@@ -82,18 +82,22 @@ Tags can also be added or updated in Device twin or Module Twin directly.
8282

8383
2. Select the IoT Hub you previously connected to your Device Update instance.
8484

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.
8688

87-
4. Select the Groups and Deployments tab at the top of the page.
8889
:::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":::
8990

90-
5. Select the "Add group" button to create a new group.
91+
5. Select **Add group** to create a new group.
92+
9193
:::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":::
9294

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+
9497
:::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":::
9598

9699
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+
97101
:::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":::
98102

99103
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.
103107
1. Navigate to your newly created group and click on the group name.
104108

105109
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+
106111
:::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":::
107112

108113
3. You can also click on each individual device within a group to be redirected to the device details page in IoT Hub.
114+
109115
:::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":::
110116

111117
## Next Steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Learn more about [Azure RTOS](/azure/rtos/).
3636

3737
1. Keep the device application running from the previous step.
3838
1. Sign in to the [Azure portal](https://portal.azure.com) and go to the IoT hub.
39-
1. On the left pane, under **IoT Devices**, find your IoT device and go to the device twin.
39+
1. On the left pane, select **Devices**. Find your IoT device and go to the device twin.
4040
1. In the device twin, delete any existing Device Update tag values by setting them to null.
4141
1. Add a new Device Update tag value to the root JSON object, as shown:
4242

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Now, add the device to IoT Hub. From within IoT Hub, a connection string is gene
8181

8282
1. From the Azure portal, start IoT Hub.
8383
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**.
8585
1. Under **Device ID**, enter a name for the device. Ensure that the **Autogenerate keys** checkbox is selected.
8686
1. Select **Save**. On the **Devices** page, the device you created should be in the list.
8787
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
194194

195195
## Connect the device in Device Update for IoT Hub
196196

197-
1. On the left pane, select **IoT Devices**.
197+
1. On the left pane, select **Devices**.
198198
1. Select the link with your device name.
199199
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.
200200
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.
214214
## Add a tag to your device
215215

216216
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.
218218
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.
219219
1. Add a new Device Update tag value, as shown:
220220

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After the Device Update agent is running on an IoT device, you must add the devi
3737

3838
1. From the Azure portal, start the Device Update for IoT Hub.
3939
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**.
4141
1. Under **Device ID**, enter a name for the device. Ensure that the **Autogenerate keys** checkbox is selected.
4242
1. Select **Save**.
4343
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
128128
## Add a tag to your device
129129

130130
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.
132132
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.
133133
1. Add a new Device Update tag value, as shown:
134134

0 commit comments

Comments
 (0)