You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Resource Manager templates for Azure Front Door and Web Application Firewall
13
13
14
14
The following table includes links to Azure Resource Manager templates for Azure Front Door and Web Application Firewall.
15
15
16
+
::: zone pivot="front-door-standard-premium"
17
+
16
18
| Template | Description |
17
19
| -------- | ----------- |
18
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. |
19
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. |
20
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. |
21
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. |
0 commit comments