1

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.

foz1284
  • 343
  • 1
  • 4
  • 20

1 Answers1

1

I don't think it is possible to dynamically set routes.

You could use MQTT, which is currently in preview, on IoT Edge in combination with custom topics. https://learn.microsoft.com/en-us/azure/iot-edge/how-to-publish-subscribe?view=iotedge-2020-11

René
  • 151
  • 7