addressing #22

This commit is contained in:
polichtm 2020-03-15 09:51:12 -04:00 committed by GitHub
parent c55b1e310a
commit 8ff36d63e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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