1
votes

i have a requirement to create an ADF pipeline using ARM template in powershell and it has to take inputs/validate few things from existing ADF piepline, for that reason i have to download the ARM tempalte for existing ADF pipeline through powershell. Can we do that for single ADF pipeline or multiple ones? Note: existing pipeline is not created through ARM deployment, so i cant use "Save-AzureRmDeploymentTemplate" as i dont have deployment name created when pipeline is created through portal..

Any help is really appreciated.

1

1 Answers

0
votes

Maybe you want to take a look at Export-AzureRmResourceGroup. But I guess you can only export the entire resource group which may contain other things. You need put your data factory in a special resource group if you only want to export ADF.

Another way is to export arm template in ADF UI.