Skip to content

Azure Blob Storage

Azure Blob Storage is Microsoft's cloud-based object storage solution, optimized for storing vast amounts of unstructured data such as text, images, videos, and backups.

Key Features:

  • Scalability: Effortlessly scales to accommodate large volumes of data, making it suitable for applications with growing storage needs.

  • Data Access Tiers:

    • Hot: Ideal for data that's accessed frequently.
    • Cool: Designed for data that's infrequently accessed and stored for at least 30 days.
    • Archive: Best for data that's rarely accessed and intended for long-term storage; retrieval may take several hours.
  • Data Redundancy Options:

    • Locally Redundant Storage (LRS): Maintains multiple copies of data within a single region.
    • Geo-Redundant Storage (GRS): Replicates data across different geographic regions to ensure durability.
  • Integration with Azure Data Lake Storage Gen2: Provides hierarchical namespace capabilities, combining the benefits of object storage with file system features, which is advantageous for big data analytics.