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