How to create empty folder in azure blob storage
问题 How to create empty folder in azure blob storage just like empty folder in tool "Azure Explorer" 回答1: Technically speaking, you can't have an empty folder in Azure Blob Storage as blob storage has a 2 level hierarchy - blob container and blob. You essentially create an illusion of a folder by prefixing the file name with the folder name you like e.g. assuming you want a style sheet (say site.css) in say css folder, you name the stylesheet file as css/site.css . What some of the tools do is in