High Availability for Azure Application Gateway Without Traffic Manager

ManoharLakkoju 700 Reputation points Microsoft Vendor
2024-10-07T08:40:04.6633333+00:00

How can I achieve high availability for my Azure Application Gateway without using Traffic Manager and without rebuilding resources in another region?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
129 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ManoharLakkoju 700 Reputation points Microsoft Vendor
    2024-10-07T08:40:59.7733333+00:00

    To ensure high availability for your Azure Application Gateway, you do not necessarily need to use Azure Traffic Manager. The Azure Application Gateway itself supports multiple zones and regions, offering built-in high availability and resilience features.

    Azure Application Gateway's multi-zone redundancy allows it to withstand the failure of an entire Azure zone, ensuring your application remains available. This built-in feature means that unless you are preparing for regional failover, you may not need Azure Traffic Manager.

    For those preparing for regional failover, Traffic Manager can be combined with Application Gateway. Traffic Manager routes user requests to the most appropriate service endpoint based on DNS-level routing, which is effective for zone/regional failover solutions.

    For more detailed information and step-by-step guidance on configuring high availability and scalability for your Azure Application Gateway, please refer to the official Azure documentation.

    Resources:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

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.