diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index b8ea6016..8f5abff3 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -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**.