When defining an Azure IOTEdge Device Deployment Manifest you must define routes for messages between Modules,
I am dynamically configuring the messages being sent from one module
The documentation below states:
"There are no wildcard options in the sink property."
Since this is the case is there any way to dynamically generate routes at runtime as I would like different message types to be sent to different inputs?
thanks.