From a9bbc34c986dd94c73a43df9b3405f80066c64c1 Mon Sep 17 00:00:00 2001 From: polichtm Date: Mon, 16 Mar 2020 11:19:25 -0400 Subject: [PATCH] addressing #27 --- Instructions/Labs/LAB_10-Implement_Data_Protection.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_10-Implement_Data_Protection.md b/Instructions/Labs/LAB_10-Implement_Data_Protection.md index a4c0ea52..c16dd37a 100644 --- a/Instructions/Labs/LAB_10-Implement_Data_Protection.md +++ b/Instructions/Labs/LAB_10-Implement_Data_Protection.md @@ -419,7 +419,6 @@ In this task, you will restore a file from the Azure virtual machine-level snaps | Reason | **Others** | | Comments | **az104 10 lab** | - #### Clean up resources >**Note**: Remember to remove any newly created Azure resources that you no longer use. Removing unused resources ensures you will not see unexpected charges. @@ -438,6 +437,8 @@ In this task, you will restore a file from the Azure virtual machine-level snaps Get-AzResourceGroup -Name 'az104-10*' | Remove-AzResourceGroup -Force -AsJob ``` + >**Note**: Optionally, you might consider deleting the auto-generated resource group with the prefix **AzureBackupRG_** (there is no additional charge associated with its existence). + >**Note**: The command executes asynchronously (as determined by the -AsJob parameter), so while you will be able to run another PowerShell command immediately afterwards within the same PowerShell session, it will take a few minutes before the resource groups are actually removed. #### Review