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
description: This tutorial shows how to configure port forwarding using Azure Load Balancer to create a connection to multiple virtual machines in an Azure virtual network.
5
5
author: asudbring
@@ -10,7 +10,7 @@ ms.date: 03/10/2022
10
10
ms.custom: template-tutorial
11
11
---
12
12
13
-
# Tutorial: Create a multiple instance inbound NAT rule using the Azure portal
13
+
# Tutorial: Create a multiple virtual machines inbound NAT rule using the Azure portal
14
14
15
15
Inbound NAT rules allow you to connect to virtual machines (VMs) in an Azure virtual network by using an Azure Load Balancer public IP address and port number.
16
16
@@ -102,7 +102,7 @@ A virtual network and subnet is required for the resources in the tutorial. In t
102
102
| NIC network security group | Select **Advanced**. |
103
103
| Configure network security group | Select the existing **myNSG**|
104
104
105
-
## Create load balancer
105
+
## Create a load balancer
106
106
107
107
You'll create a load balancer in this section. The frontend IP, backend pool, load-balancing, and inbound NAT rules are configured as part of the creation.
108
108
@@ -206,7 +206,7 @@ You'll create a load balancer in this section. The frontend IP, backend pool, lo
206
206
207
207
27. Select **Create**.
208
208
209
-
## Create multiple instance inbound NAT rule
209
+
## Create a multiple VMs inbound NAT rule
210
210
211
211
In this section, you'll create a multiple instance inbound NAT rule to the backend pool of the load balancer.
212
212
@@ -233,7 +233,7 @@ In this section, you'll create a multiple instance inbound NAT rule to the backe
233
233
234
234
6. Leave the rest at the default and select **Add**.
235
235
236
-
## Create NAT gateway
236
+
## Create a NAT gateway
237
237
238
238
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network.
0 commit comments