Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2024-01-10 17:01:44 -08:00 committed by GitHub
parent 64103fa78c
commit 7547cf5313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Your team has explored the basic Azure administrative capabilities such as provi
## Architecture diagram ## Architecture diagram
![Diagram of the tasks.](../media/az104-lab03b-architecture-diagram.png) ![Diagram of the tasks.](../media/az104-lab03-architecture.png)
## Tasks ## 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. 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. 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.