Powershell to download ARM template for Azure data factory Pipeline

℡╲_俬逩灬. 提交于 2021-02-10 17:27:41

问题


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:


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.



来源:https://stackoverflow.com/questions/53339725/powershell-to-download-arm-template-for-azure-data-factory-pipeline

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!