An administrator accidentally stopped protection for a critical VM and then deleted its backup item. The mistake was discovered a day later, and the organization wants deleted backup data to remain recoverable for a grace period. Which feature should be enabled on the Recovery Services vault?
Soft delete keeps deleted backup items recoverable for a retention window after deletion. That gives administrators time to reverse a mistaken stop-protection or delete action before the data is permanently lost. It is specifically designed for this sort of operational recovery scenario and is a vault-level protection setting. Because the question asks for recoverability after deletion, soft delete is the feature that directly addresses the requirement.
Why this answer
Soft delete on the Recovery Services vault provides a grace period (default 14 days) during which deleted backup data is retained in a soft-deleted state, allowing recovery even after a backup item is deleted. This feature is specifically designed to protect against accidental deletion, as it prevents permanent removal of backup data until the soft-delete period expires or is manually purged.
Exam trap
The trap here is that candidates may confuse soft delete with cross-region restore or diagnostic settings, thinking that logging or alerts can recover deleted data, when in fact only soft delete provides a grace period for recovery after accidental deletion.
Why the other options are wrong
An action group attached to vault alerts sends notifications but does not provide a grace period to recover deleted backup data. The question specifically asks for a feature that makes deleted backup data recoverable for a grace period, which soft delete provides.
Diagnostic settings export vault events to Log Analytics for monitoring and auditing, but they do not provide a grace period for recovering deleted backup data. Soft delete is the feature that retains deleted backups for 14 days.
Cross-region restore (CRR) enables restoring backup data to a paired secondary region for disaster recovery, but it does not provide a grace period to recover deleted backup items within the primary vault. The question specifically asks for a feature that retains deleted backup data for a grace period, which is soft delete, not CRR.