简体   繁体   English

使用参数代替Azure Data Factory V2中的链接服务名称

[英]Use parameters in place of linked service name in Azure Data Factory V2

My question is slightly similar to this question however adequately different to merit a new thread. 我的问题与这个问题有点相似,但是有足够的不同来值得推荐一个新话题。

I have a requirement to extract data from a number of different on-premises SQL Server instances over the internet. 我需要从Internet上的许多不同的本地SQL Server实例中提取数据。 I am using Azure Data-Factory 2 and the Integration Runtime to access data from these servers. 我正在使用Azure数据工厂2和集成运行时来访问这些服务器中的数据。

The problem is that i will have many pipelines to manage and update. 问题是我将有许多管道要管理和更新。 I want to have a single Data Factory process which uses parameters for linked service names. 我希望有一个使用参数作为链接服务名称的Data Factory进程。

Is it possible to have 1 pipeline which uses a parameter to reference a linked service name which is updated before re-executing the pipeline? 可能有1个管道使用参数来引用链接的服务名称,该名称在重新执行管道之前已更新?

I am struggling to find a useful article on how this can be achieved. 我正在努力寻找一篇有关如何实现此目标的有用文章。

Reference name can't be parametied. 参考名称不能被参数化。 But making linked Service support parameters is in the plan as the post you mentioned said. 但是正如您提到的帖子所述,在计划中链接服务支持参数已在计划中。

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

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