Introduction

In this guide, we'll jump into Azure Storage Accounts, which are like secure digital lockers for storing files and data in the cloud. Just as we keep our valuables safe, Azure Storage Accounts help us safeguard our digital assets online. We'll simplify the process of creating these accounts to make data management easier for everyone.

Azure storage account

What is a storage account in Azure?

Imagine you have a lot of digital files - documents, photos, videos, and more - and you want a secure place to store them where you can access them from anywhere. That's where the Azure Storage Account comes in. It's like renting a safe and spacious digital locker in the cloud provided by Microsoft's Azure platform.

Official Definition

According to Microsoft Azure documentation, a Storage Account is defined as follows.

Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store. Azure Storage is:

Services provided by Azure storage account

How to create a storage account?

Step 1. Open your Azure Portal and search for Storage Account.

Azure storage account

Step 2. Click on the Create button to create a new storage account.

Create account

Step 3. Basic Details

In this tab, you have to provide basic details of your storage account which are below.

Project details

If you want to configure other settings also you can go to the next steps otherwise you can directly go to the review page where you can review your default settings and create a storage account.

Step 4. Advance Details

In this tab, you have to provide some advanced details/configuration of your storage account which are as below.

Advanced Details

Step 5. Networking Details

In this tab, you have to define the network configuration of your storage account. These are as follows.

Networking routing

Step 6. Data Protection

The Data Protection enables data recovery and tracking features to safeguard your storage. Following is the configuration of this tab.

Data protection

Step 7. Encryption

In this tab, you can configure the encryption of your storage account.

Encryption of storage account

Step 8. Tags

Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.

Step 9. Review

In the review tab, you can review all the default or changed configurations that you enable/disable for your storage account. Review all the configurations and if all is good then click on the Create button to create a storage account.

Reviews

Step 10. It will take some time to set up your storage account. Once it is configured you can go to your storage account by clicking on the Go to Resource button. You can also find this in the storage account from the dashboard.

Deployment completed

You can now create and access all the services provided by storage accounts like Blob Storage, File Storage, Table Storage, Service Queues, etc.

Data storage