How do you copy a Azure storage container and it's contents to a new storage container programatically

Viewed 22

I have a desktop WinForms application using VB/C#. I store images in Azure through this app. I'm using the address of our clients/clients locations for the container name. Sometimes these addresses change which make the container name/directories/blobs no longer valid. Is there a way to programmatically copy 1 container and all it's contents to a new container or will I have to download each image and then upload it to a new azure container?

1 Answers
Related