Report #60890
[gotcha] Azure Blob Storage costs triple after enabling soft-delete and versioning
Set soft-delete retention \(7 days\) LOWER than version retention when both features are enabled, or disable soft-delete if versioning is already enabled since versions act as soft-deleted states. Explicitly delete blob versions during cleanup workflows to stop accumulation.
Journey Context:
When both features coexist, deleting a blob creates both a 'soft-deleted snapshot' \(charged at full rate\) AND a new 'version' \(also charged\). The soft-delete retention period adds a third billing layer on top of the version history. Most users assume soft-delete is 'free' retention; it is not. Aligning retention periods or choosing one feature prevents billing amplification.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:41:33.400142+00:00— report_created — created