Skip to content

Commit c9da6d3

Browse files
authored
Merge pull request #106251 from asudbring/lbvnetupd
Vnet UI update and minor include file edit
2 parents e404d49 + 1de3045 commit c9da6d3

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

articles/load-balancer/tutorial-load-balancer-standard-public-zonal-portal.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,24 @@ Standard Load Balancer only supports a standard public IP address. When you crea
5858
|Availability zone| Select **1**. |
5959
3. In the **Review + create** tab, click **Create**.
6060

61-
## Create backend servers
61+
## Create backend servers
6262

6363
In this section, you create a virtual network. You also create two virtual machines in same zone (namely, zone 1) for the region to add to the backend pool of your load balancer. Then you install IIS on the virtual machines to help test the zone-redundant load balancer. If one VM fails, the health probe for the VM in the same zone fails. Traffic continues to be served by other VMs within the same zone.
6464

65-
### Create a virtual network
66-
1. On the upper left side of the screen, select **Create a resource** > **Networking** > **Virtual network**. Enter these values for the virtual network:
67-
- **myVnet**, for the name of the virtual network.
68-
- **myResourceGroupZLB**, for the name of the existing resource group.
69-
- **myBackendSubnet**, for the subnet name.
70-
2. Select **Create** to create the virtual network.
65+
## Virtual network and parameters
7166

72-
![Create a virtual network](./media/tutorial-load-balancer-standard-zonal-portal/create-virtual-network.png)
67+
In this section you'll need to replace the following parameters in the steps with the information below:
68+
69+
| Parameter | Value |
70+
|-----------------------------|----------------------|
71+
| **\<resource-group-name>** | myResourceGroupZLB (Select existing resource group) |
72+
| **\<virtual-network-name>** | myVNet |
73+
| **\<region-name>** | West Europe |
74+
| **\<IPv4-address-space>** | 10.0.0.0\16 |
75+
| **\<subnet-name>** | myBackendSubnet |
76+
| **\<subnet-address-range>** | 10.0.0.0\24 |
77+
78+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
7379

7480
## Create a network security group
7581

includes/virtual-networks-create-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this section, you'll create a virtual network and subnet.
2222
|------------------|-----------------------------------------------------------------|
2323
| **Project Details** | |
2424
| Subscription | Select your Azure subscription |
25-
| Resource Group | Select **Create new**, enter **\<resource-group-name>**, then select OK. |
25+
| Resource Group | Select **Create new**, enter **\<resource-group-name>**, then select OK, or select an existing **\<resource-group-name>** based on parameters. |
2626
| **Instance details** | |
2727
| Name | Enter **\<virtual-network-name>** |
2828
| Region | Select **\<region-name>** |
@@ -33,7 +33,7 @@ In this section, you'll create a virtual network and subnet.
3333

3434
| Setting | Value |
3535
|--------------------|----------------------------|
36-
| IPv4 address space | Enter **\<IPv4 address space>** |
36+
| IPv4 address space | Enter **\<IPv4-address-space>** |
3737

3838
5. Under **Subnet name**, select the word **default**.
3939

0 commit comments

Comments
 (0)