Azure storage accounts

It provides a unique namespace for you Azure Storage data that’s accessible from anywhere via HTTP or HTTPS, this data is secure, highly available, durable and massively scalable.

Azure storage redundancy options

Azure storage accounts always store multiple copies of your data, so it’s protected from unplanned and planned events (hardware failure, network and power outages, and natural disasters), meeting its availability and durability targets.

Redundancy in the primary region

Data is always replicated three times.

Redundancy in the secondary region

For apps requiring high durability, copy the data to a secondary region that is miles away from the primary region, to make the data durable even in case of an event of catastrophic failure that prevents data in the primary region from being recovered.

<aside> 💡 If the primary region becomes unavailable, you can choose to fail over the secondary region, so it becomes the primary region, and you can read and write data.

</aside>

Account type

When creating a storage account, the storage account type must be picked as this determines the storage services and redundancy options, which has an impact on use cases.

Account type Supported services Redundancy options Usage
Standard general-purpose v2 - Blob storage (including data lake storage).

Azure storage services

Azure blobs (Binary Large Objects)

Object storage solution for the cloud, to store massive amounts of unstructured data (text files, images, videos, documents, binary data), meaning there are no restrictions on the kinds of data it can hold.