Migration of Azure site-to-site VPN tunnel from one region to another
Option 1 – create a new VPN in the new region
Create a new VPN gateway in the desired region
Configure the new gateway with the same connection settings as the old one
and then update your on-premises VPN device to point to the new Azure gateway effectively switching the tunnel to the new region while maintaining connectivity
Most of this can be done through the Azure portal by modifying the VPN gateway’s location and connection details, ensuring your on-premises device is updated accordingly.
Option 2 – actually move the resources over (not preferred)
Entire VNet (containing the gateway Subnet) needs to be migrated
Done using the Resource Manager migration
Leave a Reply