Skip to content

Commit 81d4941

Browse files
committed
Remove defender micro agent package
1 parent 7e19d76 commit 81d4941

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)