Skip to content

Commit 914a5d1

Browse files
authored
Merge pull request #193553 from BarReuvenMS/patch-4
Update how-to-update-iot-edge.md
2 parents d1d1b6a + 08a8b07 commit 914a5d1

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+
It is recommended to install the micro agent with the Edge agent to enable security monitoring and hardening of your Edge devices. To learn more about Microsoft Defender for IoT, see [What is Microsoft Defender for IoT for device builders](/azure/defender-for-iot/device-builders/overview).
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+
It is recommended to install the micro agent with the Edge agent to enable security monitoring and hardening of your Edge devices. To learn more about Microsoft Defender for IoT, see [What is Microsoft Defender for IoT for device builders](/azure/defender-for-iot/device-builders/overview).
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)