From a1866d48eb2b0c96174851fb720a771a3d2fb775 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 10 May 2024 07:40:14 -0700 Subject: [PATCH] Update LAB_10-Implement_Data_Protection.md --- .../Labs/LAB_10-Implement_Data_Protection.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Instructions/Labs/LAB_10-Implement_Data_Protection.md b/Instructions/Labs/LAB_10-Implement_Data_Protection.md index 95e2a8d2..fb855b31 100644 --- a/Instructions/Labs/LAB_10-Implement_Data_Protection.md +++ b/Instructions/Labs/LAB_10-Implement_Data_Protection.md @@ -284,6 +284,18 @@ If you are working with **your own subscription** take a minute to delete the la + Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`. + Using the CLI, `az group delete --name resourceGroupName`. +## Extend your learning with Copilot +Copilot can assist you in learning how to use the Azure scripting tools. Copilot can also assist in areas not covered in the lab or where you need more information. Open an Edge browser and choose Copilot (top right) or navigate to *copilot.microsoft.com*. Take a few minutes to try these prompts. + ++ What products does Azure Backup support? ++ Summarize the steps for backing up and restoring an Azure virtual machine with Azure Backup. ++ How can I use Azure PowerShell or the CLI to check the status of an Azure Backup job. ++ Provide at least five best practices for configuring Azure virtual machine backups. + +## Learn more with self-paced training + ++ [Protect your virtual machines by using Azure Backup](https://learn.microsoft.com/training/modules/protect-virtual-machines-with-azure-backup/). Use Azure Backup to help protect on-premises servers, virtual machines, SQL Server, Azure file shares, and other workloads. ++ [Protect your Azure infrastructure with Azure Site Recovery](https://learn.microsoft.com/en-us/training/modules/protect-infrastructure-with-site-recovery/). Provide disaster recovery for your Azure infrastructure by customizing replication, failover, and failback of Azure virtual machines with Azure Site Recovery. ## Key takeaways @@ -295,8 +307,3 @@ Congratulations on completing the lab. Here are the main takeaways for this lab. + Azure Site Recovery is a disaster recovery solution that provides protection for your virtual machines and applications. + Azure Site Recovery replicates your workloads to a secondary site, and in the event of an outage or disaster, you can failover to the secondary site and resume operations with minimal downtime. + A Recovery Services vault stores your backup data and minimizes management overhead. - -## Learn more with self-paced training - -+ [Protect your virtual machines by using Azure Backup](https://learn.microsoft.com/training/modules/protect-virtual-machines-with-azure-backup/). Use Azure Backup to help protect on-premises servers, virtual machines, SQL Server, Azure file shares, and other workloads. -+ [Protect your Azure infrastructure with Azure Site Recovery](https://learn.microsoft.com/en-us/training/modules/protect-infrastructure-with-site-recovery/). Provide disaster recovery for your Azure infrastructure by customizing replication, failover, and failback of Azure virtual machines with Azure Site Recovery.