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.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- 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.
- 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.