Skip to content

Commit c86df4d

Browse files
committed
Corrections
1 parent 70947e2 commit c86df4d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

articles/load-balancer/quickstart-load-balancer-standard-public-terraform.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
2-
title: 'Quickstart: Create an internal load balancer - Terraform'
2+
title: 'Quickstart: Create a public load balancer - Terraform'
33
titleSuffix: Azure Load Balancer
4-
description: This quickstart shows how to create an internal load balancer by using Terraform.
4+
description: This quickstart shows how to create a load balancer by using Terraform.
55
services: load-balancer
66
author: mbender-ms
7-
manager: kumud
7+
manager: kumudD
88
ms.service: azure-load-balancer
99
ms.topic: quickstart
1010
ms.date: 04/01/2025
1111
ms.author: mbender
1212
ms.custom: devx-track-terraform
13-
content_well_notification:
14-
- AI-contribution
15-
#Customer intent: I want to create an internal load balancer by using Terraform so that I can load balance internal traffic to VMs.
13+
#Customer intent: I want to create a load balancer by using Terraform so that I can load balance internet traffic to VMs.
1614
---
1715

18-
# Quickstart: Create an internal load balancer to load balance internal traffic to VMs using Terraform
16+
# Quickstart: Create a public load balancer to load balance VMs using Terraform
1917

20-
This quickstart shows you how to deploy a standard internal load balancer and two virtual machines using Terraform. Additional resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
18+
This quickstart shows you how to deploy a standard load balancer to load balance VMs (virtual machines) using Terraform.
2119

2220
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2321

@@ -31,11 +29,8 @@ This quickstart shows you how to deploy a standard internal load balancer and tw
3129
> * Create an Azure network interface load balancer backend address pool association using [azurerm_network_interface_backend_address_pool_association](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface_backend_address_pool_association)
3230
> * Create an Azure Linux Virtual Machine using [azurerm_linux_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine)
3331
> * Create an Azure Virtual Machine Extension using [azurerm_virtual_machine_extension](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_machine_extension)
34-
> * Create an Azure NAT Gateway using [azurerm_nat_gateway](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/nat_gateway)
35-
> * Create an Azure Bastion using [azurerm_bastion_host](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/bastion_host)
3632
3733
## Prerequisites
38-
3934
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4035

4136
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)

0 commit comments

Comments
 (0)