Hello Punathil Thekkepat, Radhika (Allianz Technology)
Azure's new default behavior for Application gateway being zone redundant means that all new deployments in supported regions will automatically be deployed across Availability Zones for better resiliency. However, existing AGW are not automatically upgraded to zone redundancy, and migration requires a redeployment.
Steps to Migrate to Zone Redundant Application Gateway:
You cannot upgrade an existing AGW to zone redundancy directly. Two migration options are mentioned below:
- First, ensure that you're using the Standard V2 or WAF V2 SKU, as earlier SKUs do not support availability zones.
There are a couple of options for migrating:
Option 1: Create a New Application Gateway
- Go to the Azure Portal.
- Create a new Application Gateway with a new frontend Public IP address. c. Verify that the application gateway and WAF are working as intended.
- Migrate your DNS configuration to the new public IP address.
- Delete the old Application gateway and WAF resources.
Option 2: Delete and Redeploy Existing Gateway:
- Go to the Azure Portal
- Select All resources, and then select the resource group that contains the Application Gateway.
- Select the Application Gateway resource and then select Delete. Type yes to confirm deletion, and then click Delete.
- Create a new Application Gateway using the same Virtual Network, subnets, and Public IP address that you used previously.
Be prepared for some downtime during migration, depending on the option you choose. The first option may minimize downtime if DNS is managed effectively.
After deploying the new setup, test thoroughly to ensure everything works as expected before switching traffic over completely.
Refer
Migrate Azure Application Gateway
Costing Details:
- While the change to zone redundancy itself doesn't affect pricing, you should evaluate costs associated with the SKU changes if moving from V1 to V2. V2 SKUs charge based on consumption.
- If you are currently using a V1 gateway, consider consolidating multiple V1 gateways into a single V2 gateway to optimize costs.
Refer
Application Gateway Pricing
Please don’t forget to close the thread by clicking "Accept the answer" and "Yes" wherever the information provided helps you, as this can be beneficial to other community members.