Skip to content

Commit 8a6d2a0

Browse files
Merge pull request #210227 from mbender-ms/lb-qs-public-lb
Load Balancer - Update QS Public LB
2 parents 7ce5622 + 71b1bf4 commit 8a6d2a0

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

articles/load-balancer/quickstart-load-balancer-standard-public-portal.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In this section, you'll create a virtual network, subnet, and Azure Bastion host
4040
| Resource Group | Select **Create new**. </br> In **Name** enter **CreatePubLBQS-rg**. </br> Select **OK**. |
4141
| **Instance details** | |
4242
| Name | Enter **myVNet** |
43-
| Region | Select **West Europe** |
43+
| Region | Select **West US** |
4444

4545
4. Select the **IP Addresses** tab or select **Next: IP Addresses** at the bottom of the page.
4646

@@ -68,7 +68,7 @@ In this section, you'll create a virtual network, subnet, and Azure Bastion host
6868
| Setting | Value |
6969
|--------------------|----------------------------|
7070
| Bastion name | Enter **myBastionHost** |
71-
| AzureBastionSubnet address space | Enter **10.1.1.0/27** |
71+
| AzureBastionSubnet address space | Enter **10.1.1.0/26** |
7272
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
7373

7474
11. Select the **Review + create** tab or select the **Review + create** button.
@@ -102,7 +102,7 @@ During the creation of the load balancer, you'll configure:
102102
| Resource group | Select **CreatePubLBQS-rg**. |
103103
| **Instance details** | |
104104
| Name | Enter **myLoadBalancer** |
105-
| Region | Select **West Europe**. |
105+
| Region | Select **West US**. |
106106
| SKU | Leave the default **Standard**. |
107107
| Type | Select **Public**. |
108108
| Tier | Leave the default **Regional**. |
@@ -115,10 +115,7 @@ During the creation of the load balancer, you'll configure:
115115

116116
6. Enter **myFrontend** in **Name**.
117117

118-
7. Select **IPv4** or **IPv6** for the **IP version**.
119-
120-
> [!NOTE]
121-
> IPv6 isn't currently supported with Routing Preference or Cross-region load-balancing (Global Tier).
118+
7. Select **IPv4** for the **IP version**.
122119

123120
8. Select **IP address** for the **IP type**.
124121

@@ -148,23 +145,21 @@ During the creation of the load balancer, you'll configure:
148145

149146
18. Select **myVNet** in **Virtual network**.
150147

151-
19. Select **NIC** or **IP Address** for **Backend Pool Configuration**.
152-
153-
20. Select **IPv4** or **IPv6** for **IP version**.
148+
19. Select **IP Address** for **Backend Pool Configuration**.
154149

155-
21. Select **Add**.
150+
21. Select **Save**.
156151

157152
22. Select **Next: Inbound rules** at the bottom of the page.
158153

159-
23. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
154+
23. Under **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
160155

161156
24. In **Add load balancing rule**, enter or select the following information:
162157

163158
| Setting | Value |
164159
| ------- | ----- |
165160
| Name | Enter **myHTTPRule** |
166161
| IP Version | Select **IPv4** or **IPv6** depending on your requirements. |
167-
| Frontend IP address | Select **myFrontend**. |
162+
| Frontend IP address | Select **myFrontend (To be created)**. |
168163
| Backend pool | Select **myBackendPool**. |
169164
| Protocol | Select **TCP**. |
170165
| Port | Enter **80**. |
@@ -183,12 +178,12 @@ During the creation of the load balancer, you'll configure:
183178
27. Select **Create**.
184179

185180
> [!NOTE]
186-
> In this example we'll create a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
181+
> In this example we'll create a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional and isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
187182
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
188183
189184
## Create NAT gateway
190185

191-
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network.
186+
In this section, you'll create a NAT gateway for outbound internet access for resources in the virtual network. For other options for outbound rules, check out [Network Address Translation (SNAT) for outbound connections](load-balancer-outbound-connections.md).
192187

193188
1. In the search box at the top of the portal, enter **NAT gateway**. Select **NAT gateways** in the search results.
194189

@@ -203,7 +198,7 @@ In this section, you'll create a NAT gateway for outbound internet access for re
203198
| Resource group | Select **CreatePubLBQS-rg**. |
204199
| **Instance details** | |
205200
| NAT gateway name | Enter **myNATgateway**. |
206-
| Region | Select **West Europe**. |
201+
| Region | Select **West US**. |
207202
| Availability zone | Select **None**. |
208203
| Idle timeout (minutes) | Enter **15**. |
209204

@@ -233,7 +228,7 @@ These VMs are added to the backend pool of the load balancer that was created ea
233228

234229
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
235230

236-
2. In **Virtual machines**, select **+ Create** > **Virtual machine**.
231+
2. In **Virtual machines**, select **+ Create** > **Azure virtual machine**.
237232

238233
3. In **Create a virtual machine**, enter or select the following values in the **Basics** tab:
239234

@@ -244,7 +239,7 @@ These VMs are added to the backend pool of the load balancer that was created ea
244239
| Resource Group | Select **CreatePubLBQS-rg** |
245240
| **Instance details** | |
246241
| Virtual machine name | Enter **myVM1** |
247-
| Region | Select **(Europe) West Europe** |
242+
| Region | Select **(US) West US)** |
248243
| Availability Options | Select **Availability zones** |
249244
| Availability zone | Select **Zone 1** |
250245
| Security type | Select **Standard**. |
@@ -269,15 +264,15 @@ These VMs are added to the backend pool of the load balancer that was created ea
269264
| Subnet | Select **myBackendSubnet** |
270265
| Public IP | Select **None**. |
271266
| NIC network security group | Select **Advanced** |
272-
| Configure network security group | Select **Create new**. </br> In the **Create network security group**, enter **myNSG** in **Name**. </br> Under **Inbound rules**, select **+Add an inbound rule**. </br> Under **Service**, select **HTTP**. </br> Under **Priority**, enter **100**. </br> In **Name**, enter **myNSGRule** </br> Select **Add** </br> Select **OK** |
267+
| Configure network security group | Skip this setting until the rest of the settings are completed. Complete after **Select a backend pool**.|
273268
| Delete NIC when VM is deleted | Leave the default of **unselected**. |
274269
| Accelerated networking | Leave the default of **selected**. |
275270
| **Load balancing** |
276-
| Place this virtual machine behind an existing load-balancing solution? | Select the check box. |
277-
| **Load balancing settings** |
271+
| **Load balancing options** |
278272
| Load-balancing options | Select **Azure load balancer** |
279273
| Select a load balancer | Select **myLoadBalancer** |
280274
| Select a backend pool | Select **myBackendPool** |
275+
| Configure network security group | Select **Create new**. </br> In the **Create network security group**, enter **myNSG** in **Name**. </br> Under **Inbound rules**, select **+Add an inbound rule**. </br> Under **Service**, select **HTTP**. </br> Under **Priority**, enter **100**. </br> In **Name**, enter **myNSGRule** </br> Select **Add** </br> Select **OK** |
281276

282277
6. Select **Review + create**.
283278

@@ -305,7 +300,7 @@ These VMs are added to the backend pool of the load balancer that was created ea
305300

306301
5. Select **Connect**.
307302

308-
6. On the server desktop, navigate to **Windows Administrative Tools** > **Windows PowerShell**.
303+
6. On the server desktop, navigate to **Start** > **Windows PowerShell** > **Windows PowerShell**.
309304

310305
7. In the PowerShell Window, run the following commands to:
311306

0 commit comments

Comments
 (0)