Open In App

Microsoft Azure – Storage Accounts

Azure Storage Account is a storage account that is a resource that acts as a container that groups all the data services from Azure storage (Azure blobs, Azure files, Azure Queues, and Azure Tables). This helps us manage all of them as a group. The policies we specify while creating the storage account or making changes after the creation applies to all the services inside the account. Deleting a storage account deletes all the storage services deployed and the data stored inside it.

The policies that we can define are as follows: 



Note: We need one storage account for each group of settings that we wish to apply to our data storage services. Therefore, the number of storage accounts we have to create is determined by the number of different combinations of data diversity, tolerance, management overhead and cost sensitivity we require with our data storage services.

Creating a storage account using Microsoft Azure Portal: 

The portal provides us with a user-friendly graphical user interface with explanations given for each setting. This makes it easy for us to use. 



Prerequisites: One needs to have an active Azure Subscription. One can avail a free 12-month subscription.

After creating an Azure subscription follow the below steps:

Step 1: Navigate to the Azure Portal

 

Step 2: On the homepage click on the + Create a resource option. It will display a list of resources you can create.

 

Step 3: Search for Storage Account and select it. The storage accounts pane appears. 

 

Step 4: Select Create option. The Create a storage account pane will be displayed. 

Step 5: In the basics tab, enter the following values : 

 

Step 6: Select the Next: Advanced tab and enter the following details as follows: 

 

 

 

Step 7: Choose the Next: Networking tab. In the tab enter the following details : 

 

Step 8: Choose the Next: Data protection option. In the tab enter the following details : 

 

Step 9: Choose the Next: Encryption option. In the tab that opens you may configure encryption settings. For now, leave it to default.

 

Step 10: Choose the Next: Tags option. In this tab, we can associate key/value pairs with the account for categorization. 

 

Step 11: Choose the Review + Create option to validate our options. If any issue is found, correct them. 

Step 12: When validation is successfully passed, select Create to deploy the storage account.

 

Step 13: Wait for the deployment to complete. It may take two-three minutes. 

 

Step 14: Select Go to resource to view your resource.

 

This is how we can store accounts using the Azure portal.

Note: We can also create a storage account using the below ways: 

  • Azure Powershell 
  • Azure CLI ( Command-line interface) 
  • Management client libraries

Article Tags :