Skip to content

Commit a6d48a3

Browse files
committed
fixes
1 parent 6d33408 commit a6d48a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this article, you'll learn how to add and remove an inbound NAT rule for both
3434

3535
# [**Portal**](#tab/inbound-nat-rule-portal)
3636

37-
In this example, you'll create an inbound NAT rule to forward port 500 to backend port 443.
37+
In this example, you'll create an inbound NAT rule to forward port **500** to backend port **443**.
3838

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

@@ -68,7 +68,7 @@ In this example, you'll create an inbound NAT rule to forward port 500 to backen
6868

6969
# [**PowerShell**](#tab/inbound-nat-rule-powershell)
7070

71-
In this example, you'll create an inbound NAT rule to forward port 500 to backend port 443.
71+
In this example, you'll create an inbound NAT rule to forward port **500** to backend port **443**.
7272

7373
Use [Get-AzLoadBalancer](/powershell/module/az.network/get-azloadbalancer) to place the load balancer information into a variable.
7474

@@ -100,7 +100,7 @@ $lb | Set-AzLoadBalancer
100100

101101
# [**CLI**](#tab/inbound-nat-rule-cli)
102102

103-
In this example, you'll create an inbound NAT rule to forward port 500 to backend port 443.
103+
In this example, you'll create an inbound NAT rule to forward port **500** to backend port **443**.
104104

105105
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.
106106

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

213213
# [**Portal**](#tab/inbound-nat-rule-portal)
214214

215-
To accommodate more virtual machines in the backend pool in a multiple instance rule, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the **Maximum number of machines in backend pool** from **500** to **1000**. This setting will increase the maximum number of machines in the backend pool to a **1000**
215+
To accommodate more virtual machines in the backend pool in a multiple instance rule, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the **Maximum number of machines in backend pool** from **500** to **1000**. This setting will increase the maximum number of machines in the backend pool to **1000**.
216216

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

@@ -234,7 +234,7 @@ To accommodate more virtual machines in the backend pool in a multiple instance
234234

235235
# [**PowerShell**](#tab/inbound-nat-rule-powershell)
236236

237-
To accommodate more virtual machines in the backend pool in a multiple instance rule, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the parameter `-FrontendPortRangeEnd' to **1500**. This setting will increase the maximum number of machines in the backend pool to a **1000**
237+
To accommodate more virtual machines in the backend pool in a multiple instance rule, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the parameter `-FrontendPortRangeEnd` to **1500**. This setting will increase the maximum number of machines in the backend pool to **1000**.
238238

239239
Use [Get-AzLoadBalancer](/powershell/module/az.network/get-azloadbalancer) to place the load balancer information into a variable.
240240

@@ -264,7 +264,7 @@ $lb | Set-AzLoadBalancerInboundNatRuleConfig @rule
264264

265265
# [**CLI**](#tab/inbound-nat-rule-cli)
266266

267-
To accommodate more virtual machines in the backend pool, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the frontend port allocation from **500** to **1500**. This setting will increase the maximum number of machines in the backend pool to a **1000**
267+
To accommodate more virtual machines in the backend pool, change the frontend port allocation in the inbound NAT rule. In this example, you'll change the parameter `--frontend-port-range-end` to **1500**. This setting will increase the maximum number of machines in the backend pool to **1000**
268268

269269
Use [az network lb inbound-nat-rule update](/cli/azure/network/lb/inbound-nat-rule#az-network-lb-inbound-nat-rule-update) to change the frontend port allocation.
270270

0 commit comments

Comments
 (0)