Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » How to Install Azure Storage Explorer on Windows

How to Install Azure Storage Explorer on Windows

Posted on 15/02/202416/10/2025 Imoh Etuk By Imoh Etuk No Comments on How to Install Azure Storage Explorer on Windows
Storage-Explorer

In this post, I demonstrate how to install Azure Storage Explorer on Windows. As part of this post, I also take you through how to set it up after installation. Microsoft Azure Storage Explorer offers a variety of options to install on Windows, macOS, and Linux. It simplifies the process of managing Azure storage data. With Azure storage, you can deploy a Static Website to Azure Storage from VSCode. You may also be interested in how to Upload Batch Files to the Azure Storage Account. Your legacy apps are best suited to run on Azure Fileshare. See also how to create Blob Storage and upload files.

After installing and setting up Azure Storage Explorer in this post, you will be able to connect to and manage all your storage accounts in a single place. Azure Storage is a scalable cloud storage service on Azure.

Are you looking for other options? Explore the following guides on how to manage Storage Drives on Windows and how to create and attach an extra Disk to Azure Virtual Machine. When you work with Azure Cloud Shell, a storage account is required. Take a look at the overview of Azure Cloud Shell.

Install Azure Storage Explorer

It is pretty straightforward to download, install, and set up Storage Explorer on Windows. To do so, follow the steps below:

Step 1: Download Storage Explorer

To download the .exe installer file for Storage Explorer, visit the download page. Click on Download now and select Windows from the list of options.

Installation-page-image
Downloading Azure Storage Explorer

Step 2: Run the Installation

After downloading the installation file, double-click to run it.

1-First-Installation-screen
Click to Install

As shown in the above screenshot, on the Select Install mode screen, you’re prompted either to select Install for me only (recommended) or Install for all users.

What this means is that if you select the install for me only (recommended) option, the solution will only be installed for the current system user, and vice versa.

2-Accept-and-install
Accept the agreement

Next, note the default storage location. You can choose to change it or leave it as is.

3-note-the-default-storage-location-and-click-on-next
Default storage location

On the Select Start Menu Folder page, leave it at default. Click Next to proceed.

4-select-start-menu-folder-leave-it-as-default
Select Start Menu Folder

The next step, as shown below, shows you the installation progress. Seat tight and observe while the installation progresses.

5-installation-in-progress
Installation is in progress

After the installation, you need to authenticate with your Microsoft Azure accounts by signing in using your Azure credentials.

On the Completing the MS Azure Storage Explorer Setup Wizard page, keep Launch Microsoft Azure Storage Explorer checked. Click Finished to launch the Storage Explorer.

6-launch-storage-explorer
Storage Explorer Installation completed

Please, see how to determine What is taking up by Synology NAS Volume Space. Also, see how to Download and update Synology DiskStation NAS to DSM 7.3. Here is how to patch Veeam Backup and replication 12.3.2.3617 to 12.3.2.4165.

Step 3: Authenticate with Azure Account

To sign into your Azure account, from the Get Started area of the screen, click on Sign in with Azure.

8-sign-into-Azure
Sign into Azure Account

Next, select Azure as the environment you want to sign into, and click Next.

9-Select-Environment

A browser tab will open; follow the prompt to complete the sign-in process.

10-A-browser-opens

Select your preferred subscription if you have multiple subscriptions from the list of subscriptions.

12-List-of-subscriptions
Select Subscription

Step 4: Connect to Azure Storage

To connect Azure Storage accounts, click Storage Accounts -> Connect to Storage Account -> Storage account or service.

13-Connect-Azure-Storage
Connecting to Azure Storage account

Next, choose a connection method. As shown below, I selected the account name and key. Click Next to continue.

14-Select-connection-method
Choose a connection method

To obtain your account key, head to the Azure Portal and locate Storage Accounts. Select the storage account you want to connect to.

15-list-of-accounts
List of storage accounts

As shown above, I selected the storage account with the name demostore0 as the storage account I want to connect to.

Locate and click Access Keys under the Security + Networking tab in the storage account blade.

16-Storage-account-Key
Storage account access keys
Storage Account Access keys are available in two that's key1 and key2. You can use either key1 or key2 for this demonstration. 

Warning!
Never expose your storage account keys to unauthorized users.

From the above, click show so your key will show, and then click the copy icon to copy your key. Return to the Storage Explorer connection screen.

Supply all the connection information, including the access key you copied earlier, and click Next to continue.

Don't allow connections over HTTP; therefore, keep the Use HTTP (not recommended) dialog box unchecked. 
17-supply-the-storage-connection-info
Storage Account connection information

The summary page displays the summary of the connection information. Notice a warning saying that you should only connect to resources you trust? Click Connect to continue.

19-connection-summary-page
Connection info summary page

Connect succeded.

18-connection-successful
Connection successful

In the demostore0 Storage Account I connected to, I have two blob containers named $logs and storage-container.

In Azure Storage, a "blob container" is a logical grouping of blobs, which are objects such as files, images, videos, or documents. Blob containers provide a way to organize and manage related blobs within an Azure Storage account.

Step 5: Upload Blob Items to Blob Container

Azure Storage Explorer offers you the flexibility of managing your blob containers and objects from a single pane of glass.

To upload blob items to the blob container, select the blob container you wish to upload items to. Click on the drop-down icon beside Upload and select Upload Files. Azure Storage Explorer offers you the option to upload both folders and files.

20-upload-blob-item
Uploading Blob Items

Navigate to the directory where your blob items are stored. Note: blob items can be .txt, .docx, .xlsx, or a video file. Here, I want to upload .txt files.

21-Select-Blob-Items
Select files to upload.

You have the opportunity to upload multiple files at the same time. So, select your files and click Open to prepare for the upload process.

22-Upload-blob-Items
Blob Item Selected

As shown above, click Upload to initiate the upload process.

23-Uploading-Items-in-Progress
File Upload in Progress

Finally, you will receive a prompt that your blob items have been uploaded successfully.

24-blob-items-uploaded-successful
Blob Items Uploaded Successfully

Note, the access tier for the blob item stays at the Hot (inferred) tier for frequently accessible data which cost more. Feel free to use a lifecycle management policy to manage the movement of your data to other tiers like cool, cold or archive tiers in order to optimize storage costs.

Let me refresh my blob container on the Azure Portal to see the blob items I have uploaded.

25-Blob-Item-In-the-Blob-Container
Blob Items in Blob Containers

As you can see above, the authentication method used is indicated as an access key.

Feel free to delete your resources in order not to incur Azure charges. 

Run az group delete --name resource-name --no-wait to delete the resource group containing the storage account.

I hope you found the post on how to install Azure Storage Explorer on Windows useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift, Backup, Containers, Storage Tags:Azure

Post navigation

Previous Post: Resolve “no pg_hba.conf entry for host on PostgreSQL
Next Post: DSM Security: How to Protect Synology DS923+ NAS

Related Posts

  • header picture 1
    Azure CI/CD: Configuring Email Notifications in Azure DevOps AWS/Azure/OpenShift
  • untitled 5 1
    Migrate Veeam MSSQL Database to a new Microsoft SQL Server Backup
  • Azure SASE
    [AZURE] Security Service Edge (SSE) and Microsoft Entra ID AWS/Azure/OpenShift
  • s3versioning
    Hosting Static Website and Versioning on AWS S3 AWS/Azure/OpenShift
  • backu
    Wbadmin: How to stop Windows backup job via the Windows Server Backup utility Backup
  • Veeam backup for proxmox worker update failure
    What to know about “Failed to perform Veeam Worker Upgrade” Backup

More Related Articles

header picture 1 Azure CI/CD: Configuring Email Notifications in Azure DevOps AWS/Azure/OpenShift
untitled 5 1 Migrate Veeam MSSQL Database to a new Microsoft SQL Server Backup
Azure SASE [AZURE] Security Service Edge (SSE) and Microsoft Entra ID AWS/Azure/OpenShift
s3versioning Hosting Static Website and Versioning on AWS S3 AWS/Azure/OpenShift
backu Wbadmin: How to stop Windows backup job via the Windows Server Backup utility Backup
Veeam backup for proxmox worker update failure What to know about “Failed to perform Veeam Worker Upgrade” Backup

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • sync
    AD Connect Sync Service Not Running: Start ADSync to Continue AWS/Azure/OpenShift
  • Vro And Agent Deployment
    Deploy Veeam Recovery Orchestrator and Agents to VBR and VEM Backup
  • The evolution of Windows authentication   NTLM to Keberos
    Bidding Farewell to NTLM in favour of Kerberos Windows
  • windows powershell thumbnail
    Unable to uninstall AppX? How to uninstall builtin programs using PowerShell in Windows 10 Scripts
  • SCSI Controoler HyperV issue failed to start VM
    Failed to Power on with Error ‘A virtual machine disk support provider for the specified file was not found Virtualization
  • Raise or Downgrade AD Domain and Forest Functional Level
    Raise or Downgrade AD Domain and Forest Functional Level Windows Server
  • SysInternals
    Use Active Directory Explorer from Sysinternals Windows
  • Screenshot
    An error occurred while attempting to start the selected VM Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,821 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.