Skip to content

Commit 1d835ca

Browse files
committed
cx
1 parent 70bc1ca commit 1d835ca

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
7575

7676
1. Follow the instructions at [Manually provision a single Linux IoT Edge device](../iot-edge/how-to-provision-single-device-linux-symmetric.md?preserve-view=true&view=iotedge-2020-11#install-iot-edge).
7777

78-
1. Install the Device Update image update agent.
78+
1. Install the Device Update image update agent by running the following command:
79+
80+
```shell
81+
82+
sudo apt-get install deviceupdate-agent
83+
```
7984

8085
1. Install the Device Update package update agent.
8186

@@ -111,7 +116,15 @@ Follow these instructions to provision the Device Update agent on Linux IoT devi
111116
112117
1. Configure the IoT Identity Service by following the instructions in [Configuring the Azure IoT Identity Service](https://azure.github.io/iot-identity-service/configuration.html).
113118
114-
1. Install the Device Update agent.
119+
1. Install the Device Update agent by running the following command:
120+
121+
```shell
122+
123+
sudo apt-get install deviceupdate-agent
124+
```
125+
126+
>[!NOTE]
127+
>If your IoT device isn't able to run the IoT Identity Service or IoT Edge, which bundles the IoT Identity Service, you can still install the Device Update agent and configure it by [using a connection string](#use-a-connection-string).
115128

116129
## Configure the Device Update agent
117130

@@ -125,7 +138,7 @@ In the *du-config.json* file, set all values that have a `Place value here` plac
125138

126139
### Use a connection string
127140

128-
For testing or on constrained devices, you can also configure the Device Update agent without using the IoT Identity service. You can use a connection string to provision the Device Update agent from the module or device.
141+
For testing or on constrained devices, you can configure the Device Update agent without using the IoT Identity service. You can use a connection string to provision the Device Update agent from the module or device.
129142

130143
1. In the Azure portal, copy the primary connection string. If the Device Update agent is configured as a module identity, copy the module's primary connection string. Otherwise, copy the device's primary connection string.
131144

0 commit comments

Comments
 (0)