Powershell为Azure数据工厂管道下载ARM模板 [英] Powershell to download ARM template for Azure data factory Pipeline

查看:68
本文介绍了Powershell为Azure数据工厂管道下载ARM模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在powershell中使用ARM模板创建ADF管道,并且必须从现有ADF管道中获取输入/验证少量内容,因此,我必须通过powershell为现有ADF管道下载ARM tempalte.我们可以对单个ADF管道还是对多个ADF管道这样做?注意:现有管道不是通过ARM部署创建的,因此我无法使用"Save-AzureRmDeploymentTemplate",因为通过门户创建管道时没有创建部署名称.

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.

推荐答案

也许您想看看

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.

另一种方法是在ADF UI中导出手臂模板.

Another way is to export arm template in ADF UI.

这篇关于Powershell为Azure数据工厂管道下载ARM模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆