Implementing Data Protection in Azure: AZ-104 Lab 10 Review
Introduction As part of my journey to becoming an Azure Administrator, I recently completed Lab 10 - Implement Data Protection, which focused on the backup and disaster recovery of Azure virtual machines (VMs). In this lab, I learned how to create a Recovery Services vault, configure backup policies, and implement disaster recovery using Azure Site Recovery. These skills are essential for ensuring that virtual machines are protected from data loss and can be quickly restored in case of accidental or malicious data loss. Lab Overview This lab provided hands-on experience with Azure Backup and Azure Site Recovery. I learned how to create a Recovery Services vault to store backup data and configure a backup policy for Azure virtual machines. Additionally, I explored Azure Site Recovery for disaster recovery scenarios, ensuring that workloads are replicated and can failover to a secondary site in the event of a disaster. Skills Practiced: ✅ Creating and configuring a Recovery Services vault ✅ Implementing Azure VM-level backup ✅ Configuring and monitoring backup jobs ✅ Implementing disaster recovery with Azure Site Recovery ✅ Using PowerShell to test backup and disaster recovery functionality Task 1: Use a Template to Provision an Infrastructure The first task was to use a custom template to deploy a virtual machine for testing backup and recovery. Here’s what I did: 1️⃣ Downloaded the provided template and parameters files. 2️⃣ Used the Deploy a custom template feature in the Azure portal to upload the files and provision resources. 3️⃣ Configured the virtual machine and virtual network with default settings to start the backup and recovery process. 4️⃣ Waited for the deployment to complete, which took about 5 minutes.

Introduction
As part of my journey to becoming an Azure Administrator, I recently completed Lab 10 - Implement Data Protection, which focused on the backup and disaster recovery of Azure virtual machines (VMs).
In this lab, I learned how to create a Recovery Services vault, configure backup policies, and implement disaster recovery using Azure Site Recovery. These skills are essential for ensuring that virtual machines are protected from data loss and can be quickly restored in case of accidental or malicious data loss.
Lab Overview
This lab provided hands-on experience with Azure Backup and Azure Site Recovery. I learned how to create a Recovery Services vault to store backup data and configure a backup policy for Azure virtual machines. Additionally, I explored Azure Site Recovery for disaster recovery scenarios, ensuring that workloads are replicated and can failover to a secondary site in the event of a disaster.
Skills Practiced:
✅ Creating and configuring a Recovery Services vault
✅ Implementing Azure VM-level backup
✅ Configuring and monitoring backup jobs
✅ Implementing disaster recovery with Azure Site Recovery
✅ Using PowerShell to test backup and disaster recovery functionality
Task 1: Use a Template to Provision an Infrastructure
The first task was to use a custom template to deploy a virtual machine for testing backup and recovery. Here’s what I did:
1️⃣ Downloaded the provided template and parameters files.
2️⃣ Used the Deploy a custom template feature in the Azure portal to upload the files and provision resources.
3️⃣ Configured the virtual machine and virtual network with default settings to start the backup and recovery process.
4️⃣ Waited for the deployment to complete, which took about 5 minutes.