Skip to content

Commit 55a37f8

Browse files
committed
how to update edge
1 parent f7024f2 commit 55a37f8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

articles/defender-for-iot/device-builders/concept-micro-agent-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ For example:
3535

3636
`"CollectorsCore_PriorityIntervals"` : `"30,120,1440"`
3737

38+
39+
3840
## Collector types and properties
3941

4042
Configure the micro agent using the following collector-specific properties and settings:

articles/defender-for-iot/device-builders/upgrade-micro-agent.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ This article describes how to upgrade a Microsoft Defender for IoT micro agent w
1111

1212
For more information, see our [release notes for device builders](release-notes.md).
1313

14-
## Upgrade a standalone micro agent from version 4.2.* to 4.6.2
14+
## Upgrade a micro agent from version 4.2.* to 4.6.2
1515

1616
When upgrading the micro agent from version 4.2.* to 4.6.2, you would first need to remove the package and then reinstall it.
1717

18+
**Standalone micro agent:**
19+
1820
1. Remove the current package. Run:
1921

2022
```bash
@@ -33,6 +35,26 @@ When upgrading the micro agent from version 4.2.* to 4.6.2, you would first need
3335
sudo apt-get install defender-iot-micro-agent
3436
```
3537
38+
**Micro agent for Edge:**
39+
40+
1. Remove the current package. Run:
41+
42+
```bash
43+
sudo apt-get remove defender-iot-micro-agent-edge
44+
```
45+
46+
1. Ensure that you've upgraded the apt. Run:
47+
48+
```bash
49+
sudo apt-get update
50+
```
51+
52+
1. Install the Defender for IoT micro agent on Debian or Ubuntu-based Linux distributions. Run:
53+
54+
```bash
55+
sudo apt-get install defender-iot-micro-agent-edge
56+
```
57+
3658
## Upgrade a standalone micro agent
3759

3860
1. Ensure that you've upgraded the apt. Run:

0 commit comments

Comments
 (0)