Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,030 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I've implemented a pipeline to read a set of txt files from a blob storage, searched by a certain string, and then to write them on a shared folder on-premise. For a such task I've used a copy activity.
Now, how I could move the copied files from the source container of the blob storage into another container? Does it exist any options in the copy activity?
Thanks
The Copy Activity doesn't have a direct option to move files after copying them from one container to another. However, you can achieve this by using a combination of Copy Activity and Delete Activity.