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?