Added minor changes to lab 8 and 9

This commit is contained in:
George Smpyrakis 2020-07-16 15:47:14 +10:00
parent fd6cead29a
commit d9e85ba68f
2 changed files with 7 additions and 4 deletions

View File

@ -212,11 +212,11 @@ In this task you will scale compute for Azure virtual machines by changing their
1. In the Azure portal, search for and select **Virtual machines** and, on the **Virtual machines** blade, click **az104-08-vm0**.
1. On the **az104-08-vm0** virtual machine blade, click **Size** and set the virtual machine size to **Standard DS1_v2**
1. On the **az104-08-vm0** virtual machine blade, click **Size** and set the virtual machine size to **Standard DS1_v2** and click **Resize**
>**Note**: Choose another size if **Standard DS1_v2** is not available.
1. On the **az104-08-vm0** virtual machine blade, click **Disks**, click **+ Add data disk**, and, in the **Name** drop down list, click **Create disk**.
1. On the **az104-08-vm0** virtual machine blade, click **Disks**, Under **Data disks** click **+ Create and attach a new disk**.
1. Create a managed disk with the following settings (leave others with their default values):
@ -228,7 +228,7 @@ In this task you will scale compute for Azure virtual machines by changing their
| Size | **1024 GiB** |
1. Back on the **az104-08-vm0 - Disks** blade, click **+ Add data disk**, and, in the **Name** drop down list, click **Create disk**.
1. Back on the **az104-08-vm0 - Disks** blade, Under **Data disks** click **+ Create and attach a new disk**.
1. Create a managed disk with the following settings (leave others with their default values):
@ -296,8 +296,11 @@ In this task you will scale compute for Azure virtual machines by changing their
]
```
>**Note**: If you are using a tool that pastes the code in line by line intellisense may add extra brackets causing validation errors. You may want to paste the code into notepad first and then paste it into line 49.
>**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**.
>**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.

View File

@ -144,7 +144,7 @@ In this task, you will deploy code to the staging deployment slot.
git push [deployment_user_name] master
```
1. If prompted to authenticate, type the `[deployment_user_name]` and the corresponding password (**Pa55w0rd1234**).
1. If prompted to authenticate, type the `[deployment_user_name]` and the corresponding password (**P@55w0rd1234**).
1. Close the Cloud Shell pane.