SOLVED

Is Application Gateway enough for PaaS based HTTPS enabled application

Brass Contributor

Hello folks,

 

We are planning to deploy Web app in Azure and checking as what is the latest option to take care of Vulnerability besides Firewall level security.

 

Is Application gateway in front of the Web Apps enough or do I need to factor Azure Front Door?

 

3 Replies
best response confirmed by Admin O365 (Brass Contributor)
Solution

@Admin O365 

 

Hi  it depend of your routing and availability requirement 

If your application don't need to be deployed cross region you can go with application gateway +waf which provide protection against Top 10 Owasp vulnerabilities .

 

In the documentation it is mentionned : 

While both Front Door and Application Gateway are layer 7 (HTTP/HTTPS) load balancers, the primary difference is that Front Door is a global service whereas Application Gateway is a regional service. While Front Door can load balance between your different scale units/clusters/stamp units across regions, Application Gateway allows you to load balance between your VMs/containers etc. that is within the scale unit.

Frequently asked questions about Azure Application Gateway | Microsoft Docs

Azure Front Door - Frequently Asked Questions | Microsoft Docs

@Sumit Sancheti 

 

Do you need more help on this ? If not can you mark it as answer please ? 

1 best response

Accepted Solutions
best response confirmed by Admin O365 (Brass Contributor)
Solution

@Admin O365 

 

Hi  it depend of your routing and availability requirement 

If your application don't need to be deployed cross region you can go with application gateway +waf which provide protection against Top 10 Owasp vulnerabilities .

 

In the documentation it is mentionned : 

While both Front Door and Application Gateway are layer 7 (HTTP/HTTPS) load balancers, the primary difference is that Front Door is a global service whereas Application Gateway is a regional service. While Front Door can load balance between your different scale units/clusters/stamp units across regions, Application Gateway allows you to load balance between your VMs/containers etc. that is within the scale unit.

Frequently asked questions about Azure Application Gateway | Microsoft Docs

Azure Front Door - Frequently Asked Questions | Microsoft Docs

View solution in original post