Skip to content

Commit 7220449

Browse files
authored
Merge pull request #208236 from johndowns/waf-front-door-resource-manager-samples
Front Door WAF - Add ARM template samples
2 parents c03141f + 8565ad6 commit 7220449

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.date: 09/28/2019
99
ms.author: victorh
1010

1111
---
12-
# Azure Resource Manager templates for Azure Web Application Firewall
12+
# Azure Resource Manager templates for Azure Application Gateway and Web Application Firewall
1313

14-
The following table includes links to Azure Resource Manager templates for Azure Web Application Firewall.
14+
The following table includes links to Azure Resource Manager templates for Azure Application Gateway and Web Application Firewall.
1515

1616
| Template | Description |
1717
| -------- | ----------- |

articles/web-application-firewall/toc.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,16 @@
4242
href: ./afds/waf-front-door-create-portal.md
4343
- name: Samples
4444
items:
45-
- name: Azure PowerShell
46-
href: ./ag/powershell-samples.md
47-
- name: Resource Manager templates
48-
href: ./ag/resource-manager-template-samples.md
45+
- name: Application Gateway
46+
items:
47+
- name: Azure PowerShell
48+
href: ./ag/powershell-samples.md
49+
- name: Resource Manager templates
50+
href: ./ag/resource-manager-template-samples.md
51+
- name: Front Door
52+
items:
53+
- name: Resource Manager templates
54+
href: ./afds/resource-manager-template-samples.md
4955
- name: Concepts
5056
items:
5157
- name: Application Gateway

0 commit comments

Comments
 (0)