通过ARM模板进行ADF V2部署 [英] ADF V2 Deployment via ARM Template

查看:119
本文介绍了通过ARM模板进行ADF V2部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是ARM模板和JSON的新手.我已经建立了第一个管道(ADF V2),该管道位于GIT开发环境中.我已经导出了ARM模板,并且正在尝试将其导入到Data Factory环境中.我不知道怎么建 链接的服务连接的字符串.请告知.

I am new to ARM Templates and JSON.  I have built my first pipeline (ADF V2) which resides in a GIT Dev environment.  I have exported the ARM template and I am attempting to import it into the Data Factory environment. I don't know how to build the string for the linked service connections.  Please advise.

推荐答案

从ADFv2 GUI导出ARM模板时,将创建2个文件:

When you Export the ARM template from the ADFv2 GUI, 2 files are created:

  • 模板文件:包含与数据工厂相对应的所有数据工厂元数据(管道,数据集等)的模板.
  • 配置文件:包含每个环境(开发,测试)不同的环境参数,产品等),例如存储连接,Azure Databricks群集连接等等.

配置文件包含链接的服务详细信息,例如您需要在屏幕快照中输入的连接字符串.您还可以在Data Factory UI中打开资源的代码视图:

The configuration file contains the linked service details like connection strings which you need to enter in your screenshot. You can also open code view for the resource in the Data Factory UI: 

https://docs.microsoft.com/zh-CN/azure/data-factory/media/continuous-integration-deployment/continuous-integration-codeview.png


这篇关于通过ARM模板进行ADF V2部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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