Azure Storage Blob Container – Keep virtual directory when deleting blob via Azure CLI
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…