Microsoft Azure Documentation

/msdn/documentation/azure/storage/blob

Azure Blob Storage

Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob storage is optimized to store massive amounts of unstructured data, such as text or binary data.

What is Blob Storage?

Blob storage is designed for:

Blob storage is a **RESTful object store**. Anything that can be represented as a file can be stored in Blob Storage. You can access objects in Blob Storage via HTTP or HTTPS, and you can write libraries, tools, or applications to interact with Blob Storage from anywhere in the world.

Key Concepts

Storage Tiers

Blob Storage offers different tiers to optimize costs based on access frequency: Hot, Cool, and Archive. Choose the tier that best suits your access patterns.

Learn more about storage tiers

Blob Types

Azure Blob Storage supports three types of blobs:

Important Note

Block blobs are the most common type and are generally recommended for most scenarios. Append blobs are suitable for logging, while page blobs are used for specific scenarios like VM disks.

Getting Started with Blob Storage

You can interact with Azure Blob Storage using various methods:

Explore the following resources to deepen your understanding and start building with Blob Storage:

Key Features