ADF File movement

Rohit Kulkarni 686 Reputation points
2021-08-13T09:58:46.09+00:00

Hello Team,

In the Azure setup, we are not maintaining any version control. I wanted to move the dataset and pipeline from one Azure data factory to another Azure data factory. How it can be done. Please advise any documentation.

Thanks in advance.

RK

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 31,511 Reputation points MVP
    2021-08-13T10:13:17.02+00:00

    Hey Rohit,
    You can extract the ARM template and import it but that would be like copying all the datasets,pipelines etc from 1 ADF to another.

    So for your case , you can copy the JSON code from 1 ADF and paste it in another data factory by overriding the code of the newly created dataset or pipeline .

    123091-code.png

    Note: this is copying from 1 ADF to another and not moving it. So you would have to then delete the code from 1st ADF