You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Azure Blob Storage is Microsoft's object storage solution for the cloud. It is designed to store massive amounts of unstructured data — text, images, videos, logs, backups, and any binary data. This lesson covers the core concepts of Blob Storage, blob types, containers, access patterns, and common use cases.
Blob stands for Binary Large Object. Azure Blob Storage is optimised for storing enormous volumes of unstructured data that does not conform to a particular data model or definition.
Blob Storage uses a three-level hierarchy:
Storage Account
|
|-- Container 1
| |-- Blob A
| |-- Blob B
| |-- virtual-folder/Blob C
|
|-- Container 2
|-- Blob D
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.