mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Merge pull request #472 from MOC-Labs-Review/MOC-Labs-Review-patch-45
Update LAB_08-Manage_Virtual_Machines.md
This commit is contained in:
commit
097cb0622b
@ -557,7 +557,7 @@ In this task, you will change the size of virtual machine scale set instances, c
|
||||
$pip = (Get-AzPublicIpAddress -ResourceGroupName $rgName -Name $lbpipName).IpAddress
|
||||
```
|
||||
|
||||
1. From the Cloud Shell pane, run the following to start and infinite loop that sends the HTTP requests to the web sites hosted on the instances of Azure virtual machine scale set **az10408vmss0**.
|
||||
1. From the Cloud Shell pane, run the following to start an infinite loop that sends the HTTP requests to the web sites hosted on the instances of Azure virtual machine scale set **az10408vmss0**.
|
||||
|
||||
```powershell
|
||||
while ($true) { Invoke-WebRequest -Uri "http://$pip" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user