Moving azure storage to different geo location

ComputerHabit 1,036 Reputation points
2023-04-13T18:18:08.8833333+00:00

I'm trying to move a storage account to a new geolocation.

I created a new resource group in the region I wanted.

Then I moved the storage account to it.

The storage account still says the old region.

What is the point of moving to a different resource group if the location does not change?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2023-04-14T05:41:35.0233333+00:00

    @ComputerHabit Thanks for posting your query on Microsoft Q&A.

    To move a storage account, to another region, you would need to 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. Steps include:

    • Export a template.
    • Modify the template by adding the target region and storage account name.
    • Deploy the template to create the new storage account.
    • Configure the new storage account.
    • Move data to the new storage account.
    • Delete the resources in the source region.

    Reference dcoumentation for detailed step by step guide: Move an Azure Storage account to another region

    If you have any follow up questions or this answer doesn't help, please let me know in the "comments" and I will investigate further. Comment is the quickest way of notifying the experts on Q&A.

    If this answer helped, please 'Accept answer' and 'mark as helpful' so that it can help others in the community looking for guidance on the same topic. Thanks.

    1 person found this answer 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.