An Azure network security service that is used to protect Azure Virtual Network resources.
I think you can have a look at this link:
https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Folks,
Can anyone here please share some thoughts and comments of when to use Azure WAF or Azure Firewall?
I have already existing Azure ExpressRoute so my Azure VMs can ping my OnPremise servers, and vice versa.
My purpose here is to be able to securely publish Azure Web Application & API that is accessing the database on my OnPremise SQL server.
Thanks in advance.
An Azure network security service that is used to protect Azure Virtual Network resources.
An Azure service that provides protection for web apps.
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
I think you can have a look at this link:
https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway
What would be the difference between WAF and firewall IDPS? Would IDPS be enough?
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
For your question:
This is definitely a good approach to secure your app service if it is exposed to public internet.
Public Internet Users –connects via the internet--> Application gateway (WAF) –secure and protect --> App Service –gets the data from--> Local OnPremise SQL Database.
Hope this answers!