Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md

This commit is contained in:
staleycyn 2023-12-08 15:31:40 -08:00 committed by GitHub
parent 88454c5df6
commit 557da84bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
---
lab:
title: 'Lab 03: Manage Azure resources by Using Azure Resource Manager Templates'
title: 'Lab 03: Manage Azure resources by using Azure Resource Manager Templates'
module: 'Administer Azure Resources'
---
# Lab 03 - Manage Azure resources by Using Azure Resource Manager Templates
# Lab 03 - Manage Azure resources by using Azure Resource Manager Templates
## Lab requirements
@ -12,6 +12,14 @@ This lab requires an Azure subscription. Your subscription type may affect the a
## Estimated timing: 30 minutes
## Interactive lab simulation
There are a couple of interactive lab simulations that you might find useful for this topic. The simulation lets you to click through a similar scenario at your own pace. There are differences between the interactive simulation and this lab, but many of the core concepts are the same. An Azure subscription is not required.
**[Create a virtual machine with a template](https://mslearn.cloudguides.com/en-us/guides/AZ-900%20Exam%20Guide%20-%20Azure%20Fundamentals%20Exercise%209)**. Deploy a virtual machine with a QuickStart template.
**[Manage Azure resources by using Azure Resource Manager templates](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator%20Exercise%205)**. Review, create, and deploy a managed disks with a template.
## Lab scenario
Your team has explored the basic Azure administrative capabilities such as provisioning resources and organizing them based on resource groups. Next, your team wants to look at ways to automate and simplify deployments. Organizations often look to automation to reduce administrative overhead, reduce human error or increase consistency, and as a way to enable administrators to work on more complex or creative tasks.