Skip to content

Commit a0249df

Browse files
Merge pull request #279205 from anavinahar/patch-277
Update quickstart-load-balancer-standard-public-portal.md
2 parents 0f51b6e + 3ac3e11 commit a0249df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ During the creation of the load balancer, you configure:
140140
## Install IIS
141141

142142
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
143-
1. Select **myVM1**.
143+
1. Select **lb-VM1**.
144144
1. On the **Overview** page, select **Connect**, then **Bastion**.
145145
1. Enter the username and password entered during VM creation.
146146
1. Select **Connect**.
@@ -162,8 +162,8 @@ During the creation of the load balancer, you configure:
162162
Add-Content -Path "C:\inetpub\wwwroot\iisstart.htm" -Value $("Hello World from " + $env:computername)
163163
164164
```
165-
1. Close the Bastion session with **myVM1**.
166-
1. Repeat steps 1 to 8 to install IIS and the updated iisstart.htm file on **myVM2**.
165+
1. Close the Bastion session with **lb-VM1**.
166+
1. Repeat steps 1 to 8 to install IIS and the updated iisstart.htm file on **lb-VM2**.
167167
168168
## Test the load balancer
169169

0 commit comments

Comments
 (0)