Change connection string Linked Service in Azure Data Factory v2

。_饼干妹妹 提交于 2020-01-03 19:17:17

问题


I am using Azure Data Factory V2 to integrate data from multiple on-premise mySql database. Is it possible to define just one mysql linked service and then modify the connection string (server name, credential, integration runtime) during runtime. 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.

Is it possible to do such things, preferably using the Azure data Factory UI? or Should I use .NET SDK to do that?

Thank You


回答1:


We are working on enabling parameter support for Linked Service so you can accomplish the scenario described today. Please stay tuned! Today you still need to use specific connection strings in Linked Service definition.



来源:https://stackoverflow.com/questions/49814312/change-connection-string-linked-service-in-azure-data-factory-v2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!