Skip to content

Commit 8565ad6

Browse files
committed
Add Front Door classic samples
1 parent 8776516 commit 8565ad6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/web-application-firewall/afds/resource-manager-template-samples.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,30 @@ ms.service: web-application-firewall
77
ms.topic: sample
88
ms.date: 08/16/2022
99
ms.author: jodowns
10-
10+
zone_pivot_groups: front-door-tiers
1111
---
1212
# Azure Resource Manager templates for Azure Front Door and Web Application Firewall
1313

1414
The following table includes links to Azure Resource Manager templates for Azure Front Door and Web Application Firewall.
1515

16+
::: zone pivot="front-door-standard-premium"
17+
1618
| Template | Description |
1719
| -------- | ----------- |
1820
| [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. |
1921
| [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. |
2022
| [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. |
2123
| [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

Comments
 (0)