1. An architect must recommend a storage solution for unstructured video files that balances high durability, internet-accessible delivery, and cost efficiency for petabyte-scale content. Which is the BEST fit?
- A. Azure Blob Storage with appropriate access tiers and redundancy✓ Correct
- B. Azure SQL Database
- C. Azure Table Storage
- D. Azure Cache for Redis
Explanation
Blob storage is Azure's object store for large-scale unstructured content, with durability options, tiering for cost, and HTTP access (often paired with a CDN). SQL Database (B) and Table Storage (C) aren't built for petabyte media files, and Redis (D) is an in-memory cache.