What is Azure Blob Storage and Which Type of Blob Should you Use

Azure Data Lake Storage Gen1 (ADLS Gen1) does not have a native concept of “blobs” like Azure Blob Storage does. In Azure Blob Storage, data is stored in containers as blobs. However, in ADLS Gen1, data is organized into a hierarchical file system similar to Hadoop Distributed File System (HDFS).

In ADLS Gen1, you work with data using directories and files, rather than containers and blobs. You can organize your data into directories and files within the Data Lake Store. Each file can be of any format, such as Parquet, JSON, CSV, etc.

If you are looking for blob-like storage capabilities in Azure, you might consider using Azure Blob Storage for that purpose. Azure Blob Storage is designed for storing unstructured data as blobs, and it offers various storage options and features for managing objects.

However, Azure Data Lake Storage Gen2 (ADLS Gen2) is another option to consider if you need data lake capabilities and want to leverage the hierarchical file system structure while still having some of the benefits of Azure Blob Storage. ADLS Gen2 combines the capabilities of ADLS Gen1 and Azure Blob Storage, offering features like fine-grained access control, analytics integration, and more.


Azure Blob Storage supports three main types of blobs, each designed for specific use cases and data storage requirements:

1. Block Blobs:

  • Use Case: Block blobs are optimized for storing large amounts of unstructured data, such as documents, images, videos, backups, and log files.
  • Features:
    • Data is divided into smaller blocks, and each block can be a different size, up to 100 MB.
    • Block blobs are ideal for append or update operations, where you can add new blocks or update existing ones without rewriting the entire blob.
    • They are suitable for streaming scenarios and provide efficient upload and download capabilities.

2. Page Blobs:

  • Use Case: Page blobs are designed for random read-write operations and are commonly used for virtual machine (VM) disk storage.
  • Features:
    • Page blobs are organized into 512-byte pages, and the size of a page blob can range from 512 bytes to 8 TB.
    • They are optimized for frequent read-write operations and support features like snapshots, which enable point-in-time copies of the data.
    • Page blobs are commonly used for storing OS disks, data disks, and VM images.

3. Append Blobs:

  • Use Case: Append blobs are designed for append-only scenarios, where data is added to the blob but cannot be modified or deleted.
  • Features:
    • Data is written sequentially to an append blob, and once written, it cannot be modified. New data can only be added to the end of the blob.
    • Append blobs are suitable for scenarios like logging and auditing, where you want to maintain an immutable record of events.
    • They are optimized for high-throughput append operations.

These blob types provide flexibility for various storage needs, from storing large files to serving as virtual hard disks for Azure Virtual Machines or maintaining an immutable log of events. You can choose the appropriate blob type based on your specific use case and data access patterns. 

Additionally, Azure Blob Storage also supports features like tiering, which allows you to optimize storage costs by moving blobs to different storage tiers (e.g., hot, cool, archive) based on their access patterns and retention requirements.

Addend Analytics is a Microsoft Gold Partner based in Mumbai, India, and a branch office in the U.S.

Addend has successfully implemented 100+ Microsoft Power BI and Business Central projects for 100+ clients across sectors like Financial Services, Banking, Insurance, Retail, Sales, Manufacturing, Real estate, Logistics, and Healthcare in countries like the US, Europe, Switzerland, and Australia.

Get a free consultation now by emailing us or contacting us.