Update LAB_08-Manage_Virtual_Machines.md

This commit is contained in:
staleycyn 2023-08-29 08:10:10 -07:00 committed by GitHub
parent d29b53f362
commit bc6b9e601f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,7 +564,7 @@ In this task, you will change the size of virtual machine scale set instances, c
```powershell
$rgName = 'az104-08-rg02'
$lbpipName = 'az10408vmss0-ip'
$lbpipName = 'az10408vmss0-lb-publicip'
$pip = (Get-AzPublicIpAddress -ResourceGroupName $rgName -Name $lbpipName).IpAddress
```