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-agent-provisioning.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Provisioning Device Update for Azure IoT Hub Agent| Microsoft Docs
3
3
description: Provisioning Device Update for Azure IoT Hub Agent
4
4
author: eshashah-msft
5
-
ms.author: eshashah
5
+
ms.author: eshashah-msft
6
6
ms.date: 8/26/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-hub-device-update
@@ -119,7 +119,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
119
119
```shell
120
120
sudo nano /etc/adu/du-config.json
121
121
```
122
-
Change the connectionType to "AIS" for agents who will be using the IoT Identity Service for provisioning. The ConnectionData field must be a empty string. Please note that all values with the 'Place value here' tag must be set. See [Configuring a DU agent](./device-update-configuration-file.md#example-du-configjson-file-contents).
122
+
Change the connectionType to "AIS" for agents who will be using the IoT Identity Service for provisioning. The ConnectionData field must be an empty string. Please note that all values with the 'Place value here' tag must be set. See [Configuring a DU agent](./device-update-configuration-file.md#example-du-configjson-file-contents).
123
123
124
124
5. You are now ready to start the Device Update agent on your IoT device.
125
125
@@ -195,18 +195,12 @@ This section describes how to start and verify the Device Update agent as a modu
195
195
196
196
## How to build and run Device Update Agent
197
197
198
-
You can also build and modify your own customer Device Update agent.
199
-
200
-
Follow the instructions to [build](https://github.com/Azure/iot-hub-device-update/blob/main/docs/agent-reference/how-to-build-agent-code.md) the Device Update Agent
201
-
from source.
198
+
You can also build and modify your own customer Device Update agent. Follow the instructions to [build](https://github.com/Azure/iot-hub-device-update/blob/main/docs/agent-reference/how-to-build-agent-code.md) the Device Update Agent from source.
202
199
203
200
Once the agent is successfully building, it's time to [run](https://github.com/Azure/iot-hub-device-update/blob/main/docs/agent-reference/how-to-run-agent.md)
204
-
the agent.
205
-
206
-
Now, make the changes needed to incorporate the agent into your image. Look at how to
201
+
the agent. Now, make the changes needed to incorporate the agent into your image. Look at how to
207
202
[modify](https://github.com/Azure/iot-hub-device-update/blob/main/docs/agent-reference/how-to-modify-the-agent-code.md) the Device Update Agent for guidance.
208
203
209
-
210
204
## Troubleshooting guide
211
205
212
206
If you run into issues, review the Device Update for IoT Hub [Troubleshooting Guide](troubleshoot-device-update.md) to help unblock any possible issues and collect necessary information to provide to Microsoft.
@@ -216,7 +210,7 @@ If you run into issues, review the Device Update for IoT Hub [Troubleshooting Gu
216
210
217
211
You can use the following tutorials for a simple demonstration of Device Update for IoT Hub:
218
212
219
-
- [Image Update: Getting Started with Raspberry Pi 3 B+ Reference Yocto Image](device-update-raspberry-pi.md) extensible via open source to build you own images for other architecture as needed.
213
+
- [Image Update: Getting Started with Raspberry Pi 3 B+ Reference Yocto Image](device-update-raspberry-pi.md) extensible via open source to build your own images for other architecture as needed.
220
214
221
215
- [Package Update: Getting Started using Ubuntu Server 18.04 x64 Package agent](device-update-ubuntu-agent.md)
0 commit comments