A company is developing a public-facing website that hosts software installation packages for customer download. The packages are updated frequently, and customers download them continuously throughout the day. The website must retrieve these files directly using standard HTTP/HTTPS protocols.
Which Azure Storage service and access tier should you recommend to meet these requirements?
- AAzure Blob Storage configured with the Archive access tier
- BAzure Disk Storage configured with the Hot access tier
- Azure Blob Storage configured with the Hot access tierAnswer
- DAzure Files configured with the Cool access tier
Answer
Azure Blob Storage configured with the Hot access tier
The option recommending Azure Blob Storage with the Hot access tier is correct because Blob Storage is designed for hosting unstructured data like installation files and supports direct HTTP/HTTPS access. The Hot tier is optimized for data that is accessed frequently, making it the most cost-effective and lowest latency choice for continuous customer downloads.
Step-by-Step Solution
Key Concept
Azure Storage Services and Access Tiers selection based on access protocols, direct accessibility, and access frequency.
Estimated Time:1m 30s