diff --git a/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md b/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md index ef19ad60..a2e8915f 100644 --- a/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md +++ b/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md @@ -76,7 +76,7 @@ In this task, we will move the disk resource you created in the previous task to 1. On the **Move resources** blade, click **Create a new group**. -1. In the **Resource group** text box, type **az104-03a-rg2**, select the checkbox **I understand that tools and scripts associated with moved resources will not work until I update them to use new resource IDs**, and click **OK**. +1. Below the **Resource group** text box, click **Create a new group** then type **az104-03a-rg2** in the text box, select the checkbox **I understand that tools and scripts associated with moved resources will not work until I update them to use new resource IDs**, and click **OK**. >**Note**: Do not wait for the move to complete but instead proceed to the next task. The move might take about 10 minutes. You can determine that the operation was completed by monitoring activity log entries of the source or target resource group. Revisit this step once you complete the next task. @@ -89,7 +89,7 @@ In this task, you will apply a resource lock to an Azure resource group containi |Setting|Value| |---|---| |Subscription| the name of the subscription you are using in this lab | - |Resource Group| the name of a new resource group **az104-03a-rg3** | + |Resource Group| click **create new** resource group and name it **az104-03a-rg3** | |Disk name| **az104-03a-disk2** | |Region| the name of the Azure region where you created the other resource groups in this lab | |Availability zone| **None** | @@ -99,16 +99,16 @@ In this task, you will apply a resource lock to an Azure resource group containi 1. Click **Review + Create** and then click **Create**. -1. In the Azure portal, search for and select **Resource groups**. +1. Click Go to resouce. -1. In the list of resource groups, click the entry representing the **az104-03a-rg3** resource group. - -1. On the **az104-03a-rg3** resource group blade, click **Locks** and add a lock with the following settings: +1. On the **az104-03a-rg3** resource group blade, click **Locks** then **+ Add** and specify the following settings: |Setting|Value| |---|---| |Lock name| **az104-03a-delete-lock** | |Lock type| **Delete** | + +1. Click **OK** 1. On the **az104-03a-rg3** resource group blade, click **Overview**, in the list of resource group resources, select the entry representing the disk you created earlier in this task, and click **Delete** in the toolbar. @@ -120,7 +120,7 @@ In this task, you will apply a resource lock to an Azure resource group containi 1. Navigate back to the list of resources of the **az104-03a-rg3** resource group and click the entry representing the **az104-03a-disk2** resource. -1. On the **az104-03a-disk2** blade, in the **Settings** section, click **Size + performance**, set the disk type and size to **Premium SSD** and **64 GiB**, respectively, and apply the change. Verify that the change was successful. +1. On the **az104-03a-disk2** blade, in the **Settings** section, click **Size + performance**, set the disk type and size to **Premium SSD** and **64 GiB**, respectively, and click **Resize** to apply the change. Verify that the change was successful. >**Note**: This is expected, since the resource group-level lock applies to delete operations only.