
Microsoft Certified Azure Data Fundamentals (DP-900) Exam Guide
By :

Binary large objects (Blobs) provide extremely scalable and inexpensive object storage and are one of the core building block elements of the Microsoft Azure cloud computing platform.
Blob storage stores unstructured data, such as images and audio files held in logical stores for data that can be retrieved via API calls using a globally unique identifier for each stored blob. Workloads “call” the Azure Blob storage API for read and write operations. Each blob item holds metadata and has a unique identifier.
Blob storage should be used when storing data that does not fit into a file system with traditional file-level access protocols such as SMB and NFS or relational databases such as Microsoft SQL.
Figure 4.2 illustrates data object organization for the Blob storage service:
Figure 4.2: Blob storage service data organization
Figure 4.2 shows that Blob storage has a flat namespace that uses virtual directories...