Skip to content

Commit 32a0980

Browse files
authored
Fixed spelling errors.
1 parent 72e1c2a commit 32a0980

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: iot-hub-device-update
1010

1111
# Device Update Agent Provisioning
1212

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

1515
## Changes to Device Update agent at GA release
1616

@@ -29,14 +29,14 @@ If you are migrating from a device level agent to adding the agent as a Module i
2929
The following IoT device over the air update types are currently supported with Device Update:
3030

3131
* Linux devices (IoT Edge and Non-IoT Edge devices):
32-
* [Image A/B update](device-update-raspberry-pi.md)
32+
* [Image A/B update](device-update-raspberry-pi.md)
3333
* [Package update](device-update-ubuntu-agent.md)
3434
* [Proxy update for downstream devices](device-update-howto-proxy-updates.md)
35-
35+
3636
* Constrained devices:
3737
* AzureRTOS Device Update agent samples: [Device Update for Azure IoT Hub tutorial for Azure-Real-Time-Operating-System](device-update-azure-real-time-operating-system.md)
3838

39-
* Disconnected devices:
39+
* Disconnected devices:
4040
* [Understand support for disconnected device update](connected-cache-disconnected-device-update.md)
4141

4242

@@ -53,13 +53,13 @@ If you're setting up the IoT device/IoT Edge device for [package based updates](
5353
```shell
5454
curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list
5555
```
56-
56+
5757
1. Copy the generated list to the sources.list.d directory.
5858

5959
```shell
6060
sudo cp ./microsoft-prod.list /etc/apt/sources.list.d/
6161
```
62-
62+
6363
1. Install the Microsoft GPG public key.
6464

6565
```shell
@@ -72,7 +72,7 @@ If you're setting up the IoT device/IoT Edge device for [package based updates](
7272

7373
## How to provision the Device Update agent as a Module Identity
7474

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
7676
* IoT Edge enabled devices, or
7777
* Non-Edge IoT devices, or
7878
* Other IoT devices.
@@ -93,7 +93,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
9393

9494
1. Install the Device Update package update agent.
9595

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:
9797

9898
```shell
9999
sudo apt-get update
@@ -108,7 +108,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
108108
```shell
109109
sudo apt-get install -y ./"<PATH TO FILE>"/"<.DEB FILE NAME>"
110110
```
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:
112112

113113
```shell
114114
sudo apt-get install deliveryoptimization-plugin-apt
@@ -120,7 +120,7 @@ Follow these instructions to provision the Device Update agent on [IoT Edge enab
120120

121121
Follow these instructions to provision the Device Update agent on your IoT Linux devices.
122122

123-
1. Install the IoT Identity Service and add the latest version to your IoT device by following instrucions in [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 instructions in [Installing the Azure IoT Identity Service](https://azure.github.io/iot-identity-service/installation.html#install-from-packagesmicrosoftcom).
124124

125125
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).
126126

0 commit comments

Comments
 (0)