Azure DevOps CI-CD pipeline for Azure Data Factory

0 votes

I have created a CI-CD pipeline to deploy pipelines from my development data factory to the production data factory and it works perfectly for the first run. However, when a change is made in the dev, for example,

renamed pipeline1 to pipeline001

the production data factory has a pipeline by the name pipeline001 and also pipeline1, both of which are the same. The issues persist for any kind of change and are not just restricted to renaming. I checked the JSON templates, which was found ok. Any help?

Mar 17, 2022 in Other DevOps Questions by Kichu
• 19,040 points
616 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

Are you deploying with ARM templates? Depending on the types of changes, the Incremental deployment mode will add to your existing resources. After the release pipeline runs and all resources inside the resource group that isn't included in the ARM per the documentation will be deleted. Check if you are including all of the Data Factory resources in your ARM template. In other words, are the things you're missing in the Data Factory included in the ARM. That's the only possible cause for this problem.

answered Mar 18, 2022 by narikkadan
• 63,600 points

edited Mar 5

Related Questions In Other DevOps Questions

0 votes
0 answers
0 votes
0 answers

Azure Devops CI pipeline trigger for multi projects

I have the following structure: Test-A and Test-B ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,519 views
0 votes
0 answers
0 votes
0 answers

Trigger Azure DevOps CI/CD through powershell script

How can we trigger CI/CD pipelines through ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,062 views
0 votes
0 answers
0 votes
0 answers
0 votes
2 answers

Which is better azure devops or aws devops?

Azure DevOps, a part of Microsoft's cloud ...READ MORE

answered Jan 8, 2024 in Cloud Computing by anonymous
• 700 points
2,399 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP