From 47f1767f97f361d1e407c94a710d9f1845033693 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Sat, 6 Jan 2024 06:41:05 -0800 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- .../Lab/LAB_04-Implement_Virtual_Networking.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md b/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md index c586b08d..a0f675e9 100644 --- a/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md +++ b/New Instructions/Lab/LAB_04-Implement_Virtual_Networking.md @@ -66,9 +66,9 @@ These virtual networks and subnets are structured in a way that accommodates exi The organization plans a large amount of growth for core services. In this task, you create the virtual network and the associated subnets to accommodate the existing resources and planned growth. -1. Search for and select **Virtual Networks**. +1. Search for and select `Virtual Networks`. -1. Select **Create** on the Virtual networks page and complete the **Basics** and **IPv4 addresses**. +1. Select **Create** on the Virtual networks page and complete the **Basics** and **IP addresses** tabs. 1. Use the information in the following table to create the CoreServicesVnet virtual network. @@ -77,11 +77,9 @@ The organization plans a large amount of growth for core services. In this task, | Basics | Resource Group | **az104-rg4** | | | Name | `CoreServicesVnet` | | | Region | (US) **East US** | - | IP Addresses | IPv4 address space | `10.20.0.0/16` (Delete or overwrite the IP address space) | + | IP Addresses | IPv4 address space | `10.20.0.0/16` (separate the entries) | -1. In the subnets area, delete the **default** subnet. - 1. Select **+ Add a subnet**. Complete the name and address information for each subnet. Be sure to select **Add** for each new subnet. | **Subnet** | **Option** | **Value** | @@ -204,7 +202,7 @@ In this task, we create an Application Security Group and a Network Security Gro 1. Select **+ Add**. -1. On the **Add inbound port rule** blade, use the following information to add inbound port rule, and then select **Add**. +1. On the **Add inbound security rule** blade, use the following information to add inbound port rule, and then select **Add**. | Setting | Value | | -- | -- | @@ -219,7 +217,7 @@ In this task, we create an Application Security Group and a Network Security Gro | Priority | **100** | | Name | **AllowASG** | -1. After creating your NSG rule, take a minute to review the default **Outgoing security rules**. +1. After creating your NSG rule, take a minute to review the default **Outbound security rules**. ## Key takeaways