An Azure service that stores unstructured data in the cloud as blobs.
DON ADMIN hi,
whether u can recover them depends entirely on what protection features were enabled before they were deleted. Azure does not keep automatic long term backups of blobs unless specific features were turned on.
Check if soft delete for blobs was enabled on that storage account during that time. If soft delete was on and the retention period has not expired, u can restore the deleted blobs from the deleted state in the container.
Second check if blob versioning was enabled. If versioning was on older versions may still exist even if the current blob was deleted. Third check if Blob Backup via Recovery Services vault was configured. If yes u may be able to restore from a recovery point. If none of those were enabled and the blobs were permanently deleted, there is no standard recovery option. Azure does not keep hidden backups unless a data protection feature was configured.
You should immediately go Storage account > Data protection > confirm soft delete and retention settings Container > Show deleted blobs Recovery Services vault if used
If this was accidental deletion and soft delete was enabled but expired recently open a msft ticket immediately, sometimes recovery is possible only within a limited window.
If no protection was configured unfortunately the data is permanently gone.
Sorry.
rgds,
Alex
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.