Moving resources across the regions

Suman Karanam 21 Reputation points
2020-12-03T08:18:46.427+00:00

Hi,
We have resource group(RG1) created in Germany region. Resource created are

  1. Vnet
  2. VPN gateway
  3. Disks - HDD
  4. VM (database installed)

We wanted to use Azure machine learning service to read data from database(present in resource group RG1 in German region). We later found that azure machine learning service is not available in Germany region and in order to create end points for Azure ML service both the networks(vnets of the DB and Azure ML ) should be in the same region.

So we tried migrating the resource and resource group (RG1) from German region to west Europe by using wizard on the portal. But we got prompted that disk , vnet and vpn gateway cannot be moved to different region ) .

Is there anyway we could move them ? or any alternate solutions ? .Else, we would end up recreating every thing in westeurope which i would like to avoid.

Regards,
Suman

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,690 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,436 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
590 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 102.7K Reputation points MVP
    2020-12-03T08:30:58.243+00:00

    Maybe this is helpful:

    https://video2.skills-academy.com/en-us/azure/site-recovery/azure-to-azure-tutorial-migrate

    ----------

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

    Regards
    Andreas Baumgarten


2 additional answers

Sort by: Most helpful
  1. suvasara-MSFT 10,026 Reputation points
    2020-12-03T09:20:21.54+00:00

    @Suman Karanam , There is a process in Azure to move VNET across region using ARM template. But, it is almost kind of recreating the resource with a automated template with desired configuration.

    For VNET:

    Method1: You can use an Azure Resource Manager template to complete the move of the virtual network to another region. You do this by exporting the virtual network to a template, modifying the parameters to match the destination region, and then deploying the template to the new region.

    Ref Doc : Move an Azure virtual network to another region by using the Azure portal

    OR

    Method2: You can use the latest Azure service called "Azure Resource Mover" to move VNET's across regions,

    Ref Doc : Azure Resource Mover

    For VPN gateway: AFAIK, today you can move VPN Gateway across Resource Groups and subscriptions only.

    SS:1

    44724-image.png

    Note : If you would like to request/upvote for this feature use this feedback section for its future availability.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    1 person found this answer helpful.
    0 comments No comments

  2. suvasara-MSFT 10,026 Reputation points
    2020-12-04T09:02:14.08+00:00

    @Suman Karanam ,

    If you think your question has been answered, click "Mark as Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.


    Best regards
    Subhash

    0 comments No comments