Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DevOPS with Azure Data Factory

I have created Azure Data Factory with Copy Activity using C# and Azure SDK. How can deploy it using CI/CD ?

Any URL or link will help

like image 546
NSS Avatar asked Jul 02 '26 00:07

NSS


1 Answers

Data Factory continuous integration and delivery is now possible with directly through the web user interface using ARM Templates or even Git (Github or Azure DevOps).

Just click on "Set up Code Repository" and follow the steps.

Check the following link for more information, including a video demostration: https://aka.ms/azfr/401/02

like image 111
Julio Batista Silva Avatar answered Jul 04 '26 09:07

Julio Batista Silva