Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2024-02-09 08:58:42 -08:00 committed by GitHub
parent 4ec4ed44ce
commit 409499fd42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,9 +63,11 @@ In this task, you use the Azure portal to generate an Azure Resource Manager tem
>**Note:** We are creating a simple managed disk so you can practice with templates. Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure virtual machines.
1. Click **Review + Create** *once*. Do **not** deploy the resource.
1. Click **Review + Create** then select **Create**.
1. After validation, select **Download a template for automation** (bottom of the page).
1. Monitor the notifications (upper right) and after the deployment select **Go to resource**.
1. In the **Automation** blade, select **Export template**.
1. Review the information shown in the template. Review both the **Template** and **Parameters** tab.
@ -73,10 +75,6 @@ In this task, you use the Azure portal to generate an Azure Resource Manager tem
1. Extract the content of the downloaded file into the **Downloads** folder on your computer. Notice there are two JSON files (template and parameters).
1. Close all **File Explorer** windows.
1. In the Azure portal, cancel the deployment of the managed disk.
>**Note:** You can export an entire resource group or just specific resources within that resource group.
## Task 2: Edit an Azure Resource Manager template and then redeploy the template