Skip to content

Commit 6d33408

Browse files
committed
fix screenshot
1 parent d82a182 commit 6d33408

File tree

2 files changed

+3
-3
lines changed

2 files 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
@@ -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 **1000** to **1500**. 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 a **1000**
216216

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

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

227227
:::image type="content" source="./media/manage-inbound-nat-rules/select-inbound-nat-rule.png" alt-text="Screenshot of inbound NAT rule overview.":::
228228

229-
6. In the properties of the inbound NAT rule, change the value in **Maximum number of machines in backend pool** to **1500**.
229+
6. In the properties of the inbound NAT rule, change the value in **Maximum number of machines in backend pool** to **1000**.
230230

231231
7. Select **Save**.
232232

@@ -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 frontend port allocation from **500** to **1500**. This setting will increase the maximum number of machines in the backend pool to a **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

-154 KB
Loading

0 commit comments

Comments
 (0)