How to remove Change Data Capture in Azure Data Factory
I'm using Azure DevOps to deploy ADF from Dev Environment to UAT Environment.
In Dev Environment, there is a CDC in ADF. After deploying, the CDC is also appeared in UAT Environment but I encounterd some issues. Below is my problems:
When I started the CDC, the notice "Unable to Start the CDC. Error: {"_body":"{"error":{"code":"ADFDataMapperAlreadyStarted","message":"ADF CDC adfcdc1 already started." appeared
This notice means I already run the CDC, but when I checked the monitor, it showed:
The CDC take the process like the above picture forever and CDC hasn't worked.
I have 2 questions:
- Why did CDC not work when I deployed it from Dev to UAT? Is there anything I need to check when deploying ADF with CDC?
- I can't stop or delete this CDC in UAT. I also used powershell to stop it but it's not worked
How can I stop or delete the CDC in UAT?