Update LAB_08-Manage_Virtual_Machines.md

This commit is contained in:
staleycyn 2024-03-13 08:17:31 -07:00 committed by GitHub
parent eab7ee5107
commit d28e31f5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,7 +373,7 @@ In this task, you scale the virtual machine scale set using a custom scale rule.
```powershell
Stop-AzVM `
-ResourceGroupName 'az104-rg8' `
-Name 'myPSVM' `
-Name 'myPSVM'
```
1. Use **Get-AzVM** with the **-Status** parameter to verify the machine is **deallocated**.