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?
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?
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.
B. $edgeHub is correct as we see link provided