Merge pull request #237 from Rokory/master

Fix missing default value for location parameter
This commit is contained in:
polichtm 2021-02-14 20:13:55 -05:00 committed by GitHub
commit 352d4aebfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -232,7 +232,7 @@ In this task, you will create Azure AD guest users and grant them access to reso
| Setting | Value |
| --- | --- |
| Name | **az104-01b-aaduser1** |
| Email address | any valid email address not matching any of user principal names in the current tenant |
| Email address | any valid email address not matching any of user principal names in the current tenant or the copied User Principal Name from above |
| Usage location | **United States** |
| Job title | **Lab Administrator** |
| Department | **IT** |

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**
@ -101,7 +105,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** |