Internet Traffic Flow for Web App Server in multi region and placement of Azure Traffic manager & NVA & App Gateway

SAP Azure 1 Reputation point
2021-09-30T21:57:22.97+00:00

Hello All,
I`m trying to implement Traffic Manager, application gateway and Palo Alto Firewall. However, not sure what Is the right flow after Traffic Manager i.e.

I have NVA firewall in region 1 only and no firewall in region 2. App service and DB implemented in both regions

Example: Accessing a Web Server via Internet through Traffic Manager

Internet ---->Traffic Manager (using performance routing between 2 regions)----> Azure App Gateway - WAF ----> Target App Service

is it possible to protect the traffic with NVA firewall also or no need, what is the recommended design and traffic flow? and where to add Azure CDN?

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
111 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.
965 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
404 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 23,106 Reputation points Microsoft Employee
    2021-10-01T22:13:11.52+00:00

    Hello @SAP Azure , Thank you for reaching out.

    Yes it is possible to protect traffic with NVA firewall as you can redirect all traffic through it using static routes/ User Defined routes. You can refer to this architecture for implementing highly available NVAs in Azure.
    Azure Azure App Gateway - WAF provides these benefits, at application layer and is highly recommended for web workloads. Regarding implementing a Firewall along with a WAF you can refer to this document which describes the benefits of implementing both and in what order. Additionally you can also follow this best practices doc for NVA deployment.

    As both Azure Traffic manager and Azure CDN come under Application delivery services of Azure Networking. You can go through this document to understand the benefits of using them together.

    Please let me if have any additional questions or concerns, I will be glad to continue with our discussion. Thank you!

    0 comments No comments