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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ Use [az network lb inbound-nat-rule create](/cli/azure/network/lb/inbound-nat-ru
212
212
213
213
# [**Portal**](#tab/inbound-nat-rule-portal)
214
214
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**
216
216
217
217
1. Sign in to the [Azure portal](https://portal.azure.com).
218
218
@@ -226,7 +226,7 @@ To accommodate more virtual machines in the backend pool in a multiple instance
226
226
227
227
:::image type="content" source="./media/manage-inbound-nat-rules/select-inbound-nat-rule.png" alt-text="Screenshot of inbound NAT rule overview.":::
228
228
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**.
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**
268
268
269
269
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.
0 commit comments