From c674a0c697ce858edb70259d0356392c400e9da2 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Sun, 18 May 2025 19:47:30 -0700 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...B_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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.