VPN Gateway Active Standby public IP address

Kapil Chaturvedi 1 Reputation point
2021-02-09T19:10:00.773+00:00

We have standalone VPN gateway in place.
We want to set it up in Active-Standby mode.
We want to understand that for Active Standby how many public IP addresses would be needed or if the same public IP address would be used when the failover will happen.
We want to use the same existing public IP address that is in use using the standalone VPN gateway. Is it possible?

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,389 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,201 Reputation points
    2021-02-09T19:51:15.067+00:00

    @Kapil Chaturvedi

    Azure VPN is automatically in Active-Standby mode. Every Azure VPN gateway consists of two instances in an active-standby configuration. By default, VPN Gateway allocates a single IP address from the GatewaySubnet range for active-standby VPN gateways, or two IP addresses for active-active VPN gateways. For any planned maintenance or unplanned disruption that happens to the active instance, the standby instance would take over (failover) automatically, and resume the S2S VPN or VNet-to-VNet connections. However You can have only 1 tunnel when using a PolicyBased VPN.

    So you do not have to do anything explicitly for Active-Standby setup if you have a Route Based VPN setup. However, if you want to setup Active-Active VPN, please refer this document for more details- https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable#highly-available-cross-premises-connectivity

    Hope this helps. Please let us know if you have any further questions/concerns. Thank you!

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

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