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/tutorial-load-balancer-port-forwarding-portal.md
+45-45Lines changed: 45 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ For more information about Azure Load Balancer rules, see [Manage rules for Azur
19
19
In this tutorial, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
-
> * Create a virtual network and virtual machines.
23
-
> * Create a NAT gateway for outbound internet access for the backend pool.
24
-
> * Create a standard SKU public load balancer with frontend IP, health probe, backend configuration, load-balancing rule, and inbound NAT rules.
25
-
> * Install and configure a web server on the VMs to demonstrate the port forwarding and load-balancing rules.
22
+
> * Create a virtual network and virtual machines
23
+
> * Create a standard SKU public load balancer with frontend IP, health probe, backend configuration, load-balancing rule, and inbound NAT rules
24
+
> * Create a NAT gateway for outbound internet access for the backend pool
25
+
> * Install and configure a web server on the VMs to demonstrate the port forwarding and load-balancing rules
26
26
27
27
## Prerequisites
28
28
@@ -103,47 +103,6 @@ A virtual network and subnet is required for the resources in the tutorial. In t
103
103
| NIC network security group | Select **Advanced**. |
104
104
| Configure network security group | Select the existing **myNSG**|
105
105
106
-
## Create NAT gateway
107
-
108
-
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network.
109
-
110
-
For more information about outbound connections and Azure Virtual Network NAT, see [Using Source Network Address Translation (SNAT) for outbound connections](load-balancer-outbound-connections.md) and [What is Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md).
111
-
112
-
1. In the search box at the top of the portal, enter **NAT gateway**. Select **NAT gateways** in the search results.
113
-
114
-
2. In **NAT gateways**, select **+ Create**.
115
-
116
-
3. In **Create network address translation (NAT) gateway**, enter or select the following information:
117
-
118
-
| Setting | Value |
119
-
| ------- | ----- |
120
-
|**Project details**||
121
-
| Subscription | Select your subscription. |
122
-
| Resource group | Select **TutorialLBPF-rg**. |
123
-
|**Instance details**||
124
-
| NAT gateway name | Enter **myNATgateway**. |
125
-
| Region | Select **West US 2**. |
126
-
| Availability zone | Select **None**. |
127
-
| Idle timeout (minutes) | Enter **15**. |
128
-
129
-
4. Select the **Outbound IP** tab or select the **Next: Outbound IP** button at the bottom of the page.
130
-
131
-
5. In **Outbound IP**, select **Create a new public IP address** next to **Public IP addresses**.
132
-
133
-
6. Enter **myNATGatewayIP** in **Name** in **Add a public IP address**.
134
-
135
-
7. Select **OK**.
136
-
137
-
8. Select the **Subnet** tab or select the **Next: Subnet** button at the bottom of the page.
138
-
139
-
9. In **Virtual network** in the **Subnet** tab, select **myVNet**.
140
-
141
-
10. Select **myBackendSubnet** under **Subnet name**.
142
-
143
-
11. Select the blue **Review + create** button at the bottom of the page, or select the **Review + create** tab.
144
-
145
-
12. Select **Create**.
146
-
147
106
## Create load balancer
148
107
149
108
You'll create a load balancer in this section. The frontend IP, backend pool, load-balancing, and inbound NAT rules are configured as part of the creation.
@@ -288,6 +247,47 @@ You'll create a load balancer in this section. The frontend IP, backend pool, lo
288
247
289
248
33. Select **Create**.
290
249
250
+
## Create NAT gateway
251
+
252
+
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network.
253
+
254
+
For more information about outbound connections and Azure Virtual Network NAT, see [Using Source Network Address Translation (SNAT) for outbound connections](load-balancer-outbound-connections.md) and [What is Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md).
255
+
256
+
1. In the search box at the top of the portal, enter **NAT gateway**. Select **NAT gateways** in the search results.
257
+
258
+
2. In **NAT gateways**, select **+ Create**.
259
+
260
+
3. In **Create network address translation (NAT) gateway**, enter or select the following information:
261
+
262
+
| Setting | Value |
263
+
| ------- | ----- |
264
+
|**Project details**||
265
+
| Subscription | Select your subscription. |
266
+
| Resource group | Select **TutorialLBPF-rg**. |
267
+
|**Instance details**||
268
+
| NAT gateway name | Enter **myNATgateway**. |
269
+
| Region | Select **West US 2**. |
270
+
| Availability zone | Select **None**. |
271
+
| Idle timeout (minutes) | Enter **15**. |
272
+
273
+
4. Select the **Outbound IP** tab or select the **Next: Outbound IP** button at the bottom of the page.
274
+
275
+
5. In **Outbound IP**, select **Create a new public IP address** next to **Public IP addresses**.
276
+
277
+
6. Enter **myNATGatewayIP** in **Name** in **Add a public IP address**.
278
+
279
+
7. Select **OK**.
280
+
281
+
8. Select the **Subnet** tab or select the **Next: Subnet** button at the bottom of the page.
282
+
283
+
9. In **Virtual network** in the **Subnet** tab, select **myVNet**.
284
+
285
+
10. Select **myBackendSubnet** under **Subnet name**.
286
+
287
+
11. Select the blue **Review + create** button at the bottom of the page, or select the **Review + create** tab.
288
+
289
+
12. Select **Create**.
290
+
291
291
## Install web server
292
292
293
293
In this section, you'll SSH to the virtual machines through the inbound NAT rules and install a web server.
0 commit comments