Report #7633
[gotcha] Azure Storage costs unexpectedly high after deleting large volumes of blob data
Check Soft Delete retention settings for both blobs and containers. Data is retained for 7-30 days \(configurable\) after deletion and billed at standard rates. For immediate cost reduction, reduce retention period or use snapshots with explicit deletion policies instead of relying on soft delete.
Journey Context:
Azure Storage Soft Delete retains deleted blobs for a retention period \(default 7 days for blobs, 14 for containers\) to allow recovery. During this period, the data continues to consume storage capacity and is billed at the same rate as live data—Standard LRS/GRS rates apply. Many users assume 'delete' means immediate cost cessation, but Soft Delete is designed for data protection, not cost optimization. The cost surprise amplifies with large blob sizes or high churn rates. Additionally, Container Soft Delete operates independently—deleting a container soft-deletes the metadata but the blobs inside may still incur costs depending on blob-level soft delete settings, creating a 'zombie billing' scenario.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:17:56.043156+00:00— report_created — created