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 6b21c81c..42d5243f 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 @@ -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.