Manage Azure Blob Storage resources with Storage Explorer (2024)

  • Article

Overview

Azure Blob Storage is a service for storing large amounts of unstructured data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS.You can use Blob storage to expose data publicly to the world, or to store application data privately. In this article, you'll learn how to use Storage Explorerto work with blob containers and blobs.

Prerequisites

To complete the steps in this article, you'll need the following:

Create a blob container

All blobs must reside in a blob container, which is simply a logical grouping of blobs. An account can contain an unlimited number of containers, and each container can store an unlimited number of blobs.

The following steps illustrate how to create a blob container within Storage Explorer.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account within which you wish to create the blob container.

  3. Right-click Blob Containers, and - from the context menu - select Create Blob Container.

    Manage Azure Blob Storage resources with Storage Explorer (1)

  4. A text box will appear below the Blob Containers folder. Enter the name for your blob container. See Create a container for information on rules and restrictions on naming blob containers.

    Manage Azure Blob Storage resources with Storage Explorer (2)

  5. Press Enter when done to create the blob container, or Esc to cancel. Once the blob container has been successfully created, it will be displayed under the Blob Containers folder for the selected storage account.

    Manage Azure Blob Storage resources with Storage Explorer (3)

View a blob container's contents

Blob containers contain blobs and virtual directories (that can also contain blobs).

The following steps illustrate how to view the contents of a blob container within Storage Explorer:

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container you wish to view.

  3. Expand the storage account's Blob Containers.

  4. Right-click the blob container you wish to view, and - from the context menu - select Open Blob Container Editor.You can also double-click the blob container you wish to view.

    Manage Azure Blob Storage resources with Storage Explorer (4)

  5. The main pane will display the blob container's contents.

    Manage Azure Blob Storage resources with Storage Explorer (5)

Delete a blob container

Blob containers can be easily created and deleted as needed. (To see how to delete individual blobs,refer to the section, Managing blobs in a blob container.)

The following steps illustrate how to delete a blob container within Storage Explorer:

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container you wish to view.

  3. Expand the storage account's Blob Containers.

  4. Right-click the blob container you wish to delete, and - from the context menu - select Delete.You can also press Delete to delete the currently selected blob container.

    Manage Azure Blob Storage resources with Storage Explorer (6)

  5. Select Yes to the confirmation dialog.

    Manage Azure Blob Storage resources with Storage Explorer (7)

Copy a blob container

Storage Explorer enables you to copy a blob container to the clipboard, and then paste that blob container into another storage account. (To see how to copy individual blobs,refer to the section, Managing blobs in a blob container.)

The following steps illustrate how to copy a blob container from one storage account to another.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container you wish to copy.

  3. Expand the storage account's Blob Containers.

  4. Right-click the blob container you wish to copy, and - from the context menu - select Copy Blob Container.

    Manage Azure Blob Storage resources with Storage Explorer (8)

  5. Right-click the desired "target" storage account into which you want to paste the blob container, and - from the context menu - select Paste Blob Container.

    Manage Azure Blob Storage resources with Storage Explorer (9)

Get the SAS for a blob container

A shared access signature (SAS) provides delegated access to resources in your storage account.This means that you can grant a client limited permissions to objects in your storage account for a specified period of time and with a specified set of permissions, without having toshare your account access keys.

The following steps illustrate how to create a SAS for a blob container:

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container for which you wish to get a SAS.

  3. Expand the storage account's Blob Containers.

  4. Right-click the desired blob container, and - from the context menu - select Get Shared Access Signature.

    Manage Azure Blob Storage resources with Storage Explorer (10)

  5. In the Shared Access Signature dialog, specify the policy, start and expiration dates, time zone, and access levels you want for the resource.

    Manage Azure Blob Storage resources with Storage Explorer (11)

  6. When you're finished specifying the SAS options, select Create.

  7. A second Shared Access Signature dialog will then display that lists the blob container along with the URL and QueryStrings you can use to access the storage resource.Select Copy next to the URL you wish to copy to the clipboard.

    Manage Azure Blob Storage resources with Storage Explorer (12)

  8. When done, select Close.

Manage Access Policies for a blob container

The following steps illustrate how to manage (add and remove) access policies for a blob container:

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container whose access policies you wish to manage.

  3. Expand the storage account's Blob Containers.

  4. Select the desired blob container, and - from the context menu - select Manage Access Policies.

    Manage Azure Blob Storage resources with Storage Explorer (13)

  5. The Access Policies dialog will list any access policies already created for the selected blob container.

    Manage Azure Blob Storage resources with Storage Explorer (14)

  6. Follow these steps depending on the access policy management task:

    • Add a new access policy - Select Add. Once generated, the Access Policies dialog will display the newly added access policy (with default settings).
    • Edit an access policy - Make any desired edits, and select Save.
    • Remove an access policy - Select Remove next to the access policy you wish to remove.

Note

Modifying immutability policies is not supported from Storage Explorer.

Set the Public Access Level for a blob container

By default, every blob container is set to "No public access".

The following steps illustrate how to specify a public access level for a blob container.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container whose access policies you wish to manage.

  3. Expand the storage account's Blob Containers.

  4. Select the desired blob container, and - from the context menu - select Set Public Access Level.

    Manage Azure Blob Storage resources with Storage Explorer (15)

  5. In the Set Container Public Access Level dialog, specify the desired access level.

    Manage Azure Blob Storage resources with Storage Explorer (16)

  6. Select Apply.

Managing blobs in a blob container

Once you've created a blob container, you can upload a blob to that blob container, download a blob to your local computer, open a blob on your local computer,and much more.

The following steps illustrate how to manage the blobs (and virtual directories) within a blob container.

  1. Open Storage Explorer.

  2. In the left pane, expand the storage account containing the blob container you wish to manage.

  3. Expand the storage account's Blob Containers.

  4. Double-click the blob container you wish to view.

  5. The main pane will display the blob container's contents.

    Manage Azure Blob Storage resources with Storage Explorer (17)

  6. The main pane will display the blob container's contents.

  7. Follow these steps depending on the task you wish to perform:

    • Upload files to a blob container

      1. On the main pane's toolbar, select Upload, and then Upload Files from the drop-down menu.

        Manage Azure Blob Storage resources with Storage Explorer (18)

      2. In the Upload files dialog, select the ellipsis () button on the right side of the Files text box to select the file(s) you wish to upload.

        Manage Azure Blob Storage resources with Storage Explorer (19)

      3. Specify the type of Blob type. See Create a container for more information.

      4. Optionally, specify a target virtual directory into which the selected file(s) will be uploaded. If the target virtual directory doesn’t exist, it will be created.

      5. Select Upload.

    • Upload a folder to a blob container

      1. On the main pane's toolbar, select Upload, and then Upload Folder from the drop-down menu.

        Manage Azure Blob Storage resources with Storage Explorer (20)

      2. In the Upload folder dialog, select the ellipsis () button on the right side of the Folder text box to select the folder whose contents you wish to upload.

        Manage Azure Blob Storage resources with Storage Explorer (21)

      3. Specify the type of Blob type. See Create a container for more information.

      4. Optionally, specify a target virtual directory into which the selected folder's contents will be uploaded. If the target virtual directory doesn’t exist, it will be created.

      5. Select Upload.

    • Download a blob to your local computer

      1. Select the blob you wish to download.
      2. On the main pane's toolbar, select Download.
      3. In the Specify where to save the downloaded blob dialog, specify the location where you want the blob downloaded, and the name you wish to give it.
      4. Select Save.
    • Open a blob on your local computer

      1. Select the blob you wish to open.
      2. On the main pane's toolbar, select Open.
      3. The blob will be downloaded and opened using the application associated with the blob's underlying file type.
    • Copy a blob to the clipboard

      1. Select the blob you wish to copy.
      2. On the main pane's toolbar, select Copy.
      3. In the left pane, navigate to another blob container, and double-click it to view it in the main pane.
      4. On the main pane's toolbar, select Paste to create a copy of the blob.
    • Delete a blob

      1. Select the blob you wish to delete.
      2. On the main pane's toolbar, select Delete.
      3. Select Yes to the confirmation dialog.
    • Delete a blob along with snapshots

      1. Select the blob you wish to delete.
      2. On the main pane's toolbar, select Delete.
      3. Select Yes to the confirmation dialog.
      4. Under Activities the deletion of the blob will be skipped now click on retry.
      5. Retry Azcopy window will open and from Snapshot select Delete blobs with snapshots option from dropdown thenselect Retry selected.

Next steps

Manage Azure Blob Storage resources with Storage Explorer (2024)
Top Articles
Google's New Travel AI Tools Want to Plan Customer Trips
Bitcoin Price 2015 Monthly In Indian Rupee | StatMuse Money
Rubratings Tampa
Wordscapes Level 5130 Answers
Affidea ExpressCare - Affidea Ireland
Lexington Herald-Leader from Lexington, Kentucky
Danielle Longet
Find your energy supplier
Yesteryear Autos Slang
Thotsbook Com
Hca Florida Middleburg Emergency Reviews
Hoe kom ik bij mijn medische gegevens van de huisarts? - HKN Huisartsen
Parent Resources - Padua Franciscan High School
Www Craigslist Com Bakersfield
Hewn New Bedford
Brazos Valley Busted Newspaper
Criterion Dryer Review
Weathervane Broken Monorail
Mynahealthcare Login
Cfv Mychart
Sams Gas Price Sanford Fl
Reserve A Room Ucla
Himekishi Ga Classmate Raw
Craigslist Middletown Ohio
Publix Coral Way And 147
Rogold Extension
Publix Daily Soup Menu
Jeep Cherokee For Sale By Owner Craigslist
The value of R in SI units is _____?
Tamilrockers Movies 2023 Download
Best Restaurants In Blacksburg
Tds Wifi Outage
Heelyqutii
Toth Boer Goats
Myanswers Com Abc Resources
Levothyroxine Ati Template
Sabrina Scharf Net Worth
PruittHealth hiring Certified Nursing Assistant - Third Shift in Augusta, GA | LinkedIn
Gold Dipping Vat Terraria
Best Restaurants Minocqua
Other Places to Get Your Steps - Walk Cabarrus
Trivago Anaheim California
Frigidaire Fdsh450Laf Installation Manual
Darkglass Electronics The Exponent 500 Test
Human Resources / Payroll Information
Zom 100 Mbti
552 Bus Schedule To Atlantic City
Slug Menace Rs3
Poster & 1600 Autocollants créatifs | Activité facile et ludique | Poppik Stickers
Metra Union Pacific West Schedule
Tenichtop
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6782

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.