An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hello @Nick D'Angelo
Thank you for posting your query on Microsoft Q&A platform.
For Azure Site Recovery (ASR) cache storage accounts, no special configuration is required for soft delete settings beyond the default storage account configuration. Microsoft does not mandate disabling soft delete or changing retention settings for ASR cache accounts, and ASR works as expected with the default settings.
From a service perspective:
- The cache storage account is used only for temporary replication data.
- Cache data is transient and can always be regenerated by ASR.
- ASR replication does not depend on recovering deleted cache data.
Because of this, Microsoft documentation does not list soft delete configuration as a requirement or prerequisite for ASR cache storage accounts.
Soft delete behavior depends on the storage service used by the cache account:
- Blob soft delete / container soft delete Deleted blobs or containers are retained for the configured retention period (1–365 days) and continue to consume storage during that period.
- Azure File share soft delete (if applicable) Deleted file shares remain soft‑deleted for the retention period and count toward quota and billing until expiry.
This behavior is storage‑level protection and does not change ASR functionality. Retention changes apply only to future deletions, and disabling soft delete does not immediately remove already soft‑deleted data.
Since ASR cache data has no recovery value:
- You can leave soft delete at default settings — this is fully supported.
- Some customers choose to reduce the retention period to limit storage consumption in high‑churn environments.
- Disabling soft delete is optional, not required, and is a cost decision, not an ASR requirement.
Also note that soft delete does not protect the storage account itself. If protection against accidental deletion of the storage account is required, Microsoft recommends using Azure Resource Manager (ARM) locks, not soft delete.
You can refer below documents for more details.
- Azure Site Recovery overview and architecture (cache account purpose): https://learn.microsoft.com/azure/site-recovery/site-recovery-overview
- Azure Site Recovery – Azure‑to‑Azure architecture (documents cache storage usage): https://learn.microsoft.com/azure/site-recovery/azure-to-azure-architecture
- Azure Blob soft delete (behavior, retention, billing impact): https://learn.microsoft.com/azure/storage/blobs/soft-delete-blob-overview
- Azure Files soft delete behavior: https://learn.microsoft.com/azure/storage/files/soft-delete-overview
So, there is no Microsoft requirement to disable soft delete for an ASR cache storage account. ASR functions normally with default storage settings. Any change to soft delete retention is an optional cost‑optimization choice, not a functional or support requirement.
Kindly let us know if the solution provided worked for you.
If you need any further assistance, please feel free to reach out.
If you found the comment helpful, please consider clicking "Upvote it".
Thanks,
Suchitra.