AZ-220 · Question #30
You have an Azure IoT hub that uses a Device Provisioning Service instance. You create a new individual device enrollment that uses symmetric key attestation. Which detail from the enrollment is…
The correct answer is C. the device identity of the IoT hub. An enrollment is the record of devices or groups of devices that may register through auto- The enrollment record contains information about the device or group of devices, including: the attestation mechanism used by the device the optional initial desired configuration the…
Question
Options
- Athe registration ID of the enrollment
- Bthe primary key of the enrollment
- Cthe device identity of the IoT hub
- Dthe hostname of the IoT hub
How the community answered
(22 responses)- A9% (2)
- B5% (1)
- C82% (18)
- D5% (1)
Explanation
An enrollment is the record of devices or groups of devices that may register through auto- The enrollment record contains information about the device or group of devices, including: the attestation mechanism used by the device the optional initial desired configuration the desired device ID Note: Azure IoT auto-provisioning can be broken into three phases: 1. Service configuration -a one-time configuration of the Azure IoT Hub and IoT Hub Device Provisioning Service instances, establishing them and creating linkage between them. 2. Device enrollment -the process of making the Device Provisioning Service instance aware of the devices that will attempt to register in the future. Enrollment is accomplished by configuring device identity information in the provisioning service, as either an "individual enrollment" for a single device, or a "group enrollment" for multiple devices. 3. Device registration and configuration https://docs.microsoft.com/en-us/azure/iot-dps/concepts-service#enrollment
Topics
Community Discussion
No community discussion yet for this question.