简体   繁体   English

除了使用 ARM 模板之外,还有其他方法可以部署 Azure 数据工厂吗?

[英]Is there a way to deploy Azure Data factory other than using ARM templates?

I want to deploy my azure data factory using Azure DevOps.我想使用 Azure DevOps 部署我的 azure 数据工厂。 I have worked with the deployment using ARM templates with resource group deployment tasks during the release pipeline, but I want to know any other way for the ADF deployment apart from ARM templates?我已经在发布管道期间使用 ARM 模板和资源组部署任务进行了部署,但我想知道除 ARM 模板之外的任何其他 ADF 部署方式?

The reason being that ARM templates deploy everything but I have lot of sample pipelines in my DEV environment which cant be deployed in other QA or Production.原因是 ARM 模板部署了所有内容,但我的 DEV 环境中有很多示例管道,无法在其他 QA 或生产环境中部署。 But ARM templates are restricting me to do so.但是 ARM 模板限制了我这样做。

  1. Terraform 地形
  2. Azure Powershell Azure Powershell
  3. Ansible resource module \\ Azure Cli \\ SDK's \\ Rest Api Ansible资源模块 \\ Azure Cli \\ SDK's \\ Rest Api

Last one requires bit of creativity, you'd have to construct API call on your own.最后一个需要一点创造力,您必须自己构建 API 调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM