mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
added minor changes to avoid confusion in lab 8. Fixed updated Password complexity in lab 9a
This commit is contained in:
parent
7d3eaca66c
commit
fd6cead29a
@ -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",
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user