Are there any plans to introduce a feature to delete all blob inside a directory?

Devika S 1 Reputation point
2021-03-19T04:56:33.25+00:00

Hi,

I have block blobs saved inside a container organised into different directories. Currently, if I have to delete all blobs inside a directory I have to first list all the blobs with prefix path and then delete all blobs one by one. Are there any plans to introduce a feature similar to list by prefix to delete by prefix?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,426 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,576 Reputation points
    2021-03-19T05:08:24.22+00:00

    One workaround is to use Storage explorer, filter the files with prefix and select all, delete.

    79447-image.png

    If this delete activity has to be scheduled, then ADF can be used.

    If you want this feature to be implemented, you may post the feedback here which is monitored by product team

    https://feedback.azure.com/forums/217298-storage

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav