Hi @Balachandran Kannan ,
Thanks for reaching out. After copying file data from Container to SQL table, have another subsequent Copy Activity and create a new Binary data set which points to the original file which you would want to copy to different container as shown below. This will make a copy of the file in desired destination but the source container/folder will still have the source file.
In case if you want to delete the source file from original source (which is nothing but moving file) after copying to another archive folder or container then you will need to use binary dataset which will have deleteFilesAfterCompletion
property and that needs to be set to true
.
Additional info: Please refer to this MS doc: Move files with Azure Data Factory
Hope this info helps. Do let us know if you have further query.
----------
Please don’t forget to Accept Answer
and Up-Vote
wherever the information provided helps you, this can be beneficial to other community members.