Can I move an Azure Data Factory Pipeline to Azure DevOps?

53 Views Asked by At

My client developed a set o Azure Data Factory Pipeline that are tested and working. They asked me to move them to Azure DevOps. Is this possible? if so, how do i go about this?

2

There are 2 best solutions below

0
alex_kundera On

you can add ADO repos either from the Edit page, or from the Management page in Data Factory, if you haven't done it at the creation of the Data Factory.

Please see below:

Edit page

Management page

0
Alvin Zhao - MSFT On

Not sure what your Azure Data Factory pipeline is designed to complete. For general purpose to set up an Azure Pipelines release that automates the deployment of a data factory to multiple environments, please refer to Automate continuous integration - Azure Data Factory | Microsoft Learn.