Skip to content

Commit e24cb49

Browse files
Merge pull request #294877 from duongau/azsecurity
Azure Network Security - WAF and Firewall content (Review and update)
2 parents 5bb92f3 + 18d7170 commit e24cb49

File tree

6 files changed

+98
-95
lines changed

6 files changed

+98
-95
lines changed

articles/security/develop/secure-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Check your application's performance before you launch it or deploy updates to p
3030

3131
### Install a web application firewall
3232

33-
Web applications are increasingly targets of malicious attacks that exploit common known vulnerabilities. Common among these exploits are SQL injection attacks and cross-site scripting attacks. Preventing these attacks in application code can be challenging. It might require rigorous maintenance, patching, and monitoring at many layers of the application topology. A centralized WAF helps make security management simpler. A WAF solution can also react to a security threat by patching a known vulnerability at a central location versus securing each individual web application.
33+
Web applications are frequent targets of malicious attacks, such as SQL injection and cross-site scripting. Preventing these attacks in application code can be complex, requiring rigorous maintenance, patching, and monitoring across multiple layers of the application. A centralized Web Application Firewall (WAF) simplifies security management by addressing vulnerabilities at a central point rather than securing each individual web application.
3434

35-
The [Azure Application Gateway WAF](../../web-application-firewall/ag/ag-overview.md) provides centralized protection of your web applications from common exploits and vulnerabilities. The WAF is based on rules from the [OWASP core rule sets](https://owasp.org/www-project-modsecurity-core-rule-set/) 3.0 or 2.2.9.
35+
The [Azure Web Application Firewall](../../web-application-firewall/overview.md) for [Azure Application Gateway](../../web-application-firewall/ag/ag-overview.md) and [Azure Front Door](../../web-application-firewall/afds/afds-overview.md) offers centralized protection against common exploits and vulnerabilities. The WAF uses rules from the [OWASP core rule sets](https://owasp.org/www-project-modsecurity-core-rule-set/) 3.0 or 2.2.9 to provide robust security for your web applications.
3636

3737
### Create an incident response plan
3838

0 commit comments

Comments
 (0)