0% found this document useful (0 votes)
6 views1 page

Comp 3

The document outlines a series of tasks for creating and deploying Azure Resource Manager templates, including creating a managed disk in the Azure portal. It provides step-by-step instructions for configuring the disk and exporting the template for future use. Additionally, it highlights the ability to export entire resource groups or specific resources.

Uploaded by

bikash_shrest5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Comp 3

The document outlines a series of tasks for creating and deploying Azure Resource Manager templates, including creating a managed disk in the Azure portal. It provides step-by-step instructions for configuring the disk and exporting the template for future use. Additionally, it highlights the ability to export entire resource groups or specific resources.

Uploaded by

bikash_shrest5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Job skills

Task 1: Create an Azure Resource Manager template.


Task 2: Edit an Azure Resource Manager template and redeploy the template.
Task 3: Configure the Cloud Shell and deploy a template with Azure PowerShell.
Task 4: Deploy a template with the CLI.
Task 5: Deploy a resource by using Azure Bicep.
Task 1: Create an Azure Resource Manager template
In this task, we will create a managed disk in the Azure portal. Managed disks are
storage designed to be used with virtual machines. Once the disk is deployed you
will export a template that you can use in other deployments.

Sign in to the Azure portal - https://portal.azure.com.

Search for and select Disks.

On the Disks page, select Create.

On the Create a managed disk page, configure the disk and then select Ok.

Setting Value
Subscription your subscription
Resource Group az104-rg3 (If necessary, select Create new.)
Disk name az104-disk1
Region East US
Availability zone No infrastructure redundancy required
Source type None
Performance Standard HDD (change size)
Size 32 Gib
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.

Click Review + Create then select Create.

Monitor the notifications (upper right) and after the deployment select Go to
resource.

In the Automation blade, select Export template.

Take a minute to review the Template and Parameters files.

Click Download and save the templates to the local drive. This creates a compressed
zipped file.

Use File Explorer to extract the content of the downloaded file into the Downloads
folder on your computer. Notice there are two JSON files (template and parameters).

Did you know? You can export an entire resource group or just specific resources
within that resource group.

You might also like