Update LAB_08-Manage_Virtual_Machines.md

add --output table to az vm show to make it readable (and match the PowerShell command from the previous task)
This commit is contained in:
Eric Bland 2025-09-19 09:13:25 -05:00 committed by GitHub
parent 4ab86eff45
commit 78141cb97f
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**.