What is Azure Storage
Azure storage is a cloud storage from Microsoft designed to store anything such as blobs and others.
Common examples of what can be stored in azure storage are your PDFS, your videos and anything sitting in a users computer
In this article, I will show you how to create a storage account for the department testing and training using the following steps
Create a resource group and a storage account.
- In the Azure portal, search for and select Resource group
- Select + Create.
- Give your resource group a name. For example, storagerg
- 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
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
- Provide a Storage account name
- Set the Performance to Standard.
- Select Review, and then Create
- Wait for the storage account to deploy and then Go to resource












Top comments (0)