From 66719fc1dece9819179709acd5604ce03c65a262 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:33:18 -0700 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index 327b6397..4ab24f9c 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -95,10 +95,9 @@ In this task, you will deploy Azure virtual machines into different subnets of t >**Note**: You must upload each file separately. After uploading, use **dir** to ensure both files were successfully uploaded. -1. Edit the Parameters file, 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 deploy two virtual machines by using the template and parameter files: - + >**Note**: You will be prompted to provide an Admin password. + ```powershell $rgName = 'az104-04-rg1' @@ -107,7 +106,7 @@ In this task, you will deploy Azure virtual machines into different subnets of t -TemplateFile $HOME/az104-04-vms-loop-template.json ` -TemplateParameterFile $HOME/az104-04-vms-loop-parameters.json ``` - + >**Note**: This method of deploying ARM templates uses Azure PowerShell. You can perform the same task by running the equivalent Azure CLI command **az deployment create** (for more information, refer to [Deploy resources with Resource Manager templates and Azure CLI](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-cli). >**Note**: Wait for the deployment to complete before proceeding to the next task. This should take about 2 minutes.