Creating Azure Storage Account And Supported Services

What is Azure Storage?

  • A cloud-based storage service managed by Microsoft for persisting and retrieving data
  • In the Azure Portal, it is called a storage account.
Creating Azure Storage Account And Supported Services
  • Azure Storage includes Azure Blobs (objects), Azure Data Lake Storage Gen2, Azure Files, Azure Queues, and Azure Tables.

Steps to create Azure Storage account

 
Step 1
 
Login to Azure portal, and search for storage accounts.
 
Creating Azure Storage Account And Supported Services 
 
Step 2
 
In the storage accounts page click on Add
 
Creating Azure Storage Account And Supported Services 
 
Step 3
 
Fill in the following form:
  • Select your Subscription, followed by Resource Group
  • Give account Storage Name
  • Select location




    Note
    By default, Account kind is “StorageV2 (General purpose v2)” which come with the below Azure storage services.

  • Azure Blob
  • Azure Files
  • Azure Queues
  • Azure Tables
Read more about account types here.
Read more about Tiers here.
 
Step 4
 
Once you click on review you can see following screen. Here users can setup accessibility for storage accounts, like virtual network or any private end point. Leave it as default selected value – Public end point.
 
Creating Azure Storage Account And Supported Services
 
Step 5
 
Now we are not changing any setting in Advanced and Tags tab. Once the user clicks on Review + Create Azure will run a quick validation for all the settings and if we see Validation passed message we are good to go. Click on Create button
 
Creating Azure Storage Account And Supported Services 
 
We can see the following screen once our resource is ready to use
 
Creating Azure Storage Account And Supported Services
 
We can see the service listed in the overview section of our storage account
 
Creating Azure Storage Account And Supported Services