Skip to content

Commit 21c8a35

Browse files
committed
moved nat gateway section
1 parent d6f0d58 commit 21c8a35

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

articles/load-balancer/tutorial-load-balancer-port-forwarding-portal.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ For more information about Azure Load Balancer rules, see [Manage rules for Azur
1919
In this tutorial, you learn how to:
2020

2121
> [!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
2626
2727
## Prerequisites
2828

@@ -103,47 +103,6 @@ A virtual network and subnet is required for the resources in the tutorial. In t
103103
| NIC network security group | Select **Advanced**. |
104104
| Configure network security group | Select the existing **myNSG** |
105105

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-
147106
## Create load balancer
148107

149108
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
288247

289248
33. Select **Create**.
290249

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+
291291
## Install web server
292292

293293
In this section, you'll SSH to the virtual machines through the inbound NAT rules and install a web server.

0 commit comments

Comments
 (0)