Skip to content

Commit a70e93e

Browse files
Update device-update-agent-provisioning.md
1 parent 2ce9a75 commit a70e93e

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Provisioning Device Update for Azure IoT Hub Agent| Microsoft Docs
33
description: Provisioning Device Update for Azure IoT Hub Agent
44
author: eshashah-msft
5-
ms.author: eshashah
5+
ms.author: eshashah-msft
66
ms.date: 8/26/2022
77
ms.topic: how-to
88
ms.service: iot-hub-device-update
@@ -119,7 +119,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
119119
```shell
120120
sudo nano /etc/adu/du-config.json
121121
```
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).
123123
124124
5. You are now ready to start the Device Update agent on your IoT device.
125125
@@ -195,18 +195,12 @@ This section describes how to start and verify the Device Update agent as a modu
195195
196196
## How to build and run Device Update Agent
197197
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.
202199
203200
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
207202
[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.
208203

209-
210204
## Troubleshooting guide
211205

212206
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
216210

217211
You can use the following tutorials for a simple demonstration of Device Update for IoT Hub:
218212

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

221215
- [Package Update: Getting Started using Ubuntu Server 18.04 x64 Package agent](device-update-ubuntu-agent.md)
222216

0 commit comments

Comments
 (0)