Recovery Services Vault
Recovery Services vaultis a resource that hold backup data.- It must be in the
same regionas the VM - An
extensionmust be installed to the VM. This extension is used to takesnapshotsof the disks attached to the VM - To backup a VM, go to the
VM resource -> Operations -> Backup - Possible backups -> Virtual Machine, FileShare, SQL Server, SAP Hana
Backup policy
Backup policyis used to configure the schedule for the backup process.- E.g., everyday, retention period, etc
DefaultPolicyis daily with 30 days retention
Recover points
- A snapshot creates a
recovery point - A backup is composed of multiple
recovery points
Kinds of recovery:
File recovery: Mounts the backup to your personal pc and you can pick the files you wantVM recovery: Create a new VM based on the backup or replace existing VM. A storage account to crete the OS disk, then the OS disk is attached to a VM.Disk recovery: Just the disk is restored
Snapshots
Kinds of snapshots:
Application consistent: Captures the memory content and the state of applicationsFilesystem consistent: Captures all the files at the same timeCrash consistent: Happens if the VM shuts down at the backup process
Soft deletes
Soft deleteprotects backup data from accidental deletes- Enables you to
recover blobsthat were previously marked for deletetion - Keep deleted blobs for 14 days (parametrized)
- Enabled/disabled in recovery service vault properties
Agent
- The agent is the machine which will run the backup workload
- The agent is run in
Azureby default, but can also be runon-premises - For on-premise agent, the
recovery service agentmust be downloaded (MARSagent)
Azure Site Recovery
- When a
Site Recoveryis performed, the VM continuously replicates onto a different region -
If
outageoccurs, you canfailoverthe VM onto a secondary region -
Replication policy
- Recovery point retention set to 24 hours (how long to keep the recovery points)
- App-consistent snapshot to every 4 hours

- The VMs recovered by
failoverwill not automatically be assigned a new public IP
Diagnostic settings
- Option to log the backup report into
log analytics,storage accountorevent hub - Reports are shown under
backup reports tab