Skip to content

Commit cd7b936

Browse files
committed
Include defender in install steps for Ubuntu. Cleanup recommended steps.
1 parent f79449c commit cd7b936

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

includes/iot-edge-install-linux.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,12 @@ Install the latest version of IoT Edge and the IoT identity service package:
186186

187187
```bash
188188
sudo apt-get update; \
189-
sudo apt-get install aziot-edge
189+
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
190190
```
191191

192-
To list other versions of IoT Edge and the IoT identity service that are available, use the following command:
192+
The 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 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](../articles/defender-for-iot/device-builders/overview.md).
193+
193194

194-
```bash
195-
apt list -a aziot-edge aziot-identity-service
196-
```
197195
# [Debian](#tab/debian)
198196

199197
Install the latest version of IoT Edge and the IoT identity service package:
@@ -206,12 +204,6 @@ Install the latest version of IoT Edge and the IoT identity service package:
206204
The 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 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](../articles/defender-for-iot/device-builders/overview.md).
207205

208206

209-
To list other versions of IoT Edge and the IoT identity service that are available, use the following command:
210-
211-
```bash
212-
apt list -a aziot-edge aziot-identity-service
213-
```
214-
215207
# [Raspberry Pi OS](#tab/rpios)
216208

217209
> [!IMPORTANT]
@@ -224,12 +216,6 @@ Install the latest version of IoT Edge and the IoT identity service package:
224216
sudo apt-get install aziot-edge
225217
```
226218

227-
To list other versions of IoT Edge and the IoT identity service that are available, use the following command:
228-
229-
```bash
230-
apt list -a aziot-edge aziot-identity-service
231-
```
232-
233219
---
234220

235221
<!-- end 1.2 -->

0 commit comments

Comments
 (0)