Skip to content

Commit 18ef547

Browse files
committed
TOC feedback; de-tutorialize RTOS doc
1 parent 49a3fa0 commit 18ef547

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ description: Get started with Device Update for Azure RTOS.
44
author: ValOlson
55
ms.author: valls
66
ms.date: 3/18/2021
7-
ms.topic: tutorial
7+
ms.topic: conceptual
88
ms.service: iot-hub-device-update
99
---
1010

11-
# Tutorial: Device Update for Azure IoT Hub using Azure RTOS
11+
# Device Update for Azure IoT Hub using Azure RTOS
1212

13-
This tutorial shows you how to create the Device Update for Azure IoT Hub agent in Azure RTOS NetX Duo. It also provides simple APIs for developers to integrate the Device Update capability in their application. Explore [samples](https://github.com/azure-rtos/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get-started guides to learn how to configure, build, and deploy over-the-air updates to the devices.
14-
15-
In this tutorial, you'll learn how to:
16-
> [!div class="checklist"]
17-
> * Get started.
18-
> * Tag your device.
19-
> * Create a device group.
20-
> * Deploy an image update.
21-
> * Monitor the update deployment.
13+
This article shows you how to create the Device Update for Azure IoT Hub agent in Azure RTOS NetX Duo. It also provides simple APIs for developers to integrate the Device Update capability in their application. Explore [samples](https://github.com/azure-rtos/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get-started guides to learn how to configure, build, and deploy over-the-air updates to the devices.
2214

2315
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2416

@@ -47,7 +39,7 @@ Learn more about [Azure RTOS](/azure/rtos/).
4739
1. On the left pane, under **IoT Devices**, find your IoT device and go to the device twin.
4840
1. In the device twin, delete any existing Device Update tag values by setting them to null.
4941
1. Add a new Device Update tag value to the root JSON object, as shown:
50-
42+
5143
```JSON
5244
"tags": {
5345
"ADUGroup": "<CustomTagValue>"
@@ -119,10 +111,6 @@ Learn more about [Azure RTOS](/azure/rtos/).
119111

120112
You've now completed a successful end-to-end image update by using Device Update for IoT Hub on an Azure RTOS embedded device.
121113

122-
## Clean up resources
123-
124-
When no longer needed, clean up your device update account, instance, IoT hub, and IoT device.
125-
126114
## Next steps
127115

128116
To learn more about Azure RTOS and how it works with IoT Hub, see the [Azure RTOS webpage](https://azure.com/rtos).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ items:
1616
href: device-update-raspberry-pi.md
1717
- name: Update device packages
1818
href: device-update-ubuntu-agent.md
19-
- name: Update device components
19+
- name: Update device components or connected sensors
2020
href: device-update-howto-proxy-updates.md
2121
- name: Concepts
2222
items:

0 commit comments

Comments
 (0)