I have Blob in that is placed inside Virtual Directory. For example :
Test/Simulation/Testing.txt
Is it possible to delete Testing.txt only via Azure CLI ?
I’ve tried to use az storage blob delete and az storage blob delete-batch commands but without success.
While trying to delete the blob with both commands from above the Virtual Directories Test/Simulation are also being deleted.