
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Azure Storage Moving files
Hi,
We have a requirement wherein files will be sent to Azure blob storage and we need to pick them for further processing outside of Azure. However, given that there will be new files continuously dumped into this container, we are planning to move them after reading to an ARCHIVE container, so that they are available for future reference and new files will be picked as they are made available in the main container.
We are using tAzureStorageGet to copy the files out but how can we move them to a different container after reading them, so that the same files are not available next time?
Regards
J

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
No tAzureStorageCopy component is available, so use tAzureStorageDelete to delete the file from the container and use tAzureStoragePut to upload the file to another container.
Regards
Shong
