From 4c26659768d8f92306de4d2bd0d3fb096706a778 Mon Sep 17 00:00:00 2001 From: Jourdan Parham Date: Wed, 13 Apr 2022 16:49:28 -0400 Subject: [PATCH] Edits for clarity, task 1 step 6 Proposed changes are to add clarity to Task 1, Step 6. There has been learner confusion with the appropriate syntax to create a variable. Additionally, removing the backticks which render as a type text in the lab environment. --- Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md index 36465824..4d98deb3 100644 --- a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md +++ b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md @@ -43,7 +43,7 @@ In this task, you will deploy three virtual machines, each into a separate virtu 1. Edit the **Parameters** file you just uploaded and change the password. If you need help editing the file in the Shell please ask your instructor for assistance. As a best practice, secrets, like passwords, should be more securely stored in the Key Vault. -1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the lab environment. The first two virtual networks and a pair of virtual machines will be deployed in `[Azure_region_1]`. The third virtual network and the third virtual machine will be deployed in the same resource group but another `[Azure_region_2]`. (replace the `[Azure_region_1]` and `[Azure_region_2]` placeholder with the names of two different Azure regions where you intend to deploy these Azure virtual machines): +1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the lab environment. The first two virtual networks and a pair of virtual machines will be deployed in [Azure_region_1]. The third virtual network and the third virtual machine will be deployed in the same resource group but another [Azure_region_2]. (replace the [Azure_region_1] and [Azure_region_2] placeholder, including the square brackets, with the names of two different Azure regions where you intend to deploy these Azure virtual machines. An example is $location1 = 'eastus'. You can use Get-AzLocation to list all locations.): ```powershell $location1 = '[Azure_region_1]'