Skip to content

Commit 2a3b23d

Browse files
committed
acrolinx
1 parent acdfe1e commit 2a3b23d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: template-how-to #Required; leave this attribute/value as-is.
1010
---
1111
# Manage inbound NAT rules for Azure Load Balancer using the Azure portal
1212

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.
1414

1515
There are two types of inbound NAT rule:
1616

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

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

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.
9191

9292
1. Sign in to the [Azure portal](https://portal.azure.com).
9393

@@ -120,7 +120,7 @@ In this example you'll create an inbound NAT rule to forward a range of ports st
120120

121121
# [**CLI**](#tab/inbound-nat-rule-cli)
122122

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.
124124

125125
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.
126126

0 commit comments

Comments
 (0)