Recover deleted or overwritten data
If you should need to recover data that has been overwritten or deleted, how you proceed depends on which data protection options you've enabled and which resource was affected. The following table describes the actions that you can take to recover data.
| Deleted or overwritten resource | Possible recovery actions | Requirements for recovery |
|---|---|---|
| Storage account | Attempt to recover the deleted storage account | The storage account was originally created with the Azure Resource Manager deployment model and was deleted within the past 14 days. A new storage account with the same name hasn't been created since the original account was deleted. |
| Container | Recover the soft-deleted container and its contents | Container soft delete is enabled and the container soft delete retention period hasn't yet expired. |
| Containers and blobs | Restore data from a second storage account | All container and blob operations have been effectively replicated to a second storage account. |
| Blob (any type) | Restore a blob from a previous version | Blob versioning is enabled and the blob has one or more previous versions. |
| Blob (any type) | Recover a soft-deleted blob | Blob soft delete is enabled and the soft delete retention interval hasn't expired. |
| Blob (any type) | Restore a blob from a snapshot | The blob has one or more snapshots. |
| Set of block blobs | Recover a set of block blobs to their state at an earlier point in time | Point-in-time restore is enabled and the restore point is within the retention interval. The storage account hasn't been compromised or corrupted. |
| Blob version | Recover a soft-deleted version | Blob soft delete is enabled |
Comments
Post a Comment