diff --git a/README.md b/README.md index aff8b4f..c6b4f84 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,11 @@ This example provides quick rollback using storage-account level protection (`so ## Data Recovery -### Operational recovery (Azure Blobs) - -For Azure Blobs, this module enables the storage-account level protection features used for operational recovery: blob soft delete, container soft delete, blob versioning, change feed, and point-in-time restore. This is intended for short-term rollback and fast recovery after accidental delete, overwrite, or data corruption events. - -In this module, Azure Blobs operational recovery is configured through the Blob Data Protection inputs (`enable_blob_soft_delete`, `enable_blob_versioning`, `enable_blob_change_feed`, and `enable_point_in_time_restore_for_containers`) in the main storage-account example above. +Short-term recovery from accidental deletion or modification can be achieved using the built-in Azure Storage Account data protection features enabled in this module. ### Azure Backup recovery (vaulted) -To add the vaulted recovery option, the `backup-vault` module is required. -After creating the vault, configure Azure Backup (policy and backup instance) to protect the storage account for vaulted retention and restore workflows. +To add a long-term vaulted recovery option, the `backup-vault` module is required. After creating the vault, configure Azure Backup (policy and backup instance) to protect the storage account for vaulted retention and restore workflows. ```hcl module "state_storage" {