From ce99bf8bb4fc6204d3d853cbb52f00e80da51e5d Mon Sep 17 00:00:00 2001 From: Roman Korecky Date: Sun, 14 Feb 2021 21:49:39 +0100 Subject: [PATCH 1/2] Fix missing default value for location parameter --- ...LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index 11093c76..ef951d83 100644 --- a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -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** | From ee45fc0249f5d111c5594f460dcd4addb23b068e Mon Sep 17 00:00:00 2001 From: Roman Korecky Date: Sun, 14 Feb 2021 22:20:27 +0100 Subject: [PATCH 2/2] Clarification on UPN of guest user --- Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md b/Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md index 1fc63cb3..c5057d67 100644 --- a/Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md +++ b/Instructions/Labs/LAB_01-Manage_Azure_AD_Identities.md @@ -223,7 +223,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** |