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.