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
The Device Update Module agent can run alongside other system processes and [IoT Edge modules](../iot-edge/iot-edge-modules.md) that connect to your IoT Hub as part of the same logical device. This section describes how to provision the Device Update agent as a module identity.
13
+
The Device Update Module agent can run alongside other system processes and [IoT Edge modules](../iot-edge/iot-edge-modules.md) that connect to your IoT Hub as part of the same logical device. This section describes how to provision the Device Update agent as a module identity.
14
14
15
15
## Changes to Device Update agent at GA release
16
16
@@ -29,14 +29,14 @@ If you are migrating from a device level agent to adding the agent as a Module i
29
29
The following IoT device over the air update types are currently supported with Device Update:
30
30
31
31
* Linux devices (IoT Edge and Non-IoT Edge devices):
@@ -72,7 +72,7 @@ If you're setting up the IoT device/IoT Edge device for [package based updates](
72
72
73
73
## How to provision the Device Update agent as a Module Identity
74
74
75
-
This section describes how to provision the Device Update agent as a module identity on
75
+
This section describes how to provision the Device Update agent as a module identity on
76
76
* IoT Edge enabled devices, or
77
77
* Non-Edge IoT devices, or
78
78
* Other IoT devices.
@@ -93,7 +93,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
93
93
94
94
1. Install the Device Update package update agent.
95
95
96
-
- For latest agent versions from packages.miscrosoft.com: Update package lists on your device and install the Device Update agent package and its dependencies using:
96
+
- For latest agent versions from packages.microsoft.com: Update package lists on your device and install the Device Update agent package and its dependencies using:
97
97
98
98
```shell
99
99
sudo apt-get update
@@ -108,7 +108,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
108
108
```shell
109
109
sudo apt-get install -y ./"<PATH TO FILE>"/"<.DEB FILE NAME>"
110
110
```
111
-
- If you are setting up a [MCC for a disconnected device scenario](connected-cache-disconnected-device-update.md), then install the Delivery Optmization Apt plugin:
111
+
- If you are setting up a [MCC for a disconnected device scenario](connected-cache-disconnected-device-update.md), then install the Delivery Optimization APT plugin:
@@ -120,7 +120,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
120
120
121
121
Follow these instructions to provision the Device Update agent on your IoT Linux devices.
122
122
123
-
1. Install the IoT Identity Service and add the latest version to your IoT device by following instrucionsin [Installing the Azure IoT Identity Service](https://azure.github.io/iot-identity-service/installation.html#install-from-packagesmicrosoftcom).
123
+
1. Install the IoT Identity Service and add the latest version to your IoT device by following instructionsin [Installing the Azure IoT Identity Service](https://azure.github.io/iot-identity-service/installation.html#install-from-packagesmicrosoftcom).
124
124
125
125
2. 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).
0 commit comments