Skip to content

Commit c6c1ab9

Browse files
authored
Update how-to-update-iot-edge.md
Microsoft Defender for IoT changes for Mia Shapan ------- cc: @PatAltimore
1 parent 632643c commit c6c1ab9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ Check to see which versions of IoT Edge are available.
8585
If you want to update to the most recent version of IoT Edge, use the following command which also updates the identity service to the latest version:
8686

8787
```bash
88-
sudo apt-get install aziot-edge
88+
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
8989
```
90+
To see more information about updating the micro agent for Edge [click here](../articles/defender-for-iot/device-builders/upgrade-micro-agent.md).
9091
<!-- end 1.2 -->
9192
:::moniker-end
9293

@@ -284,11 +285,12 @@ When you're ready, follow these steps to update IoT Edge on your devices:
284285
sudo apt-get remove iotedge
285286
```
286287

287-
1. Install the most recent version of IoT Edge, along with the IoT identity service.
288+
1. Install the most recent version of IoT Edge, along with the IoT identity service and the Microsoft Defender for IoT micro agent for Edge.
288289

289290
```bash
290-
sudo apt-get install aziot-edge
291+
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
291292
```
293+
To see more information about updating the Microsoft Defender for IoT micro agent for Edge [click here](../articles/defender-for-iot/device-builders/upgrade-micro-agent.md).
292294

293295
1. Import your old config.yaml file into its new format, and apply the configuration info.
294296

@@ -319,4 +321,4 @@ If you're installing IoT Edge, rather than upgrading an existing installation, u
319321

320322
View the latest [Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases).
321323

322-
Stay up-to-date with recent updates and announcements in the [Internet of Things blog](https://azure.microsoft.com/blog/topics/internet-of-things/)
324+
Stay up-to-date with recent updates and announcements in the [Internet of Things blog](https://azure.microsoft.com/blog/topics/internet-of-things/)

0 commit comments

Comments
 (0)