When I first register a device with DPS and send telemetry message, it works successfully, after some time or maybe after some days, when I send the same message again with or without re-registration, that message became orphaned as my event hub not getting that message and hence my function is not triggered.
Please guide my what is orphaned message and how it reproduces? Also how to fix these issues?
My workflow is as below. Device Register: - Device Register through DPS to IoT hub - In IoT hub, there is message routing query which routes a message to the event hub - There is one function, which triggered based on that event hub.