Capture Azure CDC through logic apps

BGAZ 21 Reputation points
2020-10-02T21:02:30.297+00:00

Am looking at capturing CDC rows in the SQL Server and push into Event hub through Logic Apps. Which Trigger would be a good fit

Any thoughts and direction will be helpful.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,087 questions
{count} votes

Accepted answer
  1. Pramod Valavala 20,616 Reputation points Microsoft Employee
    2020-10-05T13:57:34.107+00:00

    Since there is no way to know if rows are being written into the CDC Table (or any SQL Table for that matter), you will have to poll it on a regular interval.

    You could use the SQL Trigger that implements this.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.