Issue with Azure Application Gateway

Martinmajestic-3285 60 Reputation points
2024-12-18T01:19:36.07+00:00

Hi,

I have two queries regarding Azure application gateway below:

  1. Is it possible to use the existing public IP which is associated with my AGW V1 to WAF V2?
  2. Could you please suggest me, how can we implement the disaster recovery by using Azure Application Gateway?
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,572 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,096 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sai Prasanna Sinde 2,515 Reputation points Microsoft Vendor
    2024-12-18T01:28:08.1066667+00:00

    Hi @Martinmajestic-3285,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    Is it possible to use the existing public IP which is associated with my AGWV1 to WAF V2?

    As documented here, it is not possible to seamlessly transfer the IP addresses associated with the existing V1 gateway to V2.

    This is due to V1 using a Dynamic Public IP Basic SKU, while V2 requires a Static Public IP Standard SKU.

    It would be more effective to assign a new Static Public IP Standard SKU to the Application Gateway V2. 

    Could you please suggest me, how can we implement the disaster recovery by using azure application gateway?

    Implement Azure Traffic Manager to effectively distribute traffic across various application gateways located in different datacenters.

    For your reference: https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-faq#how-do-i-achieve-a-disaster-recovery-scenario-across-datacenters-by-using-application-gateway

    If above is unclear and/or you are unsure about something add a comment below.

    Please don’t forget to close the thread by clicking "Accept answer" wherever the information provided helps you, as this can be beneficial to other community members.

    Thanks,

    Sai.


0 additional answers

Sort by: Most 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.