Skip to content

Commit 8776516

Browse files
committed
Add Front Door WAF ARM template samples
1 parent 1f49d80 commit 8776516

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
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+
| Template | Description |
17+
| -------- | ----------- |
18+
| [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+
| [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+
| [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+
| [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. |

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)