AZ-220 Exam QuestionsBrowse all questions from this exam

AZ-220 Exam - Question 60


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?

Show Answer
Correct Answer: B

To configure module-to-module routing in an Azure IoT Edge solution, you need to add the routes to the $edgeHub section of the deployment manifest. The $edgeHub desired properties contain the routing configurations that define how messages should be routed between different modules. This is the standard method for setting up routing in IoT Edge.

Discussion

1 comment
Sign in to comment
d0bermannnOption: B
Dec 28, 2021

B. $edgeHub is correct as we see link provided