Use and setup of WAF with Azure App Service Web Application?
Asked Answered
K

1

13

I run a number of App Service MVC Asp.Net web applications. I think it would be a good idea to add a WAF to the front the App Service website to enable OWASP protection as well as more visibility on suspicious attacks. Also I would want this to be linked into Azure Security Centre.

As far as I can see this is not a problem with VM websites, but with App Service websites I have seen SO comment (April 2017) about how this may not be supported. Although this information may be outdated now.

1) Am I just trying to replace existing threat detection features that is built into App Services, so adding a WAF is not required?

2) If required, is App Service WAFs supported, and especially linked to Azure Security Centre.

3) If required and possible, then any pointers please?

By the way, I have considered the use of Cloudflare as a WAF wrapper around Azure which looks interesting, but intitially wanted to check out Azure functionality to start with.

Thanks.

Kierkegaard answered 4/4, 2018 at 0:50 Comment(0)
S
10

1) WAF is supported and recommended even for App Service because it will improve your security capabilities while also providing you with more control and real-time monitoring.

Configure App Service Web Apps with Application Gateway

2) Yes to both. See here:

Azure Security Center and Microsoft Web Application Firewall Integration

3) See above links :)

Scientist answered 4/4, 2018 at 2:22 Comment(4)
Thanks for this. Is setup only possible via Powershell, or can the Azure Portal be used as well?Kierkegaard
You can deploy the Application Gateway through the Portal UI, but to configure it with App Service you still need PS.Scientist
Thanks...Bruno, appreciatedKierkegaard
Looks like you can configure Application Gateway with App Service using the Portal now. learn.microsoft.com/en-us/azure/application-gateway/…Oppenheimer

© 2022 - 2024 — McMap. All rights reserved.