Skip to content

Commit 145eab7

Browse files
Merge pull request #291451 from PatAltimore/patricka-remove-micro-agent
Remove defender micro agent package
2 parents c556c7a + 25eba13 commit 145eab7

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update IoT Edge version on devices
33
description: How to update IoT Edge devices to run the latest versions of the security subsystem and the IoT Edge runtime
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 06/10/2024
6+
ms.date: 12/04/2024
77
ms.topic: how-to
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -87,12 +87,11 @@ apt list -a aziot-edge
8787
Update IoT Edge:
8888

8989
```bash
90-
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
90+
sudo apt-get install aziot-edge
9191
```
9292

9393
Running `apt-get install aziot-edge` upgrades the security subsystem and installs the [identity service](https://azure.github.io/iot-identity-service/), `aziot-identity-service`, as a required dependency.
9494

95-
It's 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](../defender-for-iot/device-builders/overview.md).
9695

9796
<!--Repeated Linux content for RHEL-->
9897
# [Red Hat Enterprise Linux](#tab/rhel)

articles/iot-edge/includes/iot-edge-install-linux.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 06/14/2024
3+
ms.date: 12/04/2024
44
author: PatAltimore
55
ms.author: patricka
66
ms.service: azure-iot-edge
@@ -219,22 +219,18 @@ Install the latest version of IoT Edge and the IoT identity service package (if
219219
* **20.04**:
220220
```bash
221221
sudo apt-get update; \
222-
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
222+
sudo apt-get install aziot-edge
223223
```
224224
225-
The optional `defender-iot-micro-agent-edge` package includes the Microsoft Defender for IoT security micro-agent that provides endpoint visibility into security posture management, vulnerabilities, threat detection, fleet management and more to help you secure your IoT Edge devices. It's 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).
226-
227225
# [Debian](#tab/debian)
228226
229227
Install the latest version of IoT Edge and the IoT identity service package (if you're not already [up-to-date](../version-history.md)):
230228

231229
```bash
232230
sudo apt-get update; \
233-
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
231+
sudo apt-get install aziot-edge
234232
```
235233

236-
The optional defender-iot-micro-agent-edge package includes the Microsoft Defender for IoT security micro-agent that provides endpoint visibility into security posture management, vulnerabilities, threat detection, fleet management and more to help you secure your IoT Edge devices. It's 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).
237-
238234
# [Red Hat Enterprise Linux](#tab/rhel)
239235

240236
Install the latest version of IoT Edge and the IoT identity service package (if you're not already [up-to-date](../version-history.md)):

0 commit comments

Comments
 (0)