Microsoft Azure IoT Developer — Question 45
You are prototyping an IoT edge solution.
You are creating a deployment manifest for an IoT edge device that will connect to an Azure IoT hub.
Which two modules should you include in the manifest? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. azureiotsecurity
- B. edgeHub
- C. opc-publisher
- D. edgeAgent
- E. iotedgeModbus
Correct answer: B, D
Explanation
The correct answers are B (edgeHub) and D (edgeAgent) because these modules are fundamental for the IoT Edge runtime, enabling communication with Azure IoT Hub and managing module deployment respectively. The other options, while useful in specific scenarios, are not required for the basic operation of an IoT Edge device connecting to the Azure IoT hub.