Why can't Azure delete a basic blob folder?

2025-06-27T13:18:56.02+00:00

Tried many times to delete folder in blob storage account but facing errors when using CLI, Portal, azcopy, python scripts. I'm the account owner here... why is it taking 45 minutes to delete a folder then giving an error?

Screenshot 2025-06-27 at 9.07.57 AM

Screenshot 2025-06-27 at 9.08.05 AM

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,203 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ripin 11 Reputation points
    2025-06-30T05:22:24.7+00:00

    The error "Failed to delete 1 out of 1 blobs" in Azure often indicates an issue with

    1. permissions,
    2. lease conflicts, or
    3. the blob's state (e.g., soft delete or immutability).

    To resolve this, ensure proper permissions, check for leases and immutability policies, and verify the blob's state

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.