Microsoft Azure Documentation

Azure Blob Storage Overview

Azure Blob Storage is Microsoft's object storage solution for the cloud. It is optimized for storing massive amounts of unstructured data, such as text or binary data. Unstructured data is data that doesn't adhere to a particular data model or definition, such as images, videos, audio files, plain text files, documents, or any other type of binary data. You can also use Blob Storage to store data to be processed by a distributed processing framework or analyzed as a data warehouse.

Key Features

Core Components

Blob Storage organizes data using a hierarchical structure:

Common Use Cases

Key Operations (REST API)

Operation Description Link
Put Blob Uploads a block blob. Docs
Get Blob Retrieves a blob. Docs
Delete Blob Deletes a blob. Docs
List Blobs Lists blobs within a container. Docs