Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Azure Storage viewer available for Mac? [closed]

I want to be able to view my Azure Table storage account, tables, data, etc, from my MacBook. I haven't seen any applications or even sites that would allow me to do this. Is there any way I can do this without using a Virtual Machine?

like image 206
Rees Avatar asked Oct 23 '13 22:10

Rees


3 Answers

The correct answer is use Microsoft's new tool: http://storageexplorer.com/

like image 131
artfulhacker Avatar answered Oct 22 '22 19:10

artfulhacker


You should look at zud.io - it is a browser-based Windows Azure Storage explorer.

like image 43
Neil Mackenzie Avatar answered Oct 22 '22 18:10

Neil Mackenzie


In addition to @Neil's answer: While this isn't a complete solution, you can browse storage containers and blobs via the Azure portal itself - look at the Containers tab under your storage account within the portal. You can also browse blob storage via the CLI if you're into command-line stuff.

like image 36
David Makogon Avatar answered Oct 22 '22 20:10

David Makogon