mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-09 10:27:04 +00:00
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:
parent
4ab86eff45
commit
78141cb97f
@ -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.
|
1. Once the command completes, use **az vm show** to verify your machine was created.
|
||||||
|
|
||||||
```sh
|
```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**.
|
1. Verify the **powerState** is **VM Running**.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user