azure-waf
Installation
SKILL.md
Azure Web Application Firewall (WAF)
Azure WAF is an OWASP-aligned application-layer firewall available in two host services:
- Azure Front Door (Premium / Standard) — global, anycast, edge-tier, ideal for internet-facing apps and APIs that benefit from edge presence and built-in caching.
- Azure Application Gateway (WAF v2) — regional, integrated with backend pools, ideal for app-internal or VNet-bound workloads that already terminate on App Gateway.
When to use
Protecting public web applications and APIs from layer-7 attacks: SQLi, XSS, RCE patterns, automated scanners, credential stuffing, scraping, and bot abuse. Use this skill for host selection, policy authoring, exclusion tuning, and operational ownership.
Do not use this skill for layer 3/4 DDoS (azure-ddos-protection), east-west /
non-HTTP traffic (azure-firewall), or non-HTTP protocols.