Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Storage browsing client software options [closed]

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

  • Visual Studio Server Explorer: This is great, but we need standalone software (for testers, analysts, etc.)
  • Cerebrata Azure Explorer: $125 per license. We cannot afford this as of yet.
  • CloudXplorer: $50 per license. We cannot afford this as of yet.
  • TableXplorer: Free but very limited (also no queue or blob storage)
  • Azure Storage Explorer 4: Many people suggest this but I find it to be very poorly written.
  • Azure Storage Explorer 5: Still in preview.

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

like image 648
Dave New Avatar asked Oct 25 '13 07:10

Dave New


1 Answers

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

like image 62
Rentering.com Avatar answered Sep 28 '22 13:09

Rentering.com