Skip to content

Commit 4a3f9e8

Browse files
committed
Defender doesn't have a package for 22.04 (yet)
1 parent 351f592 commit 4a3f9e8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,19 @@ The steps in this section represent the typical process to install the latest Io
154154

155155
Install the latest version of IoT Edge and the IoT identity service package (if you're not already [up-to-date](../version-history.md)):
156156
157+
* **22.04**:
158+
```bash
159+
sudo apt-get update; \
160+
sudo apt-get install aziot-edge
161+
```
162+
163+
* **20.04 or 18.04**:
157164
```bash
158165
sudo apt-get update; \
159166
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
160167
```
161168
162-
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'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).
169+
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).
163170

164171
# [Debian](#tab/debian)
165172

@@ -170,7 +177,7 @@ Install the latest version of IoT Edge and the IoT identity service package (if
170177
sudo apt-get install aziot-edge defender-iot-micro-agent-edge
171178
```
172179
173-
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'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).
180+
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).
174181

175182
# [Red Hat Enterprise Linux](#tab/rhel)
176183

0 commit comments

Comments
 (0)