diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 696c5773..4fb70aef 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -414,6 +414,8 @@ In this task, you will deploy Azure virtual machine scale set across availabilit 1. On the **Management** tab of the **Create a virtual machine scale set** blade, ensure that the **Boot diagnostics** opton is enabled, select **Create new**, on the **Create storage account** blade, in the **Name** text box, type a unique, valid storage account name, click **OK**, and click **Next : Health >**: + >**Note**: You will need the name of this storage account in the next task. + 1. On the **Health** tab of the **Create a virtual machine scale set** blade, review the default settings without making any changes and click **Next : Advanced >**. 1. On the **Advanced** tab of the **Create a virtual machine scale set** blade, specify the following settings (leave others with their default values) and click **Review + create**. @@ -433,7 +435,24 @@ In this task, you will deploy Azure virtual machine scale set across availabilit In this task, you will install Windows Server Web Server role on the instances of the Azure virtual machine scale set you deployed in the previous task by using the Custom Script virtual machine extension. -1. In the Azure portal, refresh the **Virtual machine scale sets** blade and click **az10408vmss0**. +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, 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**: + + | Setting | Value | + | --- | --- | + | Name | **scripts** | + | Public access level | **Private (no anonymous access**) | + +1. Back on the storage account blade displaying the list of containers, click **scripts**. + +1. On the **scripts** blade, click **Upload**. + +1. On the **Upload blob** blade, click the folder icon, in the **Open** dialog box, navigate to the **\\Allfiles\\Labs\\08** folder, select **az104-08-install_IIS.ps1**, click **Open**, and back on the **Upload blob** blade, click **Upload**. + +1. In the Azure portal, navigate back to the **Virtual machine scale sets** blade and click **az10408vmss0**. 1. On the **az10408vmss0** blade, click **Extensions**, and the click **+ Add**.