Skip to content

Commit 7be4fda

Browse files
authored
Merge pull request #233859 from yoninalmsft/patch-57
Update tutorial-create-micro-agent-module-twin.md
2 parents e64b042 + 06dda18 commit 7be4fda

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

articles/defender-for-iot/device-builders/tutorial-create-micro-agent-module-twin.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ This tutorial will help you learn how to create an individual `DefenderIotMicroA
1212

1313
## Device twins
1414

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.
24-
25-
## Understanding DefenderIotMicroAgent module twins
26-
2715
Device twins play a key role in both device management and process automation, for IoT solutions that are built in to Azure.
2816

2917
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
3220

3321
Defender for IoT uses the module twin mechanism, and maintains a Defender-IoT-micro-agent twin named `DefenderIotMicroAgent` for each of your devices.
3422

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.
3628

3729
In this tutorial you'll learn how to:
3830

@@ -50,7 +42,7 @@ In this tutorial you'll learn how to:
5042

5143
- You must have [enabled Microsoft Defender for IoT on your Azure IoT Hub](quickstart-onboard-iot-hub.md).
5244

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).
5446

5547
## Create a DefenderIotMicroAgent module twin
5648

@@ -66,7 +58,7 @@ A `DefenderIotMicroAgent` module twin can be created by manually editing each mo
6658

6759
1. Select **Add module identity**.
6860

69-
1. In the Module Identity Name field, enter `DefenderIotMicroAgent`.
61+
1. In the **Module Identity Name** field, enter `DefenderIotMicroAgent`.
7062

7163
1. Select **Save**.
7264

@@ -80,7 +72,7 @@ A `DefenderIotMicroAgent` module twin can be created by manually editing each mo
8072

8173
1. Select your device.
8274

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.
8476

8577
:::image type="content" source="media/quickstart-create-micro-agent-module-twin/device-details-module.png" alt-text="Select module identities from the tab.":::
8678

0 commit comments

Comments
 (0)