Managing cloud storage from your computer is quite crucial and Azure Storage Explorer is there for you to achieve this easily and securely anywhere in the world, if you have a laptop and an internet connection. In terms of storage management, blobs, files, queues, tables and Cosmos DB services are covered with this piece of software, which can be freely downloaded in Microsoft Azure website.
The good news about Azure Storage Explorer is now it is integrated with the Cloud console, at the time of writing this article this feature is still sitting at the Preview stage

Let’s take a look at how you can manage the storage services and what are the methods you can use to connect with Microsoft Azure Storage Explorer standalone edition
This downloadable software is freely available for Windows, Linux and Mac Operating Systems and can easily be downloaded with a click of a button.

No special information or knowledge is required to install the Storage Explorer and it’s just a generic software installation on your computer
Open the Azure Storage Explorer after completing the successful installation on your computer

Add an Azure account with your credentials, there are some other ways also available to access the Azure Storage, let’s look in to them later in this post


Confirm the Azure Account and Subscription details, apply the configuration

Expand the storage account and the available storage services. Now, you can enable the AzCopy for large amount of data uploads and downloads in and out to the cloud, you can see a notification at the top of the window, once you successfully made the connection to the cloud

Files can be uploaded and downloaded directly from the Azure Storage now

Connect With Azure Connection String
One of the method that can be used to connect to the Azure Storage cloud is using the “Connection String“. To get the Connection String, just select the storage account and select the “Access keys”, copy the Connection String

Now open the, Storage Explorer and select “Use a connection string” option

Provide a user-friendly name and the copied “Connection String” and proceed to the connection

“Connect” to complete the connection

Connection will be visible in the Azure Storage Explorer Window as below

Using Storage Name And Key
Basically, there are two keys for a storage account, just copy one of them to the clipboard

Select “Use a storage account name and key” option, proceed with “Next“

Provide a “Display Name“, “Account Name“,”Account Key” and “Next“

Complete with “Connect“

Using Shared Access Signature (SAS)
The important and very secure, customizable method is connect using “Shared Access Signature” aka “SAS“. You are able to define the permissions, allowed services, time and IP address along with the protocol in this connection method. Just select the storage account and select “Shared Access Signature” option, customize the connection options with a key (key1 or key2) and click on “Generate SAS and connection string” button to generate the SAS URL

SAS URL will be generate as below

Select the “Use a shared access signature (SAS) URI” Option, provide one of the connection for URI (ex: Blob endpoint) and fill the other endpoints (blob, file,queue,table) and proceed “Next” to continue

“Connect” to complete the connection

Attach To A Local Emulator
Here is my Cosmos DB emulator running in my laptop and let’s see how to attach to this emulator using Azure Storage Explorer.

Open the Storage Explorer and select “Attach to a local emulator” option and click “Next“

Provide the port number that you noted in your local emulator page and a display name to the connection, proceed to “Next“

“Connect” to the Local emulator once it picked up the connection

You can see the successful connectivity to your local Cosmos DB emulator as below
