Skip to Content

AZ-900: Which Azure Storage Service Should Developers Use for Large Amounts of Unstructured Data Like Text and Images?

Which Azure storage service is best for managing large amounts of unstructured data such as text and images? Learn why Azure Blob Storage is the ideal solution for scalable, cost-effective, and flexible storage of unstructured data in the cloud.

Table of Contents

Question

A developer needs to create a solution that involves managing large amounts of unstructured data, such as text and images. Which Azure storage service should they use?

A. Azure Files
B. Azure Table Storage
C. Azure Blob Storage
D. Azure Queue Storage
E. Azure Managed Disks

Answer

C. Azure Blob Storage

Explanation

Azure Blob Storage is designed for storing large amounts of unstructured data, including text, images, videos, and other binary data.

The best Azure storage service for managing large amounts of unstructured data—including text, images, videos, and binary files—is Azure Blob Storage.

  • Unstructured Data Support: Azure Blob Storage is specifically designed for storing unstructured data, which does not conform to a specific data model or schema. This includes text files, images, videos, backups, and logs.
  • Scalability: Blob Storage can handle massive volumes of data, scaling from gigabytes to petabytes, making it suitable for applications with high storage demands.
  • Cost-Effectiveness: The service offers multiple storage tiers (Hot, Cool, Archive) to optimize costs based on how frequently data is accessed, making it economical for both frequently and infrequently accessed data.
  • Accessibility: Data stored in Blob Storage can be accessed globally via HTTP/HTTPS, REST APIs, SDKs, and can be integrated with other Azure services for analytics, backup, and disaster recovery.
  • Use Cases: Common scenarios include serving images or documents to web applications, streaming media, storing data for analytics, backups, and archiving.

Comparison:
Other Azure storage options like Azure Files, Table Storage, and Managed Disks are optimized for different use cases (file shares, structured NoSQL data, or VM disks) and are not as suitable for large-scale unstructured data storage.

Azure Blob Storage is optimized for storing and managing large amounts of unstructured data, such as text, images, and videos, providing high scalability, global accessibility, and cost-effective storage options.

Microsoft Azure Fundamentals AZ-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Fundamentals AZ-900 exam and earn Microsoft Azure Fundamentals AZ-900 certification.