Merge pull request #1007 from ITBlandMCT/patch-4

Update LAB_08-Manage_Virtual_Machines.md
This commit is contained in:
staleycyn 2025-09-19 07:40:07 -07:00 committed by GitHub
commit 69f3f7d70c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,7 +381,7 @@ In this task, you scale the virtual machine scale set using a custom scale rule.
1. Once the command completes, use **az vm show** to verify your machine was created.
```sh
az vm show --name myCLIVM --resource-group az104-rg8 --show-details
az vm show --name myCLIVM --resource-group az104-rg8 --show-details --output table
```
1. Verify the **powerState** is **VM Running**.