Microsoft Azure IoT Developer — Question 1
You have an Azure subscription that contains a resource group named RG1.
You need to deploy the Device Provisioning Service. The solution must ensure that the Device Provisioning Service can accept new device enrollments.
You create a Device Provisioning Service instance.
Which two actions should you perform next? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. From the Linked IoT hubs blade of the Device Provisioning Service, link an Azure IoT hub.
- B. From the Azure portal, create a new Azure IoT hub.
- C. From the Manage allocation policy blade of the Device Provisioning Service, configure an allocation policy.
- D. From the Certificates blade of the Device Provisioning Service, upload an X.509 certificate to the Device Provisioning Service.
Correct answer: A, B
Explanation
Linking an Azure IoT hub to the Device Provisioning Service is essential for device integration, making option A correct. Additionally, creating a new Azure IoT hub is also necessary for handling device enrollments, which makes option B correct. Options C and D are not required at this stage for enabling device enrollment.