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
> The Bicep file deployment creates three availability zones. Availability zones are supported only in [certain regions](../availability-zones/az-overview.md). Use one of the supported regions. If you aren't sure, enter **centralus**.
78
76
79
-
You will be prompt to enter the following values:
77
+
You will be prompted to enter the following values:
80
78
81
79
- **projectName**: used for generating resource names.
It takes about 10 minutes to deploy the Bicep file.
86
84
@@ -90,17 +88,17 @@ It takes about 10 minutes to deploy the Bicep file.
90
88
91
89
1. Select **Resource groups** from the left pane.
92
90
93
-
1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
91
+
1. Select the resource group that you created in the previous section. The default resource group name is **exampleRG**.
94
92
95
93
1. Select the load balancer. Its default name is the project name with **-lb** appended.
96
94
97
95
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser.
98
96
99
-

97
+
:::image type="content" source="./media/quickstart-load-balancer-standard-public-template/azure-standard-load-balancer-resource-manager-template-deployment-public-ip.png" alt-text="Azure standard load balancer Resource Manager template public IP":::
100
98
101
99
The browser displays the default page of the Internet Information Services (IIS) web server.
102
100
103
-

101
+
:::image type="content" source="./media/quickstart-load-balancer-standard-public-template/load-balancer-test-web-page.png" alt-text="IIS web server":::
104
102
105
103
To see the load balancer distribute traffic across all three VMs, you can force a refresh of your web browser from the client machine.
0 commit comments