Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2025-05-18 19:47:30 -07:00 committed by GitHub
parent d7d0fdd116
commit c674a0c697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,11 +227,9 @@ In this task, you will use a Bicep file to deploy a managed disk. Bicep is a dec
1. Make the following changes:
+ Change the **managedDiskName** value, line 2, to Disk4.
+ Change the **sku name** value, line 26, to StandardSSD_LRS.
+ Change the **diskSizeinGiB** value; line 7, to 32.
>**Note:** A completed Bicep template is available in the lab files.
+ Change the **managedDiskName** value, line 2, to **az104-disk5**.
+ Change the **sku name** value, line 26, to **StandardSSD_LRS**.
+ Change the **diskSizeinGiB** value; line 7, to **32**.
1. Use **Ctrl + S** to save your changes.