mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Update LAB_08-Manage_Virtual_Machines.md
This commit is contained in:
parent
d29b53f362
commit
bc6b9e601f
@ -564,7 +564,7 @@ In this task, you will change the size of virtual machine scale set instances, c
|
|||||||
```powershell
|
```powershell
|
||||||
$rgName = 'az104-08-rg02'
|
$rgName = 'az104-08-rg02'
|
||||||
|
|
||||||
$lbpipName = 'az10408vmss0-ip'
|
$lbpipName = 'az10408vmss0-lb-publicip'
|
||||||
|
|
||||||
$pip = (Get-AzPublicIpAddress -ResourceGroupName $rgName -Name $lbpipName).IpAddress
|
$pip = (Get-AzPublicIpAddress -ResourceGroupName $rgName -Name $lbpipName).IpAddress
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user