mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Merge pull request #117 from sympa18/master
Minor lab changes to lab 8 and lab 9
This commit is contained in:
commit
5a5d92a4c6
@ -106,7 +106,9 @@ In this task, you will deploy Azure virtual machines into different availability
|
||||
| --- | --- |
|
||||
| Resource group | **az104-08-rg01** |
|
||||
| Network Interface Name | **az104-08-vm1-nic1** |
|
||||
| Public Ip Address Name | **az104-08-vm1-ip** |
|
||||
| Virtual Machine Name | **az104-08-vm1** |
|
||||
| Virtual Machine Computer Name | **az104-08-vm1** |
|
||||
| Admin Username | **Student** |
|
||||
| Admin Password | **Pa55w.rd1234** |
|
||||
| Zone | **2** |
|
||||
@ -160,6 +162,8 @@ In this task, you will install Windows Server Web Server role on the two Azure v
|
||||
|
||||
1. On the **Edit template** blade, in the section displaying the content of the template, insert the following code starting with line **20** (directly underneath the ` "resources": [` line):
|
||||
|
||||
>**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 20.
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "Microsoft.Compute/virtualMachines/extensions",
|
||||
@ -208,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):
|
||||
|
||||
@ -224,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):
|
||||
|
||||
@ -293,8 +297,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**: Wait for the template deployment to complete. You can monitor its progress from the **Extensions** blade of the **az104-08-vm1** virtual machine. This should take no more than 3 minutes.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user