LAB 03b-Manage Azure Resources by Using ARM Templates
LAB 03b-Manage Azure Resources by Using ARM Templates
Objectives
In this lab, you will:
Instructions
Exercise 1
In this task, you will create an Azure disk resource by using an Azure Resource Manager template.
4. On the az104-03a-rg1 resource group blade, in the Settings section, click Deployments.
5. On the az104-03a-rg1 - Deployments blade, click the first entry in the list of deployments.
Note : Review the content of the template and note that you have the option to Download it to the local computer, Add to library, or Deploy it again.
7. Click Download and save the compressed file containing the template and parameters files to the Downloads folder on your lab computer.
8. Extract the content of the downloaded file into the Downloads folder on your lab computer.
1. In the Azure portal, search for and select Deploy a custom template.
2. On the Custom deployment blade, click Build your own template in the editor .
3. On the Edit template blade, click Load file and upload the template.json file you downloaded in the previous task.
"hyperVGeneration": {
"defaultValue": "V1",
"type": "String"
},
"osType": "[parameters('osType')]",
Note : These parameters are removed since they are not applicable to the current deployment. In particular, sourceResourceId, sourceUri, osType, and
hyperVGeneration parameters are applicable to creating an Azure disk from an existing VHD file.
7. On the Edit parameters blade, click Load file and upload the parameters.json file you downloaded in the previous task, and Save the changes.
Setting Value
Subscription the name of the Azure subscription you are using in this lab
Region the name of any Azure region available in the subscription you are using in this lab
Sku Standard_LRS
Disk Size Gb 32
3. On the az104-03b-rg1 resource group blade, in the Settings section, click Deployments.
4. From the az104-03b-rg1 - Deployments blade, click the first entry in the list of deployments and review the content of the Input and Template blades.
Clean up resources
Note : Do not delete resources you deployed in this lab. You will reference them in the next lab of this module.
Review