From e0da48afca954ca36bee101a4c19c6f8b373f253 Mon Sep 17 00:00:00 2001 From: polichtm Date: Wed, 11 Mar 2020 08:09:39 -0400 Subject: [PATCH] addressing #15 --- .../Labs/LAB_04-Implement_Virtual_Networking.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index 2c91fa31..cf5190fe 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -39,13 +39,13 @@ In this task, you will create a virtual network with multiple subnets by using t | Setting | Value | | --- | --- | - | Name | **az104-04-vnet1** | - | Address space | **10.40.0.0/20** | | Subscription | the name of the Azure subscription you will be using in this lab | | Resource Group | the name of a new resource group **az104-04-rg1** | - | Location | the name of any Azure region available in the subscription you will use in this lab | - | Subnet Name | **subnet0** | - | Subnet Address range | **10.40.0.0/24** | + | Name | **az104-04-vnet1** | + | Region | the name of any Azure region available in the subscription you will use in this lab | + | IPv4 address space | **10.40.0.0/20** | + | Subnet name | **subnet0** | + | Subnet address range | **10.40.0.0/24** | >**Note:** Wait for the virtual network to be provisioned. This should take less than a minute.