A barley-malt silo app deletes a mistyped lot photo with the Blob SDK. Soft delete is enabled on the account. What should the developer expect immediately after a successful delete call?
Select an answer to reveal the explanation.
Short Explanation
With soft delete on, delete is more like moving the photo to a recycle bin than shredding it. For the retention days you configured, undelete can bring it back. Lifecycle rules are a separate timer; Insights does not gate the delete API.
Full Explanation
When blob soft delete is enabled, a delete operation marks the blob soft-deleted for the configured retention period, and undelete can restore it. Soft delete applies to data-plane deletes, not only portal actions. Lifecycle policies and monitoring tools are separate concerns from the immediate delete semantics.