- Using Device Provisioning Service then Azure IoT Hub
- Directly to the Azure IoT hub
So let's learn how to enroll the IoT devices with Device Provisioning Service (DPS).
What is Device Enrollment?
Device enrollment is the process of adding the pre-configured IoT devices details on Azure device provisioning service and connect to the IoT hub on-demand or based on the requirement without any human intervention.Now let's learn step by step how to enroll the IoT devices
Step 1: Login To Azure Portal
After login into the azure portal, find the device provisioning service which we have created in the How To Create Azure Device Provisioning Service article or if you haven't created it, then please follow the steps shown in the article and create it. I hope you have DPS services on the portal. Now find the option to manage enrollments as shown in the following image.
Device Provisioning Service (DPS) provide the following two concepts,
- Individual Enrollment
- Group Enrollment
In this article we will learn about the individual device enrollment using the symmetric key.
What is Individual Enrollment?
This allows enrolling one device at a time that allows unique configuration per device.
Step 2: Navigate To Azure Device Provisioning Service Instance
To create the individual enrollment, select manage enrollment, then click on the Add individual enrollment as shown in the following image.
After clicking on the Add individual enrollment button, the following screen will get appeared as shown in the following step.
Device Enrollment Using Symmetric Key
Choose the symmetric key attestation mechanism from the dropdown list and check on auto-generated keys as shown in the following image.
As shown in the preceding image, we see the registration id reg100 is added, follow the same steps for other types of attestation mechanism, and enroll the device.
Post a Comment