I have a file with multiple blobs that exist in a container.
I can delete them one by one by calling in a loop:
az storage blob delete
For me that solution would be fine if there is a way just to send the request and not having to wait if it’s successful or not.
Now it takes forever to complete.
Is there a solution to have a deleteAsync or any other more performant solution to delete lists of blobs?