From 62e883c94c23370b0abf67e5bd6f44275fd35c85 Mon Sep 17 00:00:00 2001 From: Mark Beasley <87342636+gmbeasley@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:50:41 -0700 Subject: [PATCH] Update LAB_08-Manage_Virtual_Machines.md --- Instructions/Labs/LAB_08-Manage_Virtual_Machines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 28a7653a..ce145aca 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -556,7 +556,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" }