Skip to content

Container Deletion returns immediately but the target container is not actually deleted at that time #30456

Open
@jackofallops

Description

@jackofallops

Delete returns immediately but the container is still present and blocks re-use of the name when recreating:

unexpected status 409 (409 Conflict) with error: ContainerOperationFailure: The specified container is being deleted. Try operation later.

The delete response should be returned only when the deletion is complete, or be an LRO with a polling endpoint to be able to confirm the operation is completed successfully rather than requiring users to deal with retry logic on creation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MgmtThis issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions