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
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**.
72
72
73
73
Use [Get-AzLoadBalancer](/powershell/module/az.network/get-azloadbalancer) to place the load balancer information into a variable.
74
74
@@ -100,7 +100,7 @@ $lb | Set-AzLoadBalancer
100
100
101
101
# [**CLI**](#tab/inbound-nat-rule-cli)
102
102
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**.
104
104
105
105
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.
106
106
@@ -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 **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**.
216
216
217
217
1. Sign in to the [Azure portal](https://portal.azure.com).
218
218
@@ -234,7 +234,7 @@ To accommodate more virtual machines in the backend pool in a multiple instance
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**.
238
238
239
239
Use [Get-AzLoadBalancer](/powershell/module/az.network/get-azloadbalancer) to place the load balancer information into a variable.
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**
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