Can i move/copy all the images inside a folder inside an Dev Azure Blob to another Live Azure Blob

john john 946 Reputation points
2021-10-28T21:36:59.597+00:00

Using our Power Apps we are storing pictures inside Azure Blob. Now we have finished testing the App, and we want to move the App to the live environment. So we are planning to do the following:-

  • Create a live Azure Blob
  • Move or Copy (does not matter) the pictures from the Dev Blob to the Live blob.. is this possible? and how? all the pictures are stored inside a path/folder named "DevImages"

Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
    2021-10-29T13:46:29.457+00:00

    @john john For better understanding the issue may I know what is "Live Blob"?

    If you are planning to move files/data from one blob container to another container, It's possible. You can you use Azcopy tool, Azure Storage Explorer , [ADF tools] or REST API

    I would recommended to use Azcopy: Copy all containers, directories, and blobs to another storage account by using the azcopy copy command.
    Copy and move blobs from one container or storage account to another from the command line and in code

    How to move the files from one folder to other folder in Storage Account Container through Powershell

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------------------------------------------------------------------------------------------------------------------------------------------------

    Please do not forget to 145007-image.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments