Question

Difficulty: MediumDesign Azure Backup Solutions

A financial services company hosts an accounting application on an Azure Virtual Machine. The virtual machine uses Premium SSD v2 managed disks for its database and log volumes. You must design an Azure Backup solution that meets the following requirements:

* Backups must be taken multiple times per day to achieve a low recovery point objective (RPO).
* Quick recovery from local snapshots must be available for any data lost within the last 5 days.
* Backups must be kept in vault storage for 365 days to meet regulatory compliance.

Which two configurations must you include in the backup policy design? (Select two.)

  1. Define the backup policy type as Enhanced.Answer
  2. Configure the instant restore retention to 5 days.Answer
  3. C
    Configure the instant restore retention to 365 days.
  4. D
    Define the backup policy type as Standard.

Answer

To meet the requirements, the backup policy type must be defined as Enhanced and the instant restore retention must be configured to 5 days.
The correct configuration requires choosing the Enhanced policy type and setting the instant restore retention to 5 days. Premium SSD v2 disks are only supported by the Enhanced backup policy type, which also supports multiple backups per day. To achieve quick operational recovery from local snapshots, the instant restore retention must be aligned with the 5-day window.

Step-by-Step Solution

1
Identify the disk tier and VM requirements.
The VM uses Premium SSD v2 managed disks and requires backups multiple times per day.
This determines which backup policy subtype is supported.
2
Select the appropriate backup policy type.
Select the Enhanced policy type.
Only the Enhanced policy type supports Premium SSD v2 managed disks and multiple daily backups.
3
Configure the local snapshot retention for fast recovery.
Set the instant restore retention to 5 days.
This keeps snapshots on the local disks for 5 days to facilitate quick recoveries under the low recovery time objective.

Key Concept

Azure Backup Enhanced policy capabilities and instant restore snapshot limits.
Rate this question