From e57048979a83aaa9b8e4330de61838dde5592674 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:32:32 -0800 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index 5939ae8f..c3709d52 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -98,7 +98,9 @@ In this task, you will deploy Azure virtual machines into different subnets of t >**Note**: You might need to upload each file separately. -1. From the Cloud Shell pane, run the following to deploy two virtual machines by using the template and parameter files you 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: ```powershell $rgName = 'az104-04-rg1' @@ -235,7 +237,7 @@ In this task, you will configure network security groups in order to allow for r >**Note**: You can ignore any warning prompts when connecting to the target virtual machines. -1. When prompted, sign in by using the **Student** username and **Pa55w.rd1234** password. +1. When prompted, sign in with the user and password in the parameters file. >**Note**: Leave the Remote Desktop session open. You will need it in the next task.