MSDN Documentation

Microsoft Developer Network

Azure Storage Concepts

Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. It is designed to be highly available, durable, scalable, and secure. Azure Storage offers a range of storage services that can be used independently or together to build complex cloud-based solutions.

Core Storage Services

Azure Storage provides the following core services:

Key Concepts

Storage Accounts

A storage account provides a unique namespace in Azure for your data. Every object you store in Azure Storage has an address that includes your unique account name. The combination of your storage account name and the service name forms the base URL for your storage objects.

When you create a storage account, you can choose:

Data Models

Azure Storage supports different data models:

Access Control

Azure Storage offers robust security features, including:

Use Cases

Azure Storage is versatile and can be used for a wide array of scenarios:

Note: Understanding the differences between Azure Storage services and their respective data models is crucial for designing efficient and cost-effective cloud solutions.
Tip: For frequently accessed data, consider using the 'Hot' access tier for blobs to reduce retrieval costs. For less frequently accessed data, 'Cool' or 'Archive' tiers can offer significant cost savings.