How to move data from event hub to cosmos db

Chandrakant Pawle 41 Reputation points
2023-03-20T05:25:50.02+00:00

How to move data from event hub to cosmos db? Which services we need to use for doing this?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
3,459 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
459 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,200 questions
{count} votes

Accepted answer
  1. TP 45,336 Reputation points
    2023-03-20T05:45:42.3666667+00:00

    Hi,

    You can use Azure Functions with Azure Event Hubs trigger and Cosmos DB output binding to move data from event hub to Cosmos DB.

    Azure Event Hubs trigger for Azure Functions

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger

    Azure Cosmos DB output binding for Azure Functions 2.x and higher

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output

    Please click Accept Answer if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

0 additional answers

Sort by: Most helpful