Skip to content

Commit 909dc86

Browse files
authored
Merge pull request #191463 from asudbring/lb-nat-howto-portal
Change wording in NAT how to
2 parents 01f1e71 + 483affe commit 909dc86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/load-balancer/manage-inbound-nat-rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ An inbound NAT rule is used to forward traffic from a load balancer frontend to
1414

1515
There are two types of inbound NAT rule:
1616

17-
* Single instance - An inbound NAT rule that targets a single machine in the backend pool of the load balancer
17+
* Single virtual machine - An inbound NAT rule that targets a single machine in the backend pool of the load balancer
1818

19-
* Multiple instance - An inbound NAT rule that targets multiple virtual machines in the backend pool of the load balancer
19+
* Multiple virtual machines - An inbound NAT rule that targets multiple virtual machines in the backend pool of the load balancer
2020

2121
In this article, you'll learn how to add and remove an inbound NAT rule for both types. You'll learn how to change the frontend port allocation in a multiple instance inbound NAT rule.
2222

@@ -28,7 +28,7 @@ In this article, you'll learn how to add and remove an inbound NAT rule for both
2828

2929
- A standard public load balancer in your subscription. For more information on creating an Azure Load Balancer, see [Quickstart: Create a public load balancer to load balance VMs using the Azure portal](quickstart-load-balancer-standard-public-portal.md). The load balancer name for the examples in this article is **myLoadBalancer**.
3030

31-
## Add a single instance inbound NAT rule
31+
## Add a single VM inbound NAT rule
3232

3333
# [**Portal**](#tab/inbound-nat-rule-portal)
3434

@@ -83,7 +83,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
8383
```
8484
---
8585

86-
## Add a multiple instance inbound NAT rule
86+
## Add a multiple VMs inbound NAT rule
8787

8888
# [**Portal**](#tab/inbound-nat-rule-portal)
8989

@@ -140,7 +140,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
140140

141141
---
142142

143-
## Change frontend port allocation
143+
## Change frontend port allocation for a multiple VM rule
144144

145145
# [**Portal**](#tab/inbound-nat-rule-portal)
146146

0 commit comments

Comments
 (0)