You can use a parameterized linked service to do that:
https://learn.microsoft.com/en-us/azure/data-factory/parameterize-linked-services
Copy data from multiple Azure DB's to one Azure DB with Data Factory
Lee Taylor
31
Reputation points
I'm not sure that this is possible for this service or not.
I have many databases of the same schema that I want to copy data on a monthly data into one single database. I need to be able to use a Table that contains a list of these databases and iterate through the, one record at a time and pull the Id of the database (GUID) and the connection string of the database and then connect to that database and copy slices of data to put into the ONE database. Any ideas? Can this be done?
1 answer
Sort by: Most helpful
-
John Aherne 516 Reputation points
2020-09-17T16:52:06.827+00:00