Skip to content

Commit 1f5b1f8

Browse files
committed
Modified from 'how-to' to Quickstart
1 parent 7bf488c commit 1f5b1f8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/application-gateway/application-gateway-terraform.md renamed to articles/application-gateway/quick-create-terraform.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
---
2-
title: Deploy an Azure Application Gateway v2 using Terraform to direct web traffic
2+
title: 'Quickstart: Direct web traffic using Terraform'
3+
titleSuffix: Azure Application Gateway
34
description: Learn how to use Terraform to create an Azure Application Gateway that directs web traffic to virtual machines in a backend pool.
45
services: application-gateway
56
author: greg-lindsay
67
ms.service: application-gateway
78
ms.topic: how-to
89
ms.author: greglin
9-
ms.date: 09/25/2023
10+
ms.date: 09/26/2023
1011
ms.custom: devx-track-terraform
1112
content_well_notification:
1213
- AI-contribution
1314
---
1415

15-
# Deploy an Azure Application Gateway v2 using Terraform to direct web traffic
16+
# Quickstart: Direct web traffic with Azure Application Gateway - Terraform
1617

17-
In this article, you use Terraform to deploy an Azure Application Gateway v2 and two Windows Server 2019 Datacenter test servers for the backend pool.
18+
In this quickstart, you use Bicep to create an Azure Application Gateway. Then you test the application gateway to make sure it works correctly.
19+
20+
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
1821

1922
> [!div class="checklist"]
2023
> * Create an Azure resource group using [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)

articles/application-gateway/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
displayName: Resource Manager
2727
href: quick-create-template.md
2828
- name: Create Application Gateway - Terraform
29-
href: /azure/developer/terraform/application-gateway-quickstart?toc=/azure/application-gateway/toc.json&bc=/azure/application-gateway/breadcrumb/toc.json
29+
href: quick-create-terraform.md
3030
- name: Tutorials
3131
items:
3232
- name: Secure with SSL

0 commit comments

Comments
 (0)