- Lab
- A Cloud Guru
Creating Azure Storage Accounts
Azure offers a variety of storage-related products that can help you solve a wide range of problems. All of these storage products have one thing in common: they require and are organized under storage accounts. As such, the first step in implementing nearly any storage solution in Azure is to create a storage account. In this lab, you will have the opportunity to practice the task of creating storage accounts. You are provided with a set of basic criteria, and you are asked to create two storage accounts that are configured to meet those criteria. After completing this lab, you will be familiar with the process of creating storage accounts in the Azure portal, and you will be ready to proceed to more complex topics.
Path Info
Table of Contents
-
Challenge
Create the storage account for hot storage.
- Click + Add to create a new resource.
- Search for and select Storage Account.
- For Resource Group, select the existing resource group if it is not already selected.
- Enter a Storage account name. You can use a name similar to
hotstorage
, but you may need to change it slightly to make it unique. - For Performance, select Standard if it is not already selected.
- For Replication, select Read-access geo-redundant storage (RA-GRS).
- For Access Tier (default), select Hot.
- Click Review + Create, then Create.
-
Challenge
Create the storage account for cool storage.
- Click + Add to create a new resource.
- Search for and select Storage Account.
- For Resource Group, select the existing resource group if it is not already selected.
- Enter a Storage account name. You can use a name similar to
coolstorage
, but you may need to change it slightly to make it unique. - For Performance, select Standard if it is not already selected.
- For Replication, select Locally-redundant storage (LRS).
- For Access Tier (default)I, select Cool.
- Click Review + Create, then Create.
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.