From 4b3866c7f7dbad83d85881dfc0214178c70ecab4 Mon Sep 17 00:00:00 2001 From: raptorrico Date: Wed, 6 Sep 2023 21:37:28 +0100 Subject: [PATCH] Fix incorrect case on diskSizeGB property --- .../Labs/LAB_03d-Manage_Azure_Resources_by_Using_Azure_CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_03d-Manage_Azure_Resources_by_Using_Azure_CLI.md b/Instructions/Labs/LAB_03d-Manage_Azure_Resources_by_Using_Azure_CLI.md index 10ea14a8..f972263e 100644 --- a/Instructions/Labs/LAB_03d-Manage_Azure_Resources_by_Using_Azure_CLI.md +++ b/Instructions/Labs/LAB_03d-Manage_Azure_Resources_by_Using_Azure_CLI.md @@ -95,7 +95,7 @@ In this task, you will managing configuration of the Azure managed disk by using 1. To verify that the change took effect, run the following: ```sh - az disk show --resource-group $RGNAME --name $DISKNAME --query diskSizeGb + az disk show --resource-group $RGNAME --name $DISKNAME --query diskSizeGB ``` 1. To change the disk performance SKU to **Premium_LRS**, from the Bash session within Cloud Shell, run the following: