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/manage-inbound-nat-rules.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ An inbound NAT rule is used to forward traffic from a load balancer frontend to
14
14
15
15
There are two types of inbound NAT rule:
16
16
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
18
18
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
20
20
21
21
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.
22
22
@@ -28,7 +28,7 @@ In this article, you'll learn how to add and remove an inbound NAT rule for both
28
28
29
29
- 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**.
30
30
31
-
## Add a single instance inbound NAT rule
31
+
## Add a single VM inbound NAT rule
32
32
33
33
# [**Portal**](#tab/inbound-nat-rule-portal)
34
34
@@ -83,7 +83,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
83
83
```
84
84
---
85
85
86
-
## Add a multiple instance inbound NAT rule
86
+
## Add a multiple VMs inbound NAT rule
87
87
88
88
# [**Portal**](#tab/inbound-nat-rule-portal)
89
89
@@ -140,7 +140,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
140
140
141
141
---
142
142
143
-
## Change frontend port allocation
143
+
## Change frontend port allocation for a multiple VM rule
0 commit comments