I recently started to look at what people are building related to Windows Azure storage management and found some interesting projects on CodePlex. While I am at an early stage of analysis on whether or not these projects work as intended, I have decided to feature some of the more interesting ones below.
As always, use them at your own risk!
Azure CodePlex Projects
Azure Storage Explorer
Azure Storage Explorer is a useful GUI tool for inspecting the data in your Azure cloud storage projects including the logs of your cloud-hosted applications. All three types of cloud storage can be viewed: blobs, queues, and tables. V2 has a WPF UI and supports multiple accounts
(Update: Tested, seems to work!)
WPF Client for the Windows Azure Blob Storage
A WPF client for managing files on your Windows Azure Blob Storage account. Of course, in Visual Basic 2008
(Update: Still no luck on getting it to run)
storage utility
A desktop application to facilitate the easy management of blobs within one or more Azure storage account. The application includes the ability to upload entire folders from your local drive, to edit content in storage and to launch applications to view the content.
(Update: Tested, seems to work!)
AzureBlobSync
AzureBlobSync is a GUI tool that synchronizes a local file folder with a blob cloud storage container. You can sync local-to-cloud or cloud-to-local.
(Update: Tested, seems to work!)