How to get both before and after updated records in azure data factory from Azure sql

Raj Kumar 1 Reputation point
2021-04-25T07:18:12.473+00:00

I had a scenario if a new record is updated, I need both before the update and currently updated value in azure data factory, and pass it to function app. Since CDC is not supported in Azure SQL I cannot get History records. Kindly suggest me to get better solution

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,932 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,646 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,351 Reputation points
    2021-04-26T06:32:28.993+00:00

    @Raj Kumar Welcome to Microsoft Q&A forums.

    CDC is not supported on Azure SQL database yet. You can however use Temporal Tables to maintain version history of the data being modified.
    Once you have the history of changes logged into a separate table, you can query it from Azure Data Factory or from Function App directly.

    Please go through the link provided and let us know if you have further questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.