Last Update: Sep 04, 2024 | Published: Jul 06, 2018
This post will discuss the preview release of Microsoft’s Storage Explorer for Azure storage, which is built into the Azure Portal.
An Azure operator or administrator might find that they want to interact with data or containers in a storage account in a GUI-based tool that the usual Azure Portal interface doesn’t allow. Microsoft provides, free of charge, the Azure Storage Explorer, which you can download/start from the Azure Portal when browsing a storage account.
The tool is extremely useful:
Sometimes you won’t have a tool installed and you just want to get a job done. The Azure Portal has been offering some services like this in the recent past, such as the Cloud Shell for Azure PowerShell/CLI commands. And now, a preview for an Azure Portal version of Storage Explorer has been added.
You can find Storage Explorer in the settings of the storage account in the Azure Portal. Clicking this will open a basic version of the desktop tool.
You can use the Azure Portal version of Storage Explorer with blob, file share, and queue storage.
You can do the following with blob (file) storage:
You can do similar actions for Azure Files shares, which will soon start to get more usage thanks to Azure File Sync. The most interesting action with Azure Files is Connect VM; using this control you can generate a PowerShell/CMD/Bash command to securely map a drive to the share from the guest OS of a machine.
In Queues you can:
I think that the Azure Storage Explorer should be a part of the day-to-day Azure toolkit that is installed on your PC (or Mac/Linux), along with Azure PowerShell/CLI and Visual Studio Code. But if you find yourself in a situation where those tools aren’t around, having a version of the tool in the Azure Portal will be useful.