Skip to content

Commit f0d29a9

Browse files
authored
Merge pull request #197638 from halkazwini/lb-tut-avail-sets
LB: Tutorial Freshness Review: Availability Set
2 parents 680820f + 47a8651 commit f0d29a9

File tree

1 file changed

+32
-23
lines changed

1 file changed

+32
-23
lines changed

articles/load-balancer/tutorial-multi-availability-sets-portal.md

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.author: allensu
77
ms.service: load-balancer
88
ms.topic: tutorial
9-
ms.date: 08/12/2021
9+
ms.date: 05/09/2022
1010
ms.custom: template-tutorial
1111
---
1212
# Tutorial: Create a load balancer with more than one availability set in the backend pool using the Azure portal
@@ -54,27 +54,38 @@ In this section, you'll create a virtual network for the load balancer and the o
5454

5555
6. Select the **IP addresses** tab, or the **Next: IP Addresses** button at the bottom of the page.
5656

57-
7. In the **IP addresses** tab, under **Subnet name** select **default**.
57+
7. In the **IP Addresses** tab, enter this information:
5858

59-
8. In the **Edit subnet** pane, under **Subnet name** enter **myBackendSubnet**.
59+
| Setting | Value |
60+
|--------------------|----------------------------|
61+
| IPv4 address space | Enter **10.1.0.0/16** |
6062

61-
9. Select **Save**.
63+
8. Select **+ Add subnet**.
6264

63-
10. Select the **Security** tab, or the **Next: Security** button at the bottom of the page.
65+
9. In **Add subnet**, enter this information:
6466

65-
11. In the **Security** tab, in **BastionHost** select **Enable**.
67+
| Setting | Value |
68+
|--------------------|----------------------------|
69+
| Subnet name | Enter **myBackendSubnet** |
70+
| Subnet address range | Enter **10.1.0.0/24** |
6671

67-
12. Enter or select the following information:
72+
10. Select **Add**.
73+
74+
11. Select the **Security** tab, or the **Next: Security** button at the bottom of the page.
75+
76+
12. In the **Security** tab, in **BastionHost** select **Enable**.
77+
78+
13. Enter or select the following information:
6879

6980
| Setting | Value |
7081
| ------- | ----- |
7182
| Bastion name | Enter **MyBastionHost**. |
7283
| AzureBastionSubnet address space | Enter **10.1.1.0/27**. |
7384
| Public IP address | Select **Create new**. </br> Enter **myBastionIP** in **Name**. |
7485

75-
13. Select the **Review + create** tab, or the blue **Review + create** button at the bottom of the page.
86+
14. Select the **Review + create** tab, or the blue **Review + create** button at the bottom of the page.
7687

77-
14. Select **Create**.
88+
15. Select **Create**.
7889

7990
## Create NAT gateway
8091

@@ -139,9 +150,9 @@ In this section, you'll create a load balancer for the virtual machines.
139150
| SKU | Leave the default **Standard**. |
140151
| Tier | Leave the default **Regional**. |
141152

142-
4. Select **Next: Frontend IP configuration** at the bottom of the page.
153+
4. Select the **Frontend IP configuration** tab, or select the **Next: Frontend IP configuration** button at the bottom of the page.
143154

144-
5. In **Frontend IP configuration**, select **+ Add a frontend IP**.
155+
5. In **Frontend IP configuration**, select **+ Add a frontend IP configuration**.
145156

146157
6. Enter **LoadBalancerFrontend** in **Name**.
147158

@@ -162,15 +173,15 @@ In this section, you'll create a load balancer for the virtual machines.
162173
11. Select **Zone-redundant** in **Availability zone**.
163174

164175
> [!NOTE]
165-
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no-zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
176+
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
166177
167178
12. Leave the default of **Microsoft Network** for **Routing preference**.
168179

169180
13. Select **OK**.
170181

171182
14. Select **Add**.
172183

173-
15. Select **Next: Backend pools** at the bottom of the page.
184+
15. Select the **Backend pools** tab, or select the **Next: Backend pools** button at the bottom of the page.
174185

175186
16. In the **Backend pools** tab, select **+ Add a backend pool**.
176187

@@ -184,7 +195,7 @@ In this section, you'll create a load balancer for the virtual machines.
184195

185196
21. Select **Add**.
186197

187-
22. Select the **Next: Inbound rules** button at the bottom of the page.
198+
22. Select the **Inbound rules** tab, or select the **Next: Inbound rules** button at the bottom of the page.
188199

189200
23. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
190201

@@ -213,7 +224,7 @@ In this section, you'll create a load balancer for the virtual machines.
213224
27. Select **Create**.
214225

215226
> [!NOTE]
216-
> In this example we created 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)
227+
> In this example we created 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)
217228
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
218229
219230
## Create virtual machines
@@ -270,7 +281,7 @@ In this section, you'll create two availability groups with two virtual machines
270281

271282
7. Select **Create**.
272283

273-
8. Repeat steps 1 through seven to create the second virtual machine of the set. Replace the settings for the VM with the following information:
284+
8. Repeat steps 1 through 7 to create the second virtual machine of the set. Replace the settings for the VM with the following information:
274285

275286
| Setting | Value |
276287
| ------- | ----- |
@@ -334,7 +345,7 @@ In this section, you'll create two availability groups with two virtual machines
334345

335346
7. Select **Create**.
336347

337-
8. Repeat steps 1 through seven to create the second virtual machine of the set. Replace the settings for the VM with the following information:
348+
8. Repeat steps 1 through 7 to create the second virtual machine of the set. Replace the settings for the VM with the following information:
338349

339350
| Setting | Value |
340351
| ------- | ----- |
@@ -358,11 +369,9 @@ In this section, you'll use the Azure Bastion host you created previously to con
358369

359370
4. In the **Overview** page of myVM1, select **Connect** > **Bastion**.
360371

361-
5. Select **Use Bastion**.
362-
363-
6. Enter the **Username** and **Password** you created when you created the virtual machine.
372+
5. Enter the **Username** and **Password** you created when you created the virtual machine.
364373

365-
7. Select **Connect**.
374+
6. Select **Connect**.
366375

367376
7. On the server desktop, navigate to **Windows Administrative Tools** > **Windows PowerShell**.
368377

@@ -382,9 +391,9 @@ In this section, you'll use the Azure Bastion host you created previously to con
382391
# Add a new htm file that displays server name
383392
Add-Content -Path "C:\inetpub\wwwroot\iisstart.htm" -Value $("Hello World from " + $env:computername)
384393
```
385-
8. Close the Bastion session with **myVM1**.
394+
9. Close the Bastion session with **myVM1**.
386395

387-
9. Repeat steps 1 through eight for **myVM2**, **myVM3**, and **myVM4**.
396+
10. Repeat steps 1 through 8 for **myVM2**, **myVM3**, and **myVM4**.
388397

389398
## Test the load balancer
390399

0 commit comments

Comments
 (0)