Valid AZ-202 Dumps shared by ExamDiscuss.com for Helping Passing AZ-202 Exam! ExamDiscuss.com now offer the newest AZ-202 exam dumps, the ExamDiscuss.com AZ-202 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-202 dumps with Test Engine here:
A company is creating an IoT solution for connecting to smart refrigerators. You plan to use the Azure IoT Hub Device Provisioning Service for this process. You need to provision the devices automatically. Which feature of Device Provisioning Service should you use?
Correct Answer: A
Explanation/Reference: Explanation: Azure IoT auto-provisioning can be broken into three phases: - 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. - Device enrollment - the process of making the Device Provisioning Service instance aware of the devices that will attempt to register in the future.Note: The Device Provisioning Service is a helper service that enables just-in-time provisioning of devices to an IoT hub, without requiring human intervention. After successful provisioning, devices connect directly with their designated IoT Hub. This process is referred to as auto-provisioning, and provides an out-of-the-box registration and initial configuration experience for devices. - Device registration and configuration - initiated upon boot up by registration software, which is built using a Device Provisioning Service client SDK appropriate for the device and attestation mechanism. The software establishes a connection to the provisioning service for authentication of the device, and subsequent registration in the IoT Hub. Upon successful registration, the device is provided with its IoT Hub unique device ID and connection information, allowing it to pull its initial configuration and begin the telemetry process. In production environments, this phase can occur weeks or months after the previous two phases. References: https://docs.microsoft.com/en-us/azure/iot-dps/concepts-auto-provisioning