I am new to Azure, so I have an SFTP server which has dev,qa and prod data, the user is same but the data is placed in separate folders, can anyone please tell me how to copy the files dynamically, that is I want to fetch the files from the dev folder in the dev environment and so on.
Asked
Active
Viewed 246 times
1 Answers
1
You can create a parameter in the source dataset and pass the folder name dynamically.
- Create a folder name parameter in the source dataset.
- Create a pipeline parameter and pass the value to dataset properties in copy data activity in run time.
Copy data activity:

NiharikaMoola-MT
- 4,700
- 1
- 3
- 15