Fix missing default value for location parameter

This commit is contained in:
Roman Korecky 2021-02-14 21:49:39 +01:00
parent f3cc7b7baa
commit ce99bf8bb4

View File

@ -44,6 +44,10 @@ In this task, you will create an Azure disk resource by using an Azure Resource
1. Click **Download** and save the compressed file containing the template and parameters files to the **Downloads** folder on your lab computer.
1. On the **Microsoft.ManagedDisk-*XXXXXXXXX* \| Template** blade, click **Inputs**.
1. Note the value of the **location** parameter. You will need it in the next task.
1. Extract the content of the downloaded file into the **Downloads** folder on your lab computer.
>**Note**: These files are also available as **\\Allfiles\\Labs\\03\\az104-03b-md-template.json** and **\\Allfiles\\Labs\\03\\az104-03b-md-parameters.json**
@ -99,7 +103,7 @@ In this task, you will create an Azure disk resource by using an Azure Resource
| Resource Group | the name of a **new** resource group **az104-03b-rg1** |
| Region | the name of any Azure region available in the subscription you are using in this lab |
| Disk Name | **az104-03b-disk1** |
| Location | *accept the default value* |
| Location | the value of the location parameter you noted in the previous task |
| Sku | **Standard_LRS** |
| Disk Size Gb | **32** |
| Create Option | **empty** |