Skip to content

Commit 87304ee

Browse files
authored
Merge pull request #106254 from asudbring/lbvnetupd
Vnet create ui update
2 parents d3b0fbd + 16228ac commit 87304ee

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/load-balancer/tutorial-load-balancer-standard-public-zone-redundant-portal.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,20 @@ Standard Load Balancer only supports a Standard Public IP address. When you crea
6464

6565
In this section, you create a virtual network, virtual machines in different zones for the region, and then install IIS on the virtual machines to help test the zone-redundant load balancer. Hence, if a zone fails, the health probe for VM in the same zone fails, and traffic continues to be served by VMs in the other zones.
6666

67-
### Create a virtual network
68-
Create a virtual network for deploying your backend servers.
67+
## Virtual network and parameters
6968

70-
1. On the top left-hand side of the screen click **Create a resource** > **Networking** > **Virtual network** and enter these values for the virtual network:
71-
- *myVnet* - for the name of the virtual network.
72-
- *myResourceGroupLBAZ* - for the name of the existing resource group
73-
- *myBackendSubnet* - for the subnet name.
74-
2. Click **Create** to create the virtual network.
69+
In this section you'll need to replace the following parameters in the steps with the information below:
7570

76-
![Create a virtual network](./media/load-balancer-standard-public-availability-zones-portal/2-load-balancer-virtual-network.png)
71+
| Parameter | Value |
72+
|-----------------------------|----------------------|
73+
| **\<resource-group-name>** | myResourceGroupLBAZ (Select existing resource group) |
74+
| **\<virtual-network-name>** | myVNet |
75+
| **\<region-name>** | West Europe |
76+
| **\<IPv4-address-space>** | 10.0.0.0\16 |
77+
| **\<subnet-name>** | myBackendSubnet |
78+
| **\<subnet-address-range>** | 10.0.0.0\24 |
79+
80+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
7781

7882
## Create a network security group
7983

0 commit comments

Comments
 (0)