I am trying to clone my device data and stream the device data to another IoThub in an entirely different organization, the organization here I mean a different vendor cloud.
Trial: I have tried routing the messages to service bus topics from my IoThub and then written a container using the service bus SDK which can subscribe to these topics and push the data to Azure IoT hub in a different vendor cloud.
ASK: Is there any other best way for sending the device stream to another vendor Azure IoThub other than the above using Azure alone.
I can directly stream the device data from the data source, which is clearly not the use case.
Using IoT-device, not IoT-Edge.