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
#Customer intent: I want to create a internal load balancer so that I can load balance internal traffic to VMs.
13
13
---
14
14
15
15
# Quickstart: Create an internal load balancer to load balance VMs using the Azure portal
16
16
17
-
Get started with Azure Load Balancer by using the Azure portal to create an internal load balancer for a backend pool with two virtual machines. Additional resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
17
+
Get started with Azure Load Balancer by using the Azure portal to create an internal load balancer for a backend pool with two virtual machines. Other resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
18
18
19
19
:::image type="content" source="media/quickstart-load-balancer-standard-internal-portal/internal-load-balancer-resources.png" alt-text="Diagram of resources deployed for internal load balancer.":::
20
20
@@ -72,7 +72,7 @@ A private IP address in the virtual network is configured as the frontend for th
72
72
73
73
An Azure Bastion host is created to securely manage the virtual machines and install IIS.
74
74
75
-
In this section, you'll create a virtual network, subnet, and Azure Bastion host.
75
+
In this section, you create a virtual network, subnet, and Azure Bastion host.
76
76
77
77
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual Networks** in the search results.
78
78
@@ -138,7 +138,7 @@ In this section, you'll create a virtual network, subnet, and Azure Bastion host
138
138
139
139
In this section, you create a load balancer that load balances virtual machines.
140
140
141
-
During the creation of the load balancer, you'll configure:
141
+
During the creation of the load balancer, you configure:
142
142
143
143
- Frontend IP address
144
144
- Backend pool
@@ -214,7 +214,7 @@ During the creation of the load balancer, you'll configure:
214
214
215
215
## Create virtual machines
216
216
217
-
In this section, you'll create two VMs (**myVM1** and **myVM2**) in two different zones (**Zone 1** and **Zone 2**).
217
+
In this section, you create two VMs (**myVM1** and **myVM2**) in two different zones (**Zone 1** and **Zone 2**).
218
218
219
219
These VMs are added to the backend pool of the load balancer that was created earlier.
220
220
@@ -280,7 +280,7 @@ These VMs are added to the backend pool of the load balancer that was created ea
280
280
281
281
## Create test virtual machine
282
282
283
-
In this section, you'll create a VM named **myTestVM**. This VM will be used to test the load balancer configuration.
283
+
In this section, you create a VM named **myTestVM**. This VM is used to test the load balancer configuration.
284
284
285
285
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
286
286
@@ -363,7 +363,7 @@ In this section, you'll create a VM named **myTestVM**. This VM will be used to
363
363
364
364
## Test the load balancer
365
365
366
-
In this section, you'll test the load balancer by connecting to the **myTestVM** and verifying the webpage.
366
+
In this section, you test the load balancer by connecting to the **myTestVM** and verifying the webpage.
367
367
368
368
1. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancers** in the search results.
0 commit comments