Designing and Implementing an Azure AI Solution (legacy) — Question 57
You are designing an AI workflow that will aggregate data stored in Azure as JSON documents.
You expect to store more than 2 TB of new data daily.
You need to choose the data storage service for the data. The solution must minimize costs.
Which data storage service should you choose?
Answer options
- A. Azure Manage Disks
- B. Azure Blob Storage
- C. Azure File Storage
- D. Azure Data Lake Storage
Correct answer: B
Explanation
Azure Blob Storage is designed for massive amounts of unstructured data and offers cost-effective storage options, making it ideal for your requirements. Azure Managed Disks are more suitable for VM storage, Azure File Storage is optimized for file shares, and Azure Data Lake Storage is great for analytics but may not be the most cost-effective for simple storage needs.