Skip to content

Commit 592b046

Browse files
authored
Merge pull request #191492 from asudbring/lb-portforwardmulti-new
Fix wording
2 parents 462a3f7 + b80b582 commit 592b046

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/load-balancer/tutorial-nat-rule-multi-instance-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Create a multiple instance inbound NAT rule - Azure portal"
2+
title: "Tutorial: Create a multiple virtual machines inbound NAT rule - Azure portal"
33
titleSuffix: Azure Load Balancer
44
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.
55
author: asudbring
@@ -10,7 +10,7 @@ ms.date: 03/10/2022
1010
ms.custom: template-tutorial
1111
---
1212

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
1414

1515
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.
1616

@@ -21,7 +21,7 @@ In this tutorial, you learn how to:
2121
> [!div class="checklist"]
2222
> * Create a virtual network and virtual machines
2323
> * Create a standard SKU public load balancer with frontend IP, health probe, backend configuration, and load-balancing rule
24-
> * Create a multiple instance inbound NAT rule
24+
> * Create a multiple VMs inbound NAT rule
2525
> * Create a NAT gateway for outbound internet access for the backend pool
2626
> * Install and configure a web server on the VMs to demonstrate the port forwarding and load-balancing rules
2727
@@ -102,7 +102,7 @@ A virtual network and subnet is required for the resources in the tutorial. In t
102102
| NIC network security group | Select **Advanced**. |
103103
| Configure network security group | Select the existing **myNSG** |
104104

105-
## Create load balancer
105+
## Create a load balancer
106106

107107
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.
108108

@@ -206,7 +206,7 @@ You'll create a load balancer in this section. The frontend IP, backend pool, lo
206206

207207
27. Select **Create**.
208208

209-
## Create multiple instance inbound NAT rule
209+
## Create a multiple VMs inbound NAT rule
210210

211211
In this section, you'll create a multiple instance inbound NAT rule to the backend pool of the load balancer.
212212

@@ -233,7 +233,7 @@ In this section, you'll create a multiple instance inbound NAT rule to the backe
233233

234234
6. Leave the rest at the default and select **Add**.
235235

236-
## Create NAT gateway
236+
## Create a NAT gateway
237237

238238
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network.
239239

0 commit comments

Comments
 (0)