Microsoft
AZ-220 · Question #77
You are deploying an Azure IoT Edge solution that includes multiple IoT Edge devices. You need to configure module-to-module routing. To which section of the deployment manifest should you add the…
The correct answer is B. $edgeHub. Routes are declared in the $edgeHub desired properties. https://docs.microsoft.com/en-us/azure/iot-edge/module-composition
Implement IoT Edge
Question
You are deploying an Azure IoT Edge solution that includes multiple IoT Edge devices. You need to configure module-to-module routing. To which section of the deployment manifest should you add the routes?
Options
- AstoreAndForwardConfiguration
- B$edgeHub
- Cmodules
- DsystemModules
How the community answered
(31 responses)- A10% (3)
- B81% (25)
- C3% (1)
- D6% (2)
Explanation
Routes are declared in the $edgeHub desired properties. https://docs.microsoft.com/en-us/azure/iot-edge/module-composition
Topics
#IoT Edge#deployment manifest#module-to-module routing#edgeHub
Community Discussion
No community discussion yet for this question.