I use Azure Blob Storage a lot and the number of high-quality, reliable tools that allow you to perform basic tasks within your Blob Storage account are few and far between.
The most common activities that I perform on Azure Blob Storage are:
- Create Containers
- Change security settings on Containers
- Download Files
- Upload Files
- Delete Files
There are a couple of tools out there that do this but each has pros and cons:
- ClumsyLeaf CloudXplorer: This is a great tool but comes with a price tag. The price tag used to be somewhat reasonable ($19.99) but now its $59.99! I guess maybe its because the developer added support for a whole bunch of other storage platforms.
- Azure Storage Explorer: Old faithful. This thing has been around for ages and it does all three storage types (Blob, Table, Queue) and it’s free. The UI is a bit clunky and it appears to be abandoned.
- Azure Portal: Microsoft has been adding features that allow for basic manipulation of Blob data. It’s free but web-based and you have to login (through the portal)
One blaring omission from my list are any native Windows application. You would think there would be dozens, right?
This is all that I found:
The only application that remotely appears to attempt to do the job is “BlobManager” but it appears to only allow you to use a single Storage Account and be written using the Windows 8.x SDK so very likely not maintained any longer.
I wish there was a native Windows 10 application that was simple, clean, supported multiple accounts, and performed a small set of basic operations reliably.