Hey guys, I'm really building some cloud muscles!! From creating a Microsoft Azure account to creating an Azure storage this week has been uttermost eventful. So, this week, here's what I've learned.
First off, What is Azure Storage? Simply put, an Azure storage is a Microsoft cloud service where you store things. Its more like a file cabinet where you can access from anywhere in the world.
So how do we create an Azure storage?
Step 1: Create and deploy a resource group to hold all your project resources.
- In the Azure portal, search for and select Resource groups
- Select + Create
- Give your resource group a name
- Select a region. Use this region throughout the project
- Select Review and create to validate the resource group
- Select Create to deploy the resource group
Step 2: Create and deploy a storage account to support testing and training
- In the Azure portal, search for and select Storage accounts.
- Select + Create
- On the Basics tab, select your Resource group and then provide a storage account name. The storage account name must be unique in Azure.
- Set the Performance to Standard then click on Review, and then Create.
- Wait for the storage account to deploy and then Go to resource.
So we've successfully created a resource group and a storage account. Follow me as we configure simple settings in the storage account in part two of this article.
Don't forget to give a like, comment and share.
Top comments (0)