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
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,12 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
75
75
76
76
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).
77
77
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
+
```
79
84
80
85
1. Install the Device Update package update agent.
81
86
@@ -111,7 +116,15 @@ Follow these instructions to provision the Device Update agent on Linux IoT devi
111
116
112
117
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).
113
118
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).
115
128
116
129
## Configure the Device Update agent
117
130
@@ -125,7 +138,7 @@ In the *du-config.json* file, set all values that have a `Place value here` plac
125
138
126
139
### Use a connection string
127
140
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.
129
142
130
143
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.
0 commit comments