Skip to content

Commit 5a3787a

Browse files
authored
Merge pull request #87501 from teresayao/patch-6
Update waf-faq.md
2 parents f20d868 + 0daaf24 commit 5a3787a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/frontdoor/waf-faq.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ Deploying a WAF policy globally usually takes about 5 minutes and often complete
4848

4949
When integrated with Front Door Service, WAF is a global resource. Same configuration applies across all Front Door locations.
5050

51-
## How do I limit access to my back-end to be from Front Door only?
52-
53-
You may configure IP Access Control List in your back-end to allow for only Front Door outbound IP address ranges and deny any direct access from Internet. Service tags are supported for you to use on your virtual network. In addition, you can verify that the X-Forwarded-Host HTTP header field is valid for your web application.
54-
55-
56-
5751

5852
## Which Azure WAF options should I choose?
5953

@@ -68,6 +62,9 @@ Currently, ModSec CRS 2.2.9 and CRS 3.0 rules are only supported with WAF at App
6862

6963
Globally distributed at Azure network edges, Azure Front Door can absorb and geographically isolate large volume attacks. You can create custom WAF policy to automatically block and rate limit http(s) attacks that have known signatures. Further more, you can enable DDoS Protection Standard on the VNet where your back-ends are deployed. Azure DDoS Protection Standard customers receive additional benefits including cost protection, SLA guarantee, and access to experts from DDoS Rapid Response Team for immediate help during an attack.
7064

65+
We recommend locking down your backends in production environment to reduce DDoS attack surface. See [How do I lock down the access to my backend to only Azure Front Door?](https://docs.microsoft.com/en-us/azure/frontdoor/front-door-faq#how-do-i-lock-down-the-access-to-my-backend-to-only-azure-front-door)
66+
67+
7168
## Next steps
7269

7370
- Learn about [Azure web application firewall](waf-overview.md).

0 commit comments

Comments
 (0)