You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/tutorial-load-balancer-standard-public-zonal-portal.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,24 @@ Standard Load Balancer only supports a standard public IP address. When you crea
58
58
|Availability zone| Select **1**. |
59
59
3. In the **Review + create** tab, click **Create**.
60
60
61
-
## Create backend servers
61
+
## Create backend servers
62
62
63
63
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.
64
64
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
71
66
72
-

67
+
In this section you'll need to replace the following parameters in the steps with the information below:
| 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. |
26
26
|**Instance details**||
27
27
| Name | Enter **\<virtual-network-name>**|
28
28
| Region | Select **\<region-name>**|
@@ -33,7 +33,7 @@ In this section, you'll create a virtual network and subnet.
0 commit comments