From 29e48fde864434674d4c64b3e364fbe4f243cf26 Mon Sep 17 00:00:00 2001 From: Clifford Brent Smith <78555251+clifford-smith@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:20:14 -0600 Subject: [PATCH 1/4] Update LAB_02a_Manage_Subscriptions_and_RBAC.md edit to match interface changes --- Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC.md b/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC.md index 4be59078..64d3e960 100644 --- a/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC.md +++ b/Instructions/Labs/LAB_02a_Manage_Subscriptions_and_RBAC.md @@ -43,7 +43,7 @@ In this task, you will create and configure management groups. 1. Sign in to the [Azure portal](https://portal.azure.com). -1. Search for and select **Management groups** and then, on the **Management groups** blade, click **+ Add management group**. +1. Search for and select **Management groups** and then, on the **Management groups** blade, click **+ Add**. >**Note**: If you have not previously created Management Groups, select **Start using management groups** From e1da2594d7e436259657b0018f62ba608b80e5ee Mon Sep 17 00:00:00 2001 From: Clifford Brent Smith <78555251+clifford-smith@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:22:50 -0600 Subject: [PATCH 2/4] Update LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md edit to match potential interface options --- ...AB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md b/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md index 9281e713..16abda1a 100644 --- a/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md +++ b/Instructions/Labs/LAB_03a-Manage_Azure_Resources_by_Using_the_Azure_Portal.md @@ -31,7 +31,7 @@ In this task, you will use the Azure portal to create resource groups and create 1. Sign in to the [Azure portal](https://portal.azure.com). -1. In the Azure portal, search for and select **Disks**, click **+ New**, and specify the following settings: +1. In the Azure portal, search for and select **Disks**, click **+ Add, + Create, or + New**, and specify the following settings: |Setting|Value| |---|---| @@ -72,7 +72,7 @@ In this task, we will move the disk resource you created in the previous task to In this task, you will apply a resource lock to an Azure resource group containing a disk resource. -1. In the Azure portal, search for and select **Disks**, click **+ New**, and specify the following settings: +1. In the Azure portal, search for and select **Disks**, click **+ Add, + Create, or + New**, and specify the following settings: |Setting|Value| |---|---| From 65401e865039b89a0a5c426d9b17b996e21aaf37 Mon Sep 17 00:00:00 2001 From: Clifford Brent Smith <78555251+clifford-smith@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:26:42 -0600 Subject: [PATCH 3/4] Update LAB_04-Implement_Virtual_Networking.md reordered list to match interface changes --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index fdb25dd2..e5bcf393 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -127,8 +127,6 @@ In this task, you will configure static assignment of public and private IP addr 1. In the list IP configurations, click **ipconfig1**. -1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.0.4**. - 1. On the **ipconfig1** blade, in the **Public IP address settings** section, select **Associate**, click **+ Create new**, specify the following settings, and click **OK**: | Setting | Value | @@ -136,6 +134,8 @@ In this task, you will configure static assignment of public and private IP addr | Name | **az104-04-pip0** | | SKU | **Standard** | +1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.0.4**. + 1. Back on the **ipconfig1** blade, save the changes. 1. Navigate back to the **az104-04-vnet1** blade @@ -146,8 +146,6 @@ In this task, you will configure static assignment of public and private IP addr 1. In the list IP configurations, click **ipconfig1**. -1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.1.4**. - 1. On the **ipconfig1** blade, in the **Public IP address settings** section, select **Associate**, click **+ Create new**, specify the following settings, and click **OK**: | Setting | Value | @@ -155,6 +153,8 @@ In this task, you will configure static assignment of public and private IP addr | Name | **az104-04-pip1** | | SKU | **Standard** | +1. On the **ipconfig1** blade, set **Assignment** to **Static**, leave the default value of **IP address** set to **10.40.1.4**. + 1. Back on the **ipconfig1** blade, save the changes. 1. Navigate back to the **az104-04-rg1** resource group blade, in the list of its resources, click **az104-04-vm0**, and from the **az104-04-vm0** virtual machine blade, note the public IP address entry. From c051f193cd9dfd3b3fad2d64f59d3e02bbaaa4e7 Mon Sep 17 00:00:00 2001 From: Clifford Brent Smith <78555251+clifford-smith@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:30:47 -0600 Subject: [PATCH 4/4] Update LAB_06-Implement_Network_Traffic_Management.md minor edits to correct code and change "Ok" to "Add" to match interface changes --- .../Labs/LAB_06-Implement_Network_Traffic_Management.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md index 1bc88312..7bcc4a64 100644 --- a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md +++ b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md @@ -355,7 +355,7 @@ In this task, you will configure and test routing between the two spoke virtual | Virtual network | **az104-06-vnet3** | | Subnet | **subnet0** | -1.Click **OK** +1. Click **OK** 1. In the Azure portal, navigate back to the **Network Watcher - Connection troubleshoot** blade. @@ -433,7 +433,7 @@ In this task, you will implement an Azure Load Balancer in front of the two Azur | Interval | **5** | | Unhealthy threshold | **2** | -1. Click **OK** +1. Click **Add** 1. Wait for the health probe to be created, in the **Settings** section, click **Load balancing rules**, and then click **+ Add**. @@ -453,7 +453,7 @@ In this task, you will implement an Azure Load Balancer in front of the two Azur | TCP reset | **Disabled** | | Floating IP (direct server return) | **Disabled** | -1. Click **OK** +1. Click **Add** 1. Wait for the load balancing rule to be created, click **Overview**, and note the value of the **Public IP address**.