6

As far as I know, these are the only clients available to browse Azure Table Storage, Queues and Blobs:

Are there any other clients out there that I am unaware of?

Dave New
  • 38,496
  • 59
  • 215
  • 394
  • I would make a few corrections to your list above: - Cerebrata Azure Explorer is currently free. They have other paid products (like Cloud Storage Studio and Azure Management Studio). But you will only get blob support with Azure Explorer. - Other product you may want to look at is zudio (http://zud.io). It's not free but has a subscription based pricing so that may be affordable. - CloudXplorer V1 is free, its for V2 you have to pay. Combine that with TableXplorer, you get 2 free products. You would still need to worry about Queues support. – Gaurav Mantri Oct 25 '13 at 07:37
  • Although Azure Storage Explorer isn't perfect, I have been using almost daily for the last 1.5 years. It handles most things you would need to do without issue. If you can get past its basic nature, its still one of the better ones out there. Cloudberry Explorer for Azure Blob Storage is another great tool but just for Blobs. – ElvisLives Oct 25 '13 at 15:24
  • I have been using Azure Storage Explorer 5 for a while. I wouldn't let the 'preview' aspect stop you from using it. – kwill Oct 25 '13 at 18:14
  • So I've tried out Azure Storage Explorer 5. Everything works great except that I can't refresh queue messages without having to close and reconnect to the storage account. It's terribly frustrating. – Dave New Oct 28 '13 at 07:53
  • 1
    Below is a list per Azure Storage Blog http://blogs.msdn.com/b/windowsazurestorage/archive/2010/04/17/windows-azure-storage-explorers.aspx – Joe Giardino Nov 16 '13 at 00:39
  • I wrote a fast and easy Storage Table Browser: https://github.com/amithegde/AzureTableBrowser – Amit Apr 27 '15 at 21:35

2 Answers2

1

Visual Studio 2015 has and Extension available called CloudExplorer for Visual Studio 2015. I've been using it since beta in combination with Azure Storage Explorer. The benefit of the extension is the ability to search because I find the storage explorer loads large datasets very slowly, often crashing.

https://visualstudiogallery.msdn.microsoft.com/84e83a7c-9606-4f9f-83dd-0f6182f13add

Rentering.com
  • 399
  • 3
  • 9
0

There is a native Windows 10 client as well - https://www.microsoft.com/en-gb/p/storamp/9nkv1d43nll3

Ivan G.
  • 5,027
  • 2
  • 37
  • 65