From dfb4dba8026bc4b8a228981826bc871b026cfce2 Mon Sep 17 00:00:00 2001 From: Eric Bland Date: Wed, 17 Sep 2025 12:53:58 -0500 Subject: [PATCH] Update LAB_03b update PowerShell command to match the CLI commands used later in the lab --- .../LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index c113285a..6ba5e300 100644 --- a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -172,7 +172,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl 1. Confirm the disk was created. ```powershell - Get-AzDisk + Get-AzDisk | ft ``` ## Task 4: Deploy a template with the CLI