|
| 1 | +--- |
| 2 | +title: Azure Resource Manager templates for Azure Front Door and Web Application Firewall |
| 3 | +description: Azure Resource Manager templates for Azure Front Door Web Application Firewall |
| 4 | +services: web-application-firewall |
| 5 | +author: johndowns |
| 6 | +ms.service: web-application-firewall |
| 7 | +ms.topic: sample |
| 8 | +ms.date: 08/16/2022 |
| 9 | +ms.author: jodowns |
| 10 | +zone_pivot_groups: front-door-tiers |
| 11 | +--- |
| 12 | +# Azure Resource Manager templates for Azure Front Door and Web Application Firewall |
| 13 | + |
| 14 | +The following table includes links to Azure Resource Manager templates for Azure Front Door and Web Application Firewall. |
| 15 | + |
| 16 | +::: zone pivot="front-door-standard-premium" |
| 17 | + |
| 18 | +| Template | Description | |
| 19 | +| -------- | ----------- | |
| 20 | +| [Front Door with Web Application Firewall and managed rule set](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.cdn/front-door-premium-waf-managed/) | Creates a Front Door profile and WAF with managed rule set. | |
| 21 | +| [Front Door with Web Application Firewall and custom rule](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.cdn/front-door-standard-premium-waf-custom/) | Creates a Front Door profile and WAF with custom rule. | |
| 22 | +| [Front Door with Web Application Firewall and rate limit](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.cdn/front-door-standard-premium-rate-limit/) | Creates a Front Door profile and WAF with a custom rule to perform rate limiting. | |
| 23 | +| [Front Door with Web Application Firewall and geo-filtering](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.cdn/front-door-standard-premium-geo-filtering/) | Creates a Front Door profile and WAF with a custom rule to perform geo-filtering. | |
| 24 | + |
| 25 | +::: zone-end |
| 26 | + |
| 27 | +::: zone pivot="front-door-classic" |
| 28 | + |
| 29 | +| Template | Description | |
| 30 | +| ---| ---| |
| 31 | +| [Create Front Door with geo filtering](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-geo-filtering)| Create a Front Door that allows/blocks traffic from certain countries/regions. | |
| 32 | +| [Configure Front Door for client IP allowlisting or blocklisting](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-waf-clientip)| Configures a Front Door to restrict traffic certain client IPs using custom access control using client IPs. | |
| 33 | +| [Configure Front Door to take action with specific http parameters](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-waf-http-params)| Configures a Front Door to allow or block certain traffic based on the http parameters in the incoming request by using custom rules for access control using http parameters. | |
| 34 | +| [Configure Front Door rate limiting](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/front-door-rate-limiting)| Configures a Front Door to rate limit incoming traffic for a given frontend host. | |
| 35 | + |
| 36 | +::: zone-end |
0 commit comments