Skip to content

Commit c20d714

Browse files
Merge pull request #223001 from yoninalmsft/patch-16
Update how-to-provision-micro-agent.md
2 parents d8550be + b40bfb5 commit c20d714

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

articles/defender-for-iot/device-builders/how-to-provision-micro-agent.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.topic: how-to
99

1010
This article explains how to provision the standalone Microsoft Defender for IoT micro agent using [Azure IoT Hub Device Provisioning Service](../../iot-dps/about-iot-dps.md) with [X.509 certificate attestation](../../iot-dps/concepts-x509-attestation.md).
1111

12-
To learn how to configure the Microsoft Defender for IoT micro agent for Edge devices see [Create and provision IoT Edge devices at scale]../../iot-edge/how-to-provision-devices-at-scale-linux-tpm.md).
12+
To learn how to configure the Microsoft Defender for IoT micro agent for Edge devices see [Create and provision IoT Edge devices at scale](/azure/iot-edge/how-to-provision-devices-at-scale-linux-tpm)
1313

1414
## Prerequisites
1515

16-
- An Azure account with an active subscription. [Create an account for free]https://azure.microsoft).
16+
- An Azure account with an active subscription. For more information, see [Create an Azure account](https://azure.microsoft.com/free).
1717

1818
- An [IoT hub](../../iot-hub/iot-hub-create-through-portal.md).
1919

@@ -23,19 +23,28 @@ To learn how to configure the Microsoft Defender for IoT micro agent for Edge de
2323

2424
1. In the [Azure portal](https://portal.azure.com), go to your instance of the IoT Hub device provisioning service.
2525

26-
1. Under Settings, select Manage enrollments.
27-
1. Select Add individual enrollment, and then complete the steps to configure the enrollment:
28-
1. Choose X.509 at the identity attestation Mechanism and choose your CA.
26+
1. Under **Settings**, select **Manage enrollments**.
27+
28+
1. Select **Add individual enrollment**, and then complete the steps to configure the enrollment:
29+
30+
- In the **Mechanism** field, select **X.509** at the identity attestation Mechanism and choose your CA.
31+
2932
1. Navigate into your destination IoT Hub.
30-
1. Create a new module issued by the same certificate.
31-
1. Configure the micro agent to use the created module (Note that the device does not have to exist yet).
32-
1. Navigate back to DPS and provision the device through DPS.
33+
34+
1. [Create a new module](tutorial-create-micro-agent-module-twin.md) issued by the same certificate.
35+
36+
1. [Configure the micro agent to use the created module](tutorial-standalone-agent-binary-installation.md#authenticate-using-a-module-identity-connection-string) (note that the device does not have to exist yet).
37+
38+
1. Navigate back to DPS and [provision the device through DPS](/azure/iot-dps/quick-create-simulated-device-x509).
39+
3340
1. Navigate to the configured device in the destination IoT Hub.
41+
3442
1. Create a new module for the device issued by the same CA authenticator.
35-
1. Run the agent that you configured in step 4 to see it connects to the device.
43+
44+
1. Run the agent that you configured in step 4 to confirm it connects to the device.
3645

3746
> [!NOTE]
38-
> Using this procedure, while you don't need the device to exists before configuring the agent, you do need to know the device name in advance in order to issue the certificate for the final module correctly.
47+
> When using this procedure, while you don't need the device to exist before configuring the agent, you do need to know the device name in advance in order to issue the certificate for the final module correctly.
3948
4049
## Next steps
4150

0 commit comments

Comments
 (0)