File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
articles/application-gateway Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
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
3
4
description : Learn how to use Terraform to create an Azure Application Gateway that directs web traffic to virtual machines in a backend pool.
4
5
services : application-gateway
5
6
author : greg-lindsay
6
7
ms.service : application-gateway
7
8
ms.topic : how-to
8
9
ms.author : greglin
9
- ms.date : 09/25 /2023
10
+ ms.date : 09/26 /2023
10
11
ms.custom : devx-track-terraform
11
12
content_well_notification :
12
13
- AI-contribution
13
14
---
14
15
15
- # Deploy an Azure Application Gateway v2 using Terraform to direct web traffic
16
+ # Quickstart: Direct web traffic with Azure Application Gateway - Terraform
16
17
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 )]
18
21
19
22
> [ !div class="checklist"]
20
23
> * Create an Azure resource group using [ azurerm_resource_group] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group )
Original file line number Diff line number Diff line change 26
26
displayName : Resource Manager
27
27
href : quick-create-template.md
28
28
- 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
30
30
- name : Tutorials
31
31
items :
32
32
- name : Secure with SSL
You can’t perform that action at this time.
0 commit comments