简体   繁体   中英

doesn't Azure AppService with WAF (non-isolated) still remains publicly accessible?

Assuming I'm using non-isolated app service, the recommendation to protect web app against ddos kind of attack is to put firewall in front of it. My Question: Even if I have done following:

App Service (IP configured to allow WAF IPs only) -- WAF (with all security layers) -- Internet

Why would a malicious actor go through WAF? Am I not still as secure as the native security offered by App Service? If all I want is to whitelist certain IPs (no layer 7 rules), do I get any additional benefit with WAF?

Why would a malicious actor go through WAF?

When user sends a request to server, it will go through the WAF first, not directly to the server. Here is a diagram from the doc which describes the flow:

在此处输入图像描述

Am I not still as secure as the native security offered by App Service?

No, you will still be as secure as the native security offered by App Service.

If all I want is to whitelist certain IPs (no layer 7 rules), do I get any additional benefit with WAF?

As far as I know, no additional benefit with WAF.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM