diff --git a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md index 7d611bf9..de58374a 100644 --- a/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md +++ b/Instructions/Labs/LAB_08-Manage_Virtual_Machines.md @@ -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", diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index cc12991a..d9dcef7a 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -105,7 +105,7 @@ In this task, you will configure web app deployment settings. | Setting | Value | | --- | ---| | User name | any unique name | - | Password | **Pa55w0rd1234** | + | Password | **P@55w0rd1234** | >**Note:** You will need these credentials in the next task of this lab.