Skip to content

Commit

Permalink
Update LAB_02_NSGs.md
Browse files Browse the repository at this point in the history
Just adding these two selections for clarification as people cannot choose the VM size if the default Availability Zone setting remains configured.
  • Loading branch information
DieterRauscher authored Oct 16, 2024
1 parent 61b2d50 commit 4fce35a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Instructions/Labs/LAB_02_NSGs.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ In this task, you will create a virtual machine to use as a web server.
|Resource group|**AZ500LAB07**|
|Virtual machine name|**myVmWeb**|
|Region|**(US)East US**|
|Availability options|**No infrastructure redundancy required**
|Security type|**Standard**
|Image|**Windows Server 2022 Datacenter: Azure Edition- x64 Gen2**|
|Size|**Standard D2s v3**|
|Username|**Student**|
Expand All @@ -212,19 +214,19 @@ In this task, you will create a virtual machine to use as a web server.

>**Note**: For public inbound ports, we will rely on the precreated NSG.
4. Click **Next: Disks >** and, on the **Disks** tab of the **Create a virtual machine** blade, set the **OS disk type** to **Standard HDD** and click **Next: Networking >**.
5. Click **Next: Disks >** and, on the **Disks** tab of the **Create a virtual machine** blade, set the **OS disk type** to **Standard HDD** and click **Next: Networking >**.

5. On the **Networking** tab of the **Create a virtual machine** blade, select the previously created network **myVirtualNetwork**.
6. On the **Networking** tab of the **Create a virtual machine** blade, select the previously created network **myVirtualNetwork**.

6. Under **NIC network security group** select **None**.
7. Under **NIC network security group** select **None**.

7. Click **Next: Management >**, then click **Next: Monitoring >**. On the **Monitoring** tab of the **Create a virtual machine** blade, verify the following setting:
8. Click **Next: Management >**, then click **Next: Monitoring >**. On the **Monitoring** tab of the **Create a virtual machine** blade, verify the following setting:

|Setting|Value|
|---|---|
|Boot diagnostics|**Enabled with managed storage account (recommended)**|

8. Click **Review + create**, on the **Review + create** blade, ensure that validation was successful and click **Create**.
9. Click **Review + create**, on the **Review + create** blade, ensure that validation was successful and click **Create**.

#### Task 2: Create a virtual machine to use as a management server.

Expand Down

0 comments on commit 4fce35a

Please sign in to comment.