Get started with Storage Explorer (2024)

  • Article

Overview

Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux.

In this article, we demonstrate several ways of connecting to and managing your Azure storage accounts.

Get started with Storage Explorer (1)

Prerequisites

  • Windows
  • macOS
  • Ubuntu
  • Red Hat Enterprise Linux (RHEL)
  • SUSE Linux Enterprise Server (SLES)

The following versions of Windows support the latest versions of Storage Explorer:

  • Windows 11
  • Windows 10

Other requirements include:

  • Your Windows installation must support 64-bit applications (starting with Storage Explorer 1.30.0).
  • You must have a .NET 8 runtime installed (starting with Storage Explorer 1.34.0) which matches the architecture of your Storage Explorer install. The Storage Explorer installer will install a .NET 8 runtime if you do not already have one installed, but it may not be the latest version available. It is your responsibility to keep your .NET install up to date. You can download the latest .NET 8 runtime from here.

Download and install

To download and install Storage Explorer, see Azure Storage Explorer.

Connect to a storage account or service

Storage Explorer provides several ways to connect to Azure resources:

  • Sign in to Azure to access your subscriptions and their resources
  • Attach to an individual Azure Storage resource

Sign in to Azure

Note

To fully access resources after you sign in, Storage Explorer requires both management (Azure Resource Manager) and data layer permissions. This means that you need Microsoft Entra permissions to access your storage account, the containers in the account, and the data in the containers. If you have permissions only at the data layer, consider choosing the Sign in using Microsoft Entra ID option when attaching to a resource. For more information about the specific permissions Storage Explorer requires, see the Azure Storage Explorer troubleshooting guide.

  1. In Storage Explorer, select View > Account Management or select the Manage Accounts button.

    Get started with Storage Explorer (2)

  2. ACCOUNT MANAGEMENT now displays all the Azure accounts you're signed in to. To connect to another account, select Add an account....

  3. The Connect to Azure Storage dialog opens. In the Select Resource panel, select Subscription.

    Get started with Storage Explorer (3)

  4. In the Select Azure Environment panel, select an Azure environment to sign in to. You can sign in to global Azure, a national cloud or an Azure Stack instance. Then select Next.

    Get started with Storage Explorer (4)

    Tip

    For more information about Azure Stack, see Connect Storage Explorer to an Azure Stack subscription or storage account.

  5. Storage Explorer opens a webpage for you to sign in.

  6. 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.

    Get started with Storage Explorer (5)

  7. EXPLORER displays the storage accounts associated with the selected Azure subscriptions.

    Get started with Storage Explorer (6)

Attach to an individual resource

Storage Explorer lets you connect to individual resources, such as an Azure Data Lake Storage container, using various authentication methods. Some authentication methods are only supported for certain resource types.

Resource typeMicrosoft Entra IDAccount Name and KeyShared Access Signature (SAS)Public (anonymous)
Storage accountsYesYesYes (connection string or URL)No
Blob containersYesNoYes (URL)Yes
Data Lake Storage containersYesNoYes (URL)Yes
Data Lake Storage directoriesYesNoYes (URL)Yes
File sharesNoNoYes (URL)No
QueuesYesNoYes (URL)No
TablesYesNoYes (URL)No

Storage Explorer can also connect to a local storage emulator using the emulator's configured ports.

To connect to an individual resource, select the Connect button in the left-hand toolbar. Then follow the instructions for the resource type you want to connect to.

Get started with Storage Explorer (7)

When a connection to a storage account is successfully added, a new tree node appears under Local & Attached > Storage Accounts.

For other resource types, a new node is added under Local & Attached > Storage Accounts > (Attached Containers). The node appears under a group node matching its type. For example, a new connection to an Azure Data Lake Storage container appears under Blob Containers.

If Storage Explorer couldn't add your connection, or if you can't access your data after successfully adding the connection, see the Azure Storage Explorer troubleshooting guide.

The following sections describe the different authentication methods you can use to connect to individual resources.

Microsoft Entra ID

Storage Explorer can use your Azure account to connect to the following resource types:

  • Blob containers
  • Azure Data Lake Storage containers
  • Azure Data Lake Storage directories
  • Queues

Microsoft Entra ID is the preferred option if you have data layer access to your resource but no management layer access.

  1. Sign in to at least one Azure account using the sign-in steps.
  2. In the Select Resource panel of the Connect to Azure Storage dialog, select Blob container, ADLS Gen2 container, or Queue.
  3. Select Sign in using Microsoft Entra ID and select Next.
  4. Select an Azure account and tenant. The account and tenant must have access to the Storage resource you want to attach to. Select Next.
  5. Enter a display name for your connection and the URL of the resource. Select Next.
  6. Review your connection information in the Summary panel. If the connection information is correct, select Connect.

Account name and key

Storage Explorer can connect to a storage account using the storage account's name and key.

You can find your account keys in the Azure portal. Open your storage account page and select Settings > Access keys.

  1. In the Select Resource panel of the Connect to Azure Storage dialog, select Storage account.
  2. Select Account name and key and select Next.
  3. Enter a display name for your connection, the name of the account, and one of the account keys. Select the appropriate Azure environment. Select Next.
  4. Review your connection information in the Summary panel. If the connection information is correct, select Connect.

Storage Explorer can connect to a storage account using a connection string with a Shared Access Signature (SAS). A SAS connection string looks like this:

SharedAccessSignature=sv=2020-04-08&ss=btqf&srt=sco&st=2021-03-02T00%3A22%3A19Z&se=2020-03-03T00%3A22%3A19Z&sp=rl&sig=fFFpX%2F5tzqmmFFaL0wRffHlhfFFLn6zJuylT6yhOo%2FY%3F;BlobEndpoint=https://contoso.blob.core.windows.net/;FileEndpoint=https://contoso.file.core.windows.net/;QueueEndpoint=https://contoso.queue.core.windows.net/;TableEndpoint=https://contoso.table.core.windows.net/;
  1. In the Select Resource panel of the Connect to Azure Storage dialog, select Storage account.
  2. Select Shared access signature (SAS) and select Next.
  3. Enter a display name for your connection and the SAS connection string for the storage account. Select Next.
  4. Review your connection information in the Summary panel. If the connection information is correct, select Connect.

Storage Explorer can connect to the following resource types using a SAS URI:

  • Blob container
  • Azure Data Lake Storage container or directory
  • File share
  • Queue
  • Table

A SAS URI looks like this:

https://contoso.blob.core.windows.net/container01?sv=2020-04-08&st=2021-03-02T00%3A30%3A33Z&se=2020-03-03T00%3A30%3A33Z&sr=c&sp=rl&sig=z9VFdWffrV6FXU51T8b8HVfipZPOpYOFLXuQw6wfkFY%3F
  1. In the Select Resource panel of the Connect to Azure Storage dialog, select the resource you want to connect to.
  2. Select Shared access signature (SAS) and select Next.
  3. Enter a display name for your connection and the SAS URI for the resource. Select Next.
  4. Review your connection information in the Summary panel. If the connection information is correct, select Connect.

Local storage emulator

Storage Explorer can connect to an Azure Storage emulator. Currently, there are two supported emulators:

  • Azure Storage Emulator (Windows only)
  • Azurite (Windows, macOS, or Linux)

If your emulator is listening on the default ports, you can use the Local & Attached > Storage Accounts > Emulator - Default Ports node to access your emulator.

If you want to use a different name for your connection, or if your emulator isn't running on the default ports:

  1. Start your emulator.

    Important

    Storage Explorer doesn't automatically start your emulator. You must start it manually.

  2. In the Select Resource panel of the Connect to Azure Storage dialog, select Local storage emulator.

  3. Enter a display name for your connection and the port number for each emulated service you want to use. If you don't want to use to a service, leave the corresponding port blank. Select Next.

  4. Review your connection information in the Summary panel. If the connection information is correct, select Connect.

  1. Right-click the storage account you want share, and then select Get Shared Access Signature.

    Get started with Storage Explorer (8)

  2. In Shared Access Signature, specify the time frame and permissions you want for the account, and then select Create.

    Get started with Storage Explorer (9)

  3. Copy either the Connection string or the raw Query string to your clipboard.

You can get a shared access signature at the service level. For more information, see Get the SAS for a blob container.

Search for storage accounts

To find a storage resource, you can search in the EXPLORER pane.

As you enter text in the search box, Storage Explorer displays all resources that match the search value you entered up to that point. This example shows a search for endpoints:

Get started with Storage Explorer (10)

Note

To speed up your search, use Account Management to deselect any subscriptions that don't contain the item you're searching for. You can also right-click a node and select Search From Here to start searching from a specific node.

Next steps

  • Manage Azure Blob storage resources with Storage Explorer
  • Manage Azure Data Lake Store resources with Storage Explorer
Get started with Storage Explorer (2024)
Top Articles
Do early candidates have a greater chance of getting that job?
How to Get a Response from Mark Cuban via Email - Mystrika - Cold Email Software
Menards Thermal Fuse
Great Clips Mount Airy Nc
Public Opinion Obituaries Chambersburg Pa
How To Fix Epson Printer Error Code 0x9e
Meer klaarheid bij toewijzing rechter
Coffman Memorial Union | U of M Bookstores
Craigslist Free Stuff Appleton Wisconsin
Large storage units
The Connecticut Daily Lottery Hub
Nashville Predators Wiki
Gas Station Drive Thru Car Wash Near Me
Alejos Hut Henderson Tx
5 high school volleyball stars of the week: Sept. 17 edition
National Weather Service Denver Co Forecast
Xomissmandi
Diamond Piers Menards
Der Megatrend Urbanisierung
Csi Tv Series Wiki
Cincinnati Adult Search
‘The Boogeyman’ Review: A Minor But Effectively Nerve-Jangling Stephen King Adaptation
Providence Medical Group-West Hills Primary Care
Greenville Sc Greyhound
Bn9 Weather Radar
Gs Dental Associates
Nearest Ups Ground Drop Off
UAE 2023 F&B Data Insights: Restaurant Population and Traffic Data
Imagetrend Elite Delaware
Smayperu
Memberweb Bw
Reli Stocktwits
Save on Games, Flamingo, Toys Games & Novelties
Craigslist Com Humboldt
Weekly Math Review Q4 3
Pickle Juiced 1234
John F Slater Funeral Home Brentwood
Facebook Marketplace Marrero La
Robeson County Mugshots 2022
When His Eyes Opened Chapter 2048
Trivago Myrtle Beach Hotels
PruittHealth hiring Certified Nursing Assistant - Third Shift in Augusta, GA | LinkedIn
Www Usps Com Passport Scheduler
2007 Jaguar XK Low Miles for sale - Palm Desert, CA - craigslist
Powerspec G512
Jane Powell, MGM musical star of 'Seven Brides for Seven Brothers,' 'Royal Wedding,' dead at 92
Dayton Overdrive
Nurses May Be Entitled to Overtime Despite Yearly Salary
St Als Elm Clinic
Philasd Zimbra
Heisenberg Breaking Bad Wiki
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 6583

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.