简体   繁体   English

在Azure Data Factory v2中更改连接字符串链接服务

[英]Change connection string Linked Service in Azure Data Factory v2

I am using Azure Data Factory V2 to integrate data from multiple on-premise mySql database. 我使用Azure Data Factory V2来集成来自多个内部部署mySql数据库的数据。 Is it possible to define just one mysql linked service and then modify the connection string (server name, credential, integration runtime) during runtime. 是否可以定义一个mysql链接服务,然后在运行时修改连接字符串(服务器名称,凭据,集成运行时)。 My plan is to use lookup activity to read list of connection strings and then use for-each activity to iterate over that list to pull data from each database using copy activity. 我的计划是使用查找活动来读取连接字符串列表,然后使用for-each活动迭代该列表以使用复制活动从每个数据库中提取数据。

Is it possible to do such things, preferably using the Azure data Factory UI? 是否可以执行此类操作,最好使用Azure数据工厂UI? or Should I use .NET SDK to do that? 或者我应该使用.NET SDK来做到这一点?

Thank You 谢谢

We are working on enabling parameter support for Linked Service so you can accomplish the scenario described today. 我们正致力于为Linked Service启用参数支持,以便您可以完成今天描述的场景。 Please stay tuned! 敬请期待! Today you still need to use specific connection strings in Linked Service definition. 今天,您仍然需要在Linked Service定义中使用特定的连接字符串。

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

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