From 5016fe34fa677b8fecd873883712fb087b585ad1 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:12:21 -0700 Subject: [PATCH] Update LAB_10-Implement_Data_Protection.md --- Instructions/Labs/LAB_10-Implement_Data_Protection.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Instructions/Labs/LAB_10-Implement_Data_Protection.md b/Instructions/Labs/LAB_10-Implement_Data_Protection.md index fc343120..d7ae2355 100644 --- a/Instructions/Labs/LAB_10-Implement_Data_Protection.md +++ b/Instructions/Labs/LAB_10-Implement_Data_Protection.md @@ -49,8 +49,6 @@ 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 @@ -66,7 +64,8 @@ In this task, you will deploy two virtual machines that will be used to test dif ``` 1. From the Cloud Shell pane, run the following to create the first virtual network and deploy a virtual machine into it by using the template and parameter files you uploaded: - + >**Note**: You will be prompted to provide an Admin password. + ```powershell New-AzResourceGroupDeployment ` -ResourceGroupName $rgName `