
close
close
This post will discuss a new preview recycle bin feature for Azure blob storage called Soft Delete.
Microsoft Azure customers are becoming more aware of the cost-effectiveness of cloud storage, especially blob storage. If they have a means, probably a web app, to upload and access files to the blob service in a storage account, then they can store huge capacities at a very low cost. A file, now referred to as a blob, can be kept in the hot tier (for frequent access), the cold tier (for infrequent access), or the archive tier (for legal/regulator retention).
Now this storage becomes important and things happen. We have the ability to convert blob storage into WORM storage but if the storage account is more interactive, then users will do things like accidentally deleting a file. Backups can be restored, but recycle bins are faster to use for these kinds of regular restores. And now, there is a preview for:
advertisment
Both of these features are offered by Soft Delete and are easily configured with a simple retention window.
The following graphic, by Microsoft, illustrates a file/blob life cycle with Soft Delete enabled in the storage account.
Explaining Azure Blob Storage Soft Delete [Image Credit: Microsoft]
Soft Delete is disabled by default and must be enabled in the settings of the storage account in question. You can find the Soft Delete settings under Blob Service in the storage account. Set it to Enabled and then define a retention policy of between 1 and 365 days. Click Save to complete the configuration.
Enabling and Configuring Azure Blob Storage Soft Delete [Image Credit: Aidan Finn]
advertisment
In my test environment, I have set up a storage account with some files kept in a blob storage container.
Files Kept in Azure Blob Storage [Image Credit: Aidan Finn]
In the container, I can check the Show Deleted Blobs box to let me see any soft deleted blobs. I can right-click on a deleted checkpoint to either view the snapshots or to restore it.
Viewing Soft Deleted Blobs in Azure Storage [Image Credit: Aidan Finn]
advertisment
Viewing Old Snapshots of a Blob in Azure Storage [Image Credit: Aidan Finn]
Combined with the preview WORM storage option, the preview for Soft Delete is making Blob storage a very interesting place to keep valuable data. All that remains is protection for the entire storage account using Azure Backup. By the way, you can vote for that feature here.
More in Microsoft Azure
Build 2022: Microsoft's Intelligent Data Platform Combines Data and Analytics
May 25, 2022 | Rabia Noureen
Microsoft Revises Restrictive Cloud Licensing Policies to Avoid EU Antitrust Probe
May 19, 2022 | Rabia Noureen
Microsoft's Azure AD Conditional Access Service Can Now Require Reauthentication
May 13, 2022 | Rabia Noureen
Microsoft Addresses Cross-Tenant Database Vulnerability in Azure PostgreSQL
Apr 29, 2022 | Rabia Noureen
Microsoft Simplifies IT Monitoring with New Azure Managed Grafana Service
Apr 19, 2022 | Rabia Noureen
Most popular on petri