Which service(blob, file, queue, table) does this issue concern?
blob, queue
Which version of the Azurite was used?
v3.29.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Visual Studio Code Extension
What problem was encountered?
After starting and stopping Azurite in VSCode using the >Azurite: Start and >Azurite: Close commands, The extension still holds a lock on the two directories __blobstorage__ and __queuestorage__. Consequently, I am unable to delete these directories, for example to start anew, until I close VS Code. This makes that process unnecessary frustrating.
Steps to reproduce the issue?
- >Azurite: Start
- >Azurite: Close
- Try deleting __blobstorage__and__queuestorage__in the project root. Will fail.
- Close VS Code.
- Try deleting __blobstorage__and__queuestorage__in the project root. Will succeed.
Have you found a mitigation/solution?
No.