From 7547cf5313595c92490cc33101a61bbeeb32d785 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:01:44 -0800 Subject: [PATCH] Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md --- .../LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md index 0e404633..61e4ef52 100644 --- a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -28,7 +28,7 @@ Your team has explored the basic Azure administrative capabilities such as provi ## Architecture diagram -![Diagram of the tasks.](../media/az104-lab03b-architecture-diagram.png) +![Diagram of the tasks.](../media/az104-lab03-architecture.png) ## Tasks @@ -226,7 +226,7 @@ In this task, you will use a Bicep file to deploy a storage account to your reso 1. The file should be listed in the navigation tree on the left. Select it to verify its contents. - ![Screenshot of the bicep file in the cloud shell editor.](../media/az104-lab03d-editor.png) + ![Screenshot of the bicep file in the cloud shell editor.](../media/az104-lab03-editor.png) 1. Take a minute to read through the bicep template file. Notice how the storage (stg) resource is defined. Notice how parameters and allowed values are configured.