Skip to content

Commit 96cbc76

Browse files
committed
update
1 parent ab0d625 commit 96cbc76

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/load-balancer/quickstart-load-balancer-standard-public-bicep.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,18 @@ To find more Bicep files or ARM templates that are related to Azure Load Balance
6767
```azurepowershell
6868
New-AzResourceGroup -Name exampleRG -Location centralus
6969
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep
70-
71-
Write-Host "Press [ENTER] to continue."
7270
```
7371
7472
---
7573
7674
> [!NOTE]
7775
> 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**.
7876
79-
You will be prompt to enter the following values:
77+
You will be prompted to enter the following values:
8078
8179
- **projectName**: used for generating resource names.
8280
- **adminUsername**: virtual machine administrator username.
83-
- **adminPassword**:virtual machine administrator password.
81+
- **adminPassword**: virtual machine administrator password.
8482
8583
It takes about 10 minutes to deploy the Bicep file.
8684
@@ -90,17 +88,17 @@ It takes about 10 minutes to deploy the Bicep file.
9088
9189
1. Select **Resource groups** from the left pane.
9290
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**.
9492
9593
1. Select the load balancer. Its default name is the project name with **-lb** appended.
9694
9795
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser.
9896
99-
![Azure standard load balancer Resource Manager template public IP](./media/quickstart-load-balancer-standard-public-template/azure-standard-load-balancer-resource-manager-template-deployment-public-ip.png)
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":::
10098
10199
The browser displays the default page of the Internet Information Services (IIS) web server.
102100
103-
![IIS web server](./media/quickstart-load-balancer-standard-public-template/load-balancer-test-web-page.png)
101+
:::image type="content" source="./media/quickstart-load-balancer-standard-public-template/load-balancer-test-web-page.png" alt-text="IIS web server":::
104102
105103
To see the load balancer distribute traffic across all three VMs, you can force a refresh of your web browser from the client machine.
106104

0 commit comments

Comments
 (0)