Update LAB_03b update PowerShell command

to match the CLI commands used later in the lab
This commit is contained in:
Eric Bland 2025-09-17 12:53:58 -05:00 committed by GitHub
parent f190a6bdce
commit dfb4dba802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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