Friday, January 9, 2009

Azure Storage Explorer

I've been wanting an easier way to view what's in my Azure cloud storage so I decided to write a tool for the purpose. Azure Storage Explorer now exists and is available here on CodePlex.

Today Azure Storage Explorer is limited to letting you view your Azure storage (including data details of your blobs, queue messages, and table records) but eventually I'd like the tool to also allow add/rename/delete operations on storage items and import/export of data.

Here's the table storage view. Your tables are listed in the tree view at left. If you select a table, its records are displayed in the list item view at right. If you select a record, it is displayed in XML form below.



Here's the blob view. Your containers are listed in the tree view at left. Containers with no items are greyed out. Clicking on a container lists your blobs in the list item view at right. Selecting a blob shows its content below. You can use menu items or toolbar buttons to switch between a text and binary view of the data.





Here's the queue view. Your queues are listed in the tree view pane at left. Queues with no messages are greyed out. Selecting a queue lists queue messages in the list item view at right. The messages are peeked, not removed from the queue, and there's a limit of 32 messages that can be shown. Clicking on a queue message displays its data below. Again you can switch between a textual view and a binary view.





The only set up required is to specify the name and key of your storage account in the exe's configuration file.

I'll continue to improve Azure Storage Explorer over time and would love to hear feedback on it.


5 comments:

Anonymous said...

Hey David,

I've been using Storage Explorer now for a while, and I think it has huge potential. It looks like people are slow to adopt - I don't know how they view their storage stuff! Tell you what, it needs a bit of polishing and all the features that you mentioned (and those of your users), but I think that you can eventually sell this thing. I would be the first to buy it. Good stuff.

Anonymous said...

I forgot to ask the most important question: Do you still actively work on this bit of software?

David Pallmann said...

Yes, there is a new version coming soon.

Unknown said...

Thank you! It's really helpful

Tiago Andrade e Silva said...

Hi!
I added 2 storage accounts and they never appear on the Storage Account lists, so I cannot manage any account.

I restarted the app and my accounts are still there but nothing shows on the Storage Accounts list.

I'm using Windows 7 (RTW)

What is the correct Name to use on the account ?