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/device-update-azure-real-time-operating-system.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,13 @@ description: Get started with Device Update for Azure RTOS.
4
4
author: ValOlson
5
5
ms.author: valls
6
6
ms.date: 3/18/2021
7
-
ms.topic: tutorial
7
+
ms.topic: conceptual
8
8
ms.service: iot-hub-device-update
9
9
---
10
10
11
-
# Tutorial: Device Update for Azure IoT Hub using Azure RTOS
11
+
# Device Update for Azure IoT Hub using Azure RTOS
12
12
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.
22
14
23
15
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
24
16
@@ -47,7 +39,7 @@ Learn more about [Azure RTOS](/azure/rtos/).
47
39
1. On the left pane, under **IoT Devices**, find your IoT device and go to the device twin.
48
40
1. In the device twin, delete any existing Device Update tag values by setting them to null.
49
41
1. Add a new Device Update tag value to the root JSON object, as shown:
50
-
42
+
51
43
```JSON
52
44
"tags": {
53
45
"ADUGroup": "<CustomTagValue>"
@@ -119,10 +111,6 @@ Learn more about [Azure RTOS](/azure/rtos/).
119
111
120
112
You've now completed a successful end-to-end image update by using Device Update for IoT Hub on an Azure RTOS embedded device.
121
113
122
-
## Clean up resources
123
-
124
-
When no longer needed, clean up your device update account, instance, IoT hub, and IoT device.
125
-
126
114
## Next steps
127
115
128
116
To learn more about Azure RTOS and how it works with IoT Hub, see the [Azure RTOS webpage](https://azure.com/rtos).
0 commit comments