added minor changes to avoid confusion in lab 8. Fixed updated Password complexity in lab 9a

This commit is contained in:
George Smpyrakis 2020-07-16 12:21:02 +10:00
parent 7d3eaca66c
commit fd6cead29a
2 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,9 @@ In this task, you will deploy Azure virtual machines into different availability
| --- | --- | | --- | --- |
| Resource group | **az104-08-rg01** | | Resource group | **az104-08-rg01** |
| Network Interface Name | **az104-08-vm1-nic1** | | Network Interface Name | **az104-08-vm1-nic1** |
| Public Ip Address Name | **az104-08-vm1-ip** |
| Virtual Machine Name | **az104-08-vm1** | | Virtual Machine Name | **az104-08-vm1** |
| Virtual Machine Computer Name | **az104-08-vm1** |
| Admin Username | **Student** | | Admin Username | **Student** |
| Admin Password | **Pa55w.rd1234** | | Admin Password | **Pa55w.rd1234** |
| Zone | **2** | | 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): 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 ```json
{ {
"type": "Microsoft.Compute/virtualMachines/extensions", "type": "Microsoft.Compute/virtualMachines/extensions",

View File

@ -105,7 +105,7 @@ In this task, you will configure web app deployment settings.
| Setting | Value | | Setting | Value |
| --- | ---| | --- | ---|
| User name | any unique name | | User name | any unique name |
| Password | **Pa55w0rd1234** | | Password | **P@55w0rd1234** |
>**Note:** You will need these credentials in the next task of this lab. >**Note:** You will need these credentials in the next task of this lab.