From 78141cb97f4f99e83f1ec0f0603a284f9e166904 Mon Sep 17 00:00:00 2001 From: Eric Bland Date: Fri, 19 Sep 2025 09:13:25 -0500 Subject: [PATCH] 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) --- Instructions/Labs/LAB_08-Manage_Virtual_Machines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**.