You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-iot/device-builders/tutorial-create-micro-agent-module-twin.md
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,6 @@ This tutorial will help you learn how to create an individual `DefenderIotMicroA
12
12
13
13
## Device twins
14
14
15
-
For IoT solutions built in Azure, device twins play a key role in both device management and process automation.
16
-
17
-
Defender for IoT fully integrates with your existing IoT device management platform. Full integration, enables you to manage your device's security status, and allows you to make use of all existing device control capabilities. Integration is achieved by making use of the IoT Hub twin mechanism.
18
-
19
-
Learn more about the concept of [Understand and use device twins in IoT Hub](../../iot-hub/iot-hub-devguide-device-twins.md).
20
-
21
-
## Defender-IoT-micro-agent twin
22
-
23
-
Defender for IoT uses a Defender-IoT-micro-agent twin for each device. The Defender-IoT-micro-agent twin holds all of the information that is relevant to device security, for each specific device in your solution. Device security properties are configured through a dedicated Defender-IoT-micro-agent twin for safer communication, to enable updates, and maintenance that requires fewer resources.
Device twins play a key role in both device management and process automation, for IoT solutions that are built in to Azure.
28
16
29
17
Defender for IoT offers the capability to fully integrate your existing IoT device management platform, enabling you to manage your device security status and make use of the existing device control capabilities. You can integrate your Defender for IoT by using the IoT Hub twin mechanism.
@@ -32,7 +20,11 @@ To learn more about the general concept of module twins in Azure IoT Hub, see [U
32
20
33
21
Defender for IoT uses the module twin mechanism, and maintains a Defender-IoT-micro-agent twin named `DefenderIotMicroAgent` for each of your devices.
34
22
35
-
To take full advantage of all Defender for IoT feature's, you need to create, configure, and use the Defender-IoT-micro-agent twins for every device in the service.
23
+
To take full advantage of all Defender for IoT features, you need to create, configure, and use the Defender-IoT-micro-agent twins for every device in the service.
24
+
25
+
## Defender-IoT-micro-agent twin
26
+
27
+
Defender for IoT uses a Defender-IoT-micro-agent twin for each device. The Defender-IoT-micro-agent twin holds all of the information that is relevant to device security for each specific device in your solution. Device security properties are configured through a dedicated Defender-IoT-micro-agent twin for safer communication, to enable updates, and maintenance that requires fewer resources.
36
28
37
29
In this tutorial you'll learn how to:
38
30
@@ -50,7 +42,7 @@ In this tutorial you'll learn how to:
50
42
51
43
- You must have [enabled Microsoft Defender for IoT on your Azure IoT Hub](quickstart-onboard-iot-hub.md).
52
44
53
-
- You must have [added a resource group to your IoT solution](quickstart-configure-your-solution.md)
45
+
- You must have [added a resource group to your IoT solution](quickstart-configure-your-solution.md).
54
46
55
47
## Create a DefenderIotMicroAgent module twin
56
48
@@ -66,7 +58,7 @@ A `DefenderIotMicroAgent` module twin can be created by manually editing each mo
66
58
67
59
1. Select **Add module identity**.
68
60
69
-
1. In the Module Identity Name field, enter `DefenderIotMicroAgent`.
61
+
1. In the **Module Identity Name** field, enter `DefenderIotMicroAgent`.
70
62
71
63
1. Select **Save**.
72
64
@@ -80,7 +72,7 @@ A `DefenderIotMicroAgent` module twin can be created by manually editing each mo
80
72
81
73
1. Select your device.
82
74
83
-
1. Under the Module identities menu, confirm the existence of the `DefenderIotMicroAgent` module in the list of module identities associated with the device.
75
+
1. Under the **Module Identities** tab, confirm the existence of the `DefenderIotMicroAgent` module in the list of module identities associated with the device.
84
76
85
77
:::image type="content" source="media/quickstart-create-micro-agent-module-twin/device-details-module.png" alt-text="Select module identities from the tab.":::
0 commit comments