From 0f049f3d75b71c871be9e598b8b2a9562621c82a Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 9 Feb 2022 07:28:23 -0800 Subject: [PATCH] Update LAB_10-Implement_Data_Protection.md --- Instructions/Labs/LAB_10-Implement_Data_Protection.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_10-Implement_Data_Protection.md b/Instructions/Labs/LAB_10-Implement_Data_Protection.md index 9029acf0..f21f51ba 100644 --- a/Instructions/Labs/LAB_10-Implement_Data_Protection.md +++ b/Instructions/Labs/LAB_10-Implement_Data_Protection.md @@ -43,6 +43,8 @@ In this task, you will deploy two virtual machines that will be used to test dif 1. In the toolbar of the Cloud Shell pane, click the **Upload/Download files** icon, in the drop-down menu, click **Upload** and upload the files **\\Allfiles\\Labs\\10\\az104-10-vms-edge-template.json** and **\\Allfiles\\Labs\\10\\az104-10-vms-edge-parameters.json** into the Cloud Shell home directory. +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 virtual machines (replace the `[Azure_region]` placeholder with the name of an Azure region where you intend to deploy Azure virtual machines). Type each command line separately and execute them separately: ```powershell @@ -161,7 +163,7 @@ In this task, you will implement file and folder backup by using Azure Recovery >**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 by using the **Student** username and the password from the parameters file. >**Note:** Because the Azure portal doesn't support IE11 anymore, you'll have to use the Microsoft Edge Browser for this task. @@ -292,7 +294,7 @@ In this task, you will restore a file from the Azure virtual machine-level snaps >**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 by using the **Student** username and the password from the parameters file. >**Note:** Because the Azure portal doesn't support IE11 anymore, you'll have to use the Microsoft Edge Browser for this task.