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
# Manage inbound NAT rules for Azure Load Balancer using the Azure portal
12
12
13
-
An inbound NAT rule is used to forward traffic from a port of the load balancer frontend to a port of one or more instances in the load balancer backend pool.
13
+
An inbound NAT rule is used to forward traffic from a load balancer frontend to one or more instances in the backend pool.
14
14
15
15
There are two types of inbound NAT rule:
16
16
@@ -87,7 +87,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
87
87
88
88
# [**Portal**](#tab/inbound-nat-rule-portal)
89
89
90
-
In this example you'll create an inbound NAT rule to forward a range of ports starting at port 500 to backend port 443.
90
+
In this example, you'll create an inbound NAT rule to forward a range of ports starting at port 500 to backend port 443.
91
91
92
92
1. Sign in to the [Azure portal](https://portal.azure.com).
93
93
@@ -120,7 +120,7 @@ In this example you'll create an inbound NAT rule to forward a range of ports st
120
120
121
121
# [**CLI**](#tab/inbound-nat-rule-cli)
122
122
123
-
In this example you'll create an inbound NAT rule to forward a range of ports starting at port 500 to backend port 443.
123
+
In this example, you'll create an inbound NAT rule to forward a range of ports starting at port 500 to backend port 443.
124
124
125
125
Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-rule#az-network-lb-inbound-nat-rule-create) to create the NAT rule.
0 commit comments