From 982648c74b4ccf330228cf53f6448fe5cb232a29 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 3 May 2022 07:02:02 -0700 Subject: [PATCH] Update LAB_06-Implement_Network_Traffic_Management.md --- .../Labs/LAB_06-Implement_Network_Traffic_Management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md index 9f8031e2..a5b68022 100644 --- a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md +++ b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md @@ -101,7 +101,7 @@ In this task, you will deploy four virtual machines into the same Azure region. >**Note**: Wait for the deployment to complete before proceeding to the next step. This should take about 5 minutes. >**Note**: If you got an error stating the VM size is not available please consult your instructor and try these steps. - > 1. Click on the `{}` button in your CloudShell, select the **az104-04-vms-loop-parameters.json** from the left hand side bar and take a note of the `vmSize` parameter value. + > 1. Click on the `{}` button in your CloudShell, select the **az104-06-vms-loop-parameters.json** from the left hand side bar and take a note of the `vmSize` parameter value. > 1. Check the location in which the 'az104-04-rg1' resource group is deployed. You can run `az group show -n az104-04-rg1 --query location` in your CloudShell to get it. > 1. Run `az vm list-skus --location -o table --query "[? contains(name,'Standard_D2s')].name"` in your CloudShell. > 1. Replace the value of `vmSize` parameter with one of the values returned by the command you just run.