Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2025-04-14 05:50:27 -07:00 committed by GitHub
parent 22b9441805
commit 25e894d3be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,7 +227,7 @@ In this task, you will use a Bicep file to deploy a managed disk. Bicep is a dec
1. Make the following changes: 1. Make the following changes:
+ Change the **managedDiskName** value, line 4, to Disk4. + Change the **managedDiskName** value, line 2, to Disk4.
+ Change the **sku name** value, line 26, to StandardSSD_LRS. + Change the **sku name** value, line 26, to StandardSSD_LRS.
+ Change the **diskSizeinGiB** value; line 7, to 32. + Change the **diskSizeinGiB** value; line 7, to 32.