Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Azure icon
Labs

Enabling Archiving with Azure Blob Storage

Azure Storage offers different access tiers, allowing you to store blob object data in the most cost-effective manner. The available access tiers include hot for frequently accessed data, cool for infrequently accessed data, and archive for rarely accessed data with flexible latency requirements (on the order of hours). In this hands-on lab, we will be creating a blob storage container in a pre-provisioned Azure storage account. We will upload a few sample files to the container and attempt to download them, showing that we can do so in either a hot or cool tier. We will then change the access tier of the blobs to archive and test to see whether or not we are able to download the blobs.

Azure icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 45m
Published
Clock icon Nov 06, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create a Blob Container in the Azure Storage Account

    1. In the Azure Portal, click Storage accounts in the left-hand navigation menu.
    2. Click the provisioned storage account to open it.
    3. Click Containers.
    4. Click + Container to create a new blob container.
    5. Set the following values:
      • Name: Your container name (e.g., "testblobs")
      • Public access level: Private
    6. Click Create.
  2. Challenge

    Upload Sample Files to the Blob Container

    1. Click the newly created blob container to open it.
    2. Click Upload.
    3. In Upload blob to the right, click the folder icon.
    4. Select three files from your local workstation to upload to the blob.
    5. Click Open.
    6. Click Upload.
  3. Challenge

    Change the Access Tier of the Uploaded Blobs

    Change Access Tier from Hot to Cool

    1. Leave HotTier.json alone. It will remain in the hot access tier.
    2. Select CoolTier.json and click Change tier.
    3. In Change tier to the right, change the access tier to Cool.
    4. Click Save.

    Change Access Tier from Hot to Archive

    1. Select ArchiveTier.json and click Change tier.
    2. In Change tier to the right, change the access tier to Archive.
    3. Click Save.
  4. Challenge

    Test Downloading the Blobs

    Test downloading each blob by clicking the ellipsis to the right of the blob and clicking Download. You should be able to download the hot and cool access tier blobs but not the archive tier blob.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans