Is there a way to enrich messages routed by the Azure Digital Twin service with additional properties of nodes?
We are sending telemetry messages to a digital twin node. Than we have setup routes to forward the telemetry messages to an eventhub. The dtid is always there in the message properties but we would like to attach more properties of the node to these messages routed on the evetnhub. Is there a way to attach/enrich messages with digital twin node properties or any other information for that matter?
It is of course always possible to read the node given the dtid on the receiver side but we would like to avoid this extra call through a configuration of message enrichment similar to IOTHUb has if possible.
BR