change feed in CosmosDB

Shruti Srivastava 1 Reputation point
2021-08-06T05:26:30.557+00:00

Hi,

I want to move only changed data from CosmosDB to Azure SQL database . How can i move only modified data using data flows. Please share a link for this

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anurag Sharma 17,591 Reputation points
    2021-08-06T06:23:01.153+00:00

    Hi @Shruti Srivastava , welcome to Microsoft Q&A forum.

    You can achieve the requirement in 2 steps:

    1). Firstly create an Azure Function to read the change feed as mentioned in the below lab:

    Azure Cosmos DB Change Feed

    2). Then, after reading this change feed data, use azure function to access Storage account as mentioned in below article:

    Connect Azure Functions to Azure Storage using Visual Studio Code

    Please let us know if this is what you are looking for. Or else we can discuss further on the same.

    ----------

    If answer helps, you can mark it 'Accept Answer'

    0 comments No comments