You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/quickstart-load-balancer-standard-public-terraform.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,21 @@
1
1
---
2
-
title: 'Quickstart: Create an internal load balancer - Terraform'
2
+
title: 'Quickstart: Create a public load balancer - Terraform'
3
3
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.
5
5
services: load-balancer
6
6
author: mbender-ms
7
-
manager: kumud
7
+
manager: kumudD
8
8
ms.service: azure-load-balancer
9
9
ms.topic: quickstart
10
10
ms.date: 04/01/2025
11
11
ms.author: mbender
12
12
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.
16
14
---
17
15
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
19
17
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.
@@ -31,11 +29,8 @@ This quickstart shows you how to deploy a standard internal load balancer and tw
31
29
> * 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)
32
30
> * Create an Azure Linux Virtual Machine using [azurerm_linux_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine)
33
31
> * 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)
36
32
37
33
## Prerequisites
38
-
39
34
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
40
35
41
36
-[Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
0 commit comments