Azure Storage Explorer

This document provides a comprehensive guide to using Azure Storage Explorer, a free, standalone application from Microsoft that enables you to manage your Azure cloud storage resources from your desktop.

What is Azure Storage Explorer?

Azure Storage Explorer is a cross-platform application that makes it easy to work with Azure Storage resources on Windows, macOS, and Linux. You can connect to your Azure subscriptions and manage your storage accounts, or connect to other Azure storage services by using shared access signature (SAS) URIs or connection strings.

Key Features

Getting Started with Azure Storage Explorer

1. Download and Install

You can download the latest version of Azure Storage Explorer from the official Azure Storage Explorer website.

Follow the installation instructions for your operating system. The installation is straightforward.

2. Connecting to Azure Storage

Once installed, launch Azure Storage Explorer. You'll be prompted to sign in or connect to your storage.

Signing in with your Azure Account

  1. Click on "Add an account".
  2. Select "Subscription".
  3. Choose "Sign in" and follow the prompts to authenticate with your Microsoft account associated with your Azure subscription.
  4. After successful authentication, you'll see your Azure subscriptions listed. Expand the subscription containing your storage accounts.

Connecting with SAS or Connection String

  1. Click on "Add an account".
  2. Select "Storage account or service".
  3. Choose "Shared access signature URL" or "Connection string".
  4. Paste the SAS URI or connection string and provide a display name.
  5. Click "Next" and then "Connect".
Note: Using a connection string or SAS URI grants access to specific storage account resources and is often preferred for programmatic access or when delegating access to specific operations.

3. Managing Blob Containers and Blobs

Navigate to your storage account in the left-hand pane. Expand "Blob Containers" to see all your containers.

Creating a New Container

Uploading Blobs

Azure Storage Explorer Upload

Downloading Blobs

Deleting Blobs and Containers

4. Working with Other Storage Services

Azure Storage Explorer supports managing Azure Files (shares, directories, files), Azure Queues (queues, messages), and Azure Tables (tables, entities) in a similar, intuitive manner.

Tip: Explore the context menus (right-click) for each resource to discover the full range of available operations, such as copying, moving, renaming, and setting access policies.

Advanced Features

Azure Storage Explorer is an indispensable tool for developers, administrators, and anyone who needs to interact with Azure Storage. Its user-friendly interface and robust feature set streamline common storage management tasks.