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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Follow these instructions to provision the Device Update agent on your IoT Linux
138
138
```shell
139
139
sudo nano /etc/adu/du-config.json
140
140
```
141
-
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).
141
+
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).
142
142
143
143
5. You are now ready to start the Device Update agent on your IoT device.
144
144
@@ -172,7 +172,7 @@ The Device Update agent can also be configured without the IoT Identity service
172
172
173
173
This section describes how to start and verify the Device Update agent as a module identity running successfully on your IoT device.
174
174
175
-
1. Log into the machine or device that has the Device Update agent installed.
175
+
1. Log in to the machine or device that has the Device Update agent installed.
176
176
177
177
1. Open a Terminal window, and enter the command below.
0 commit comments