How to migrate an Azure Storage account which is in southeastasia region to Central US region?

Devesh Tiwari 180 Reputation points
2024-02-16T07:08:16.6233333+00:00

I have an Azure Storage account which is southeastasia region. I want to migrate it to Central US region. I know that I can create another storage account in Central Us region and then use the AZCopy to transfer the data to that region. I wanted to know if there is a way to direct change the region of the storage account without needing to perform all the other steps.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,755 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
727 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 98,621 Reputation points MVP
    2024-02-16T07:15:14.35+00:00

    Hi @Devesh Tiwari ,

    the current available option to migrate an Azure Storage Account to another region is described here: Move an Azure Storage account to another region

    Instead of using AZCopy there is another option to use: Azure Data Factory: Move data to the new storage account


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    0 comments No comments

  2. Anand Prakash Yadav 6,705 Reputation points Microsoft Vendor
    2024-02-16T08:16:24.9333333+00:00

    Hello Devesh Tiwari,

    Thank you for posting your query here!

    Adding on to the previous response, if you wish to change the location of your Azure Storage account, what you need to do is, you will have to create a copy of the storage account in the target location or region, and then you need to transfer or move all the data from the source storage account to the target storage account.

    You can do this using Azure Portal and by using PowerShell.

    The first step is to export the Azure Storage account as a template using the below steps.

    • Log in to the Azure Portal.
    • Navigate to your Azure Storage account.
    • Click on the Export template link from the left navigation under the Automation tab, as shown
      below.
      User's image
    • Click on the Download option to download the template.
      User's image
    • Now, it will get downloaded as a zip folder. You can unzip the folder and keep it.

    Now, let’s modify the existing template. We will change the storage account name and location using the below steps:

    • Click on the Create a Resource button.
    • Search for the template deployment and click on the search result “Template deployment.”

    User's image

    • Click on the Create button.

    User's image

    • On the Custom deployment window, click on the Build your own template in the editor link as shown below.

    User's image

    • Click on the Load file button. Select the template.json file that we downloaded and unzipped earlier.

    User's image

    • Modify the storage account name and the location.

    User's image

    • Click on the Save button to save the changes.
    • On the Custom deployment window, Provide the below details:

    · Subscription: Select the subscription that you wish to use here.

    · Resource Group: You can select an existing Resource Group or click on the Create new link and provide a name to create a new Resource Group.

    · Region: Select the required region or location.

    Finally, click on the Review + Create button as highlighted below.

    User's image

    After clicking on the Review + Create button, It will Start validating all the entries entered by you. Now, the validation is successful, and you will see the Create button on the successful validation. Finally, click on the Create button on the next screen, as shown below.

    User's image

    Now, the Storage account has been created successfully. You can check out the below screenshot.

    User's image

    For further details: Move an Azure Storage account to another region | Microsoft Learn  

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

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

    0 comments No comments