move files from one resource to another

arkiboys 9,706 Reputation points
2021-10-06T03:02:05.473+00:00

Hello,
I have several containers and folders inside them in resourcegroup1
using the storage explorer, how can I copy them into another resource group?
Thank you

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

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2021-10-06T04:10:11.67+00:00

    @arkiboys You need to Azure Storage account to different resource group or Blob containers?

    To move a storage account, create a copy of your storage account in another region. Then, move your data to that account by using AzCopy, or another tool of your choice: https://learn.microsoft.com/en-us/azure/storage/common/storage-account-move?tabs=azure-portal

    Copy and move blobs from one container or storage account to another from the command line and in code

    Copy Files one Azure Storage account to Another using Storage Explorer

    138032-1212123.gif

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

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

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


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.