简体   繁体   中英

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. 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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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