Is there any way to export/transfer data from azure cloud to other platform like GCP,mongodb Atlas in real time

TestDeveloper12345 21 Reputation points
2022-04-14T06:10:46.247+00:00

I have a sensors which is sending data to azure cloud ,I want to get this data to mongoDB or GCP in real time and build a
dashboard which is showing this data in real time.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
{count} votes

Accepted answer
  1. Sander van de Velde 28,626 Reputation points MVP
    2022-04-15T06:17:06.35+00:00

    Hello @TestDeveloper12345 ,

    you want to move data over from Azure to another cloud.

    This data are messages created after database changes in CosmosDB.

    I recommend checking out how to trigger an Azure function when a CosmosDB trigger is hit:

    193323-image.png

    You need to call some 'public endpoint' on the other platform (like GCP) like a webhook or an MQTT service or WebSocket.

    Another alternative is using Azure EventGrid and emitting CloudEvents. The GCP service called Eventarc supports this,

    0 comments No comments

0 additional answers

Sort by: Most helpful