Skip to content

Commit d6aa14d

Browse files
Merge pull request #296810 from halkazwini/afd-toc
TOC update
2 parents fcb2236 + 7b7f3fb commit d6aa14d

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

articles/web-application-firewall/ag/quick-create-bicep.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ In this quickstart, you use Bicep to create an Azure Web Application Firewall v2
1616

1717
[!INCLUDE [About Bicep](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-bicep-introduction.md)]
1818

19-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
20-
2119
## Prerequisites
2220

2321
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/web-application-firewall/ag/quick-create-template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ ms.custom: subject-armqs, devx-track-azurepowershell, mode-arm, devx-track-arm-t
1111
# Customer intent: As a cloud administrator, I want to quickly deploy a Web Application Firewall v2 on Azure Application Gateway for production environments or to evaluate WAF v2 functionality.
1212
---
1313

14-
# Quickstart: Create an Azure Web Application Firewall v2 by using an ARM template
14+
# Quickstart: Create an Azure Web Application Firewall v2 using an ARM template
1515

1616
In this quickstart, you use an Azure Resource Manager template (ARM template) to create an Azure Web Application Firewall (WAF) v2 on Azure Application Gateway.
1717

1818
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
1919

20-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
21-
2220
If your environment meets the prerequisites and you're familiar with using ARM templates, you can select the **Deploy to Azure** button to open the template in the Azure portal.
2321

2422
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fag-docs-wafv2%2Fazuredeploy.json":::
@@ -96,7 +94,7 @@ To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
9694
Remove-AzResourceGroup -Name "<your resource group name>"
9795
```
9896

99-
## Next steps
97+
## Next step
10098

10199
> [!div class="nextstepaction"]
102-
> [Tutorial: Create an application gateway with a Web Application Firewall by using the Azure portal](application-gateway-web-application-firewall-portal.md)
100+
> [Create an application gateway with a Web Application Firewall using the Azure portal](application-gateway-web-application-firewall-portal.md)

articles/web-application-firewall/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ items:
3434
href: ./ag/tutorial-restrict-web-traffic-powershell.md
3535
- name: Azure CLI
3636
href: ./ag/tutorial-restrict-web-traffic-cli.md
37+
- name: Create Web Application Firewall v2 - ARM template
38+
href: ./ag/quick-create-template.md
3739
- name: Create Web Application Firewall v2 - Bicep
3840
href: ./ag/quick-create-bicep.md
39-
- name: Deploy Web Application Firewall v2 - ARM template
40-
href: ./ag/quick-create-template.md
4141
- name: Front Door
4242
items:
4343
- name: Create WAF policy - portal

0 commit comments

Comments
 (0)