Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Blob storage (GUI) client for linux [closed]

Is there a GUI based client for Azure Blob storage that can run on Linux?

I found many client that runs on Windows and couple of web based clients but I'm looking for something like Azure Explorer.

like image 558
Guy Korland Avatar asked Aug 15 '13 13:08

Guy Korland


People also ask

How do I enable blob public access?

Navigate to your storage account overview in the Azure portal. Under Data storage on the menu blade, select Blob containers. Select the containers for which you want to set the public access level. Use the Change access level button to display the public access settings.

How do I access blob storage from my browser?

HTTP Request. You can also retrieve a blob using an HTTPS/HTTP request. One way to find the URL of the blob is by using the Azure portal by going to Home > Storage Account > Container > Blob > Properties. However, probably the easiest way is to find the blob in the Storage Explorer, right-click, then select 'Copy URL'.

What is the difference between blob and ADLS?

Key DifferencesBlob: General purpose object store for a wide variety of storage scenarios, including big data analytics. ADLS: Optimized storage for big data analytics workloads. Blob: Good storage retrieval performance. ADLS: Better storage retrieval performance.


1 Answers

I don't think there's a desktop based client for Linux. I would recommend trying out Zud.io (https://zud.io/). This is a browser based storage explorer and has capability to manage blobs, tables and queues.

like image 59
Gaurav Mantri Avatar answered Sep 28 '22 13:09

Gaurav Mantri