diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 5ac5d700..dc3bb15c 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -130,7 +130,7 @@ In this task, you will install Windows Server Web Server role on the two Azure v 1. In the Azure portal, search for and select **Storage accounts** and, on the **Storage accounts** blade, click the entry representing the diagnostics storage account you created in the previous task. -1. On the storage account blade, in the **Blob service** section, click **Containers** and then click **+ Container**. +1. On the storage account blade, in the **Data Storage** section, click **Containers** and then click **+ Container**. 1. On the **New container** blade, specify the following settings (leave others with their default values) and click **Create**: @@ -269,7 +269,7 @@ In this task you will scale compute for Azure virtual machines by changing their >**Note**: Disregard the message stating **The resource group is in a location that is not supported by one or more resources in the template. Please choose a different resource group**. This is expected and can be ignored in this case. -1. On the **Edit template** blade, in the section displaying the content of the template, replace the line **30** `"vmSize": "Standard_D2s_v3"` with the following line): +1. On the **Edit template** blade, in the section displaying the content of the template, replace the line **35** `"vmSize": "Standard_D2s_v3"` with the following line): ```json "vmSize": "Standard_DS1_v2" @@ -278,7 +278,7 @@ In this task you will scale compute for Azure virtual machines by changing their >**Note**: This section of the template defines the same Azure virtual machine size as the one you specified for the first virtual machine via the Azure portal. -1. On the **Edit template** blade, in the section displaying the content of the template, replace line **50** (`"dataDisks": [ ]` line) with the following code : +1. On the **Edit template** blade, in the section displaying the content of the template, replace line **55** (`"dataDisks": [ ]` line) with the following code : ```json "dataDisks": [ @@ -304,7 +304,7 @@ In this task you will scale compute for Azure virtual machines by changing their >**Note**: This section of the template creates two managed disks and attaches them to **az104-08-vm1**, similarly to the storage configuration of the first virtual machine via the Azure portal. -1. Click **Save** and, back on the **Custom template** blade, enable the checkbox **I agree to the terms and conditions stated above** and click **Purchase**. +1. Click Save and, back on the Custom template blade, click Review + Create and, on the Review + Create blade, click Create. >**Note**: Wait for the template deployment to complete. You can monitor its progress from the **Disks** blade of the **az104-08-vm1** virtual machine. This should take no more than 3 minutes. @@ -344,7 +344,7 @@ In this task you will scale compute for Azure virtual machines by changing their In this task, you will deploy Azure virtual machine scale set across availability zones by using the Azure portal. -1. In the Azure portal, search for and select **Virtual machine scale sets** and, on the **Virtual machine scale sets** blade, click **+ Add**, click **+ Virtual machine**. +1. In the Azure portal, search for and select **Virtual machine scale sets** and, on the **Virtual machine scale sets** blade, click **+ Add** (or **+ Create**). 1. On the **Basics** tab of the **Create a virtual machine scale set** blade, specify the following settings (leave others with their default values) and click **Next : Disks >**: @@ -450,7 +450,7 @@ In this task, you will install Windows Server Web Server role on the instances o 1. In the Azure portal, search for and select **Storage accounts** and, on the **Storage accounts** blade, click the entry representing the diagnostics storage account you created in the previous task. -1. On the storage account blade, in the **Blob service** section, click **Containers** and then click **+ Container**. +1. On the storage account blade, in the **Data Storage** section, click **Containers** and then click **+ Container**. 1. On the **New container** blade, specify the following settings (leave others with their default values) and click **Create**: @@ -573,7 +573,7 @@ In this task, you will change the size of virtual machine scale set instances, c | Storage type | **Standard HDD** | | Size (GiB) | **32** | -1. Save the change, in the **Settings** section of the **az10408vmss0** blade, click **Instances**, select the checkboxes next to the two instances of the virtual machine scale set, click **Upgrade**, and then, when prompted for confirmation, click **Yes**. +1. Save the change, in the **Settings** section of the **az10408vmss0** blade, click **Instances**, select the checkboxes next to the instances of the virtual machine scale set, click **Upgrade**, and then, when prompted for confirmation, click **Yes**. >**Note**: The disk attached in the previous step is a raw disk. Before it can be used, it is necessary to create a partition, create a filesystem, and mount it. To accomplish this, you will use Azure virtual machine Custom Script extension. First, you will need to remove the existing Custom Script Extension. @@ -605,7 +605,7 @@ In this task, you will change the size of virtual machine scale set instances, c 1. Close the Cloud Shell pane. -1. In the **Settings** section of the **az10408vmss0** blade, click **Instances**, select the checkboxes next to the two instances of the virtual machine scale set, click **Upgrade**, and then, when prompted for confirmation, click **Yes**. +1. In the **Settings** section of the **az10408vmss0** blade, click **Instances**, select the checkboxes next to the instances of the virtual machine scale set, click **Upgrade**, and then, when prompted for confirmation, click **Yes**. #### Clean up resources