question

RohitKulkarni-6062 avatar image
0 Votes"
RohitKulkarni-6062 asked ShaikMaheer-MSFT commented

ADF File movement

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

NandanHegde-7720 avatar image
0 Votes"
NandanHegde-7720 answered ShaikMaheer-MSFT commented

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


code.png (12.2 KiB)
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello Nandan,

I wanted to move specific datasets and specific pipeline from 1 ADF to another ADF.

Please advise.

Thanks in advance

RK

0 Votes 0 ·

Hi @RohitKulkarni-6062 ,

Thank you for follow up query.

Since you are not maintaining any version control, the best way to move specific pipeline or dataset is, as @NandanHegde-7720 called out, 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.

You can do ARM template deployment as well. But that will take all components from your ADF to another.

Please let us know if any further queries. Thank you.

Please consider Accepting answer if this helps. Accepting answer helps community as well. Thank you.

0 Votes 0 ·

Hi @RohitKulkarni-6062 ,

Following up to check is above provided answer helps you? If yes, Please Accept Answer. Accepting answer helps community as well. Thank you.

0 Votes 0 ·

Hi @RohitKulkarni-6062 ,

Just checking is above provided answer helps you? If yes, Please Accept Answer. Accepting answer helps community as well. Thank you.

0 Votes 0 ·