Summary
In this chapter, you learned about Recovery Services vaults, what they are, and how to configure them, as well as what Azure Backup is and how it works, including how to configure a backup policy. You learned how to perform backup and restore operations by using Azure Backup. You also learned how to perform site-to-site recovery via the Azure portal and how to configure backup reports.
Now that you have read this chapter and followed along with the hands-on demos, you should be able to implement backups and recover them and deploy Azure infrastructure.
Note
Remember to delete the resources you created in this chapter to minimize costs.
Run the script in the GitHub repo for the chapter: Delete_Az104RecoveryServicesVault
.
Remove the resource group and all the corresponding resources with the following:
Get-AzResourceLock | Where-Object{$_.ResourceGroupName -like "AZ104-BCDR*"} |
Remove-AzresourceLock -Force
Remove-AzResourceGroup -Name
AZ104-BCDR-Recovery...