Hey, You can use parameterized linked services to achieve this. Use a lookup activity to pass the necessary parameters at run time to the datasets whichin turn would pass it to linked services that are present within copy activity
How can I create a pipeline in Data Factory with dynamic storage account names?
Oscar Ojeda (US)
20
Reputation points
I need to create a pipeline in order to copy files from one storage account to another in Data Factory. This storage accounts source and destinations are going to be dynamic, so one time could be from A to B, but other time can be from C to D. So files sources and storage accounts needs to be set as a parameter. Can this be done?
If yes, how can I do this?
If no, is there some other service in Azure where I can accomplish this task?