- Azure Storage Explorer Download Not Working
- Azure Storage Explorer Client Download
- Azure Storage Explorer Download Free
- Freeware Azure Blob Storage explorer allows tracking, analyzing and debugging your usage of storage. It also comes with full support for Microsoft Azure Storage Analytics. CloudBerry Explorer PRO makes Azure Cloud Storage management even easier, more secure and efficient.
- Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux. It allows you to efficiently connect and manage your Azure storage service accounts and resources across subscriptions.You can create, delete, view, and edit resources in Azure Storage, Azure Cosmos DB, and Data Lake Storage.
- Cross platform Azure Management tool to manage a multitude of Azure Services like Azure Subscription, Storage, Cosmos DB, Service Bus, Search, Redis Cache and more.
Some time ago, Redgate created the free Microsoft Azure storage tool, Azure Explorer. It’s a neat solution that lets users manage all of their Azure blobs in one place, reliably upload and download them through its responsive UI, transfer them between storage accounts, and easily search and filter blobs.

Azure Storage Explorer Download Not Working
Storage Explorer will open a webpage for you to sign in. After you successfully sign in with an Azure account, the account and the Azure subscriptions associated with that account appear under ACCOUNT MANAGEMENT.Select the Azure subscriptions that you want to work with, and then select Apply. EXPLORER displays the storage accounts associated with the selected Azure subscriptions.
While it sat outside Redgate’s portfolio of database development and management solutions, in a kind of niche of its own, it was a popular download. Without a development team behind it to take it further, however, it was languishing and we didn’t feel good about that.
Step in Monza Cloud
Monza Cloud are the people behind AzStudio, a tool that speeds up the development of Microsoft Azure applications and typically reduces development time by 40-60%. They have deep experience in delivering solutions around cloud-centric application development and addressing the unique needs of cloud-centric DevOps challenges. The kind of experience that a tool like Azure Explorer requires in order for it to be developed further.
So to ensure the future of the tool, they’ve taken over the upkeep and updates of Azure Explorer, which can now be freely downloaded from MonzaCloud.com/Azure-Cloud-Explorer/.
It’s good news for everyone. Users can still rely on it to easily browse and manipulate their Azure blob storage. We’re happy at Redgate that a tool we developed will continue to help people. And the team at Monza Cloud have plans to expand the scope of Azure Explorer with new features and integrations with the rich suite of options that AzStudio provides.
So, if you’d like an easier way to handle the scale demands of production-sized cloud datasets, download Azure Explorer from the Monza Cloud website.

Tools in this post
Azure Explorer
A free storage tool for Microsoft Azure.
Also in Blog
Azure Storage Explorer Client Download
What’s Redgate’s plan for PASS?
My blog post from February 1 explains that Redgate took the opportunity to purchase the assets of PASS with the main goal of supporting the community.
The PASS association ran for 21 years bringing...
Also in Software development
Healthcare IT responds to pandemic with increased focus on database monitoring and the cloud

Every year, Redgate’s State of Database Monitoring Report reveals how businesses and organizations are monitoring their database estates. Are they using in-house or third-party monitoring tools? Who...
Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Use the extension to deploy static websites and Single Page Apps (SPAs) and browse Azure Blob Containers, File Shares, Tables, and Queues.

Visit the wiki for additional information about the extension.
Sign up today for your free Azure account and receive 12 months of free popular services, $200 free credit and 25+ always free services 👉 Start Free.
Features
Azure Storage Explorer Download Free
- Explore/Create/Delete Blob Containers, File Shares, Queues, Tables and Storage Accounts
- Create, Edit, and Delete Block Blobs and Files
- Upload and Download Blobs, Files, and Folders
- Access Connection String and Primary Key
- Open in Storage Explorer for memory or computationally heavy tasks, or for Page and Append Blob support.
Installation
- Download and install the Azure Storage extension for Visual Studio Code
- Once complete, you'll see an Azure icon in the Activity Bar
If your activity bar is hidden, you won't be able to access the extension. Show the Activity Bar by clicking View > Appearance > Show Activity Bar
- Sign in to your Azure Account by clicking Sign in to Azure...
If you don't already have an Azure Account, click 'Create a Free Azure Account' for a free 30-day account with $200 in Azure credits to try out any combination of services.
Deploy your Single Page App to Azure Storage
Once you are signed in to your Azure account and you have your app open in Visual Studio Code, click the deploy button in the Azure Storage explorer - it's the blue up arrow - to deploy your app.
Tip: Looking for a sample app to deploy? Run npx create-react-app my-react-app
to create one
Make sure you've compiled your app (run npm run build
if you created a sample from create-react-app) prior to deploying it to Azure.
- Choose Create New Storage Account
- Type a globally unique name for your Storage Account and press Enter. Valid characters for an storage account name are 'a-z' and '0-9'
- Create a new Resource Group and accept the default name
- Choose a location in a region near you or near other services you may need to access
It may take up to a minute for the account to be created
- When prompted, choose 'Enable website hosting' to configure your storage account for static site hosting
- Enter 'index.html' for the index document path
- Enter 'index.html' for the 404 error document path
Index.html is used for the error document because modern Single Page Applications (SPAs) such as React will handle errors in the client. For classic static websites, use the error document to customize your 404 page.
- Select the build output from your current workspace if you have your app open already or browse to the directory containing your compiled application code
If you have a
build
,out
, ordist
directory, you'll see it as an option to deploy from.
Once the deployment completes, click Browse to Website in the prompt to view your freshly deployed website.
Settings
Use these configuration settings to customize the Azure Storage extension.
azureStorage.showExplorer
: Set tofalse
to hide Azure Storage ExplorerazureStorage.preDeployTask
: Set to the name of a task to be run before deploying a static website.azureStorage.storageExplorerLocation
: [Mac only] Set to'Path/To/Microsoft Azure Storage Explorer.app'
to override the default location.azureStorage.file.showSavePrompt
: Set tofalse
to prevent showing a warning dialog on File file save.azureStorage.blob.showSavePrompt
: Set tofalse
to prevent showing a warning dialog on Blob file save.
Telemetry
VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don't wish to send usage data to Microsoft you can set the telemetry.enableTelemetry
setting to false
. Learn more in our FAQ.
License
