A company is building a web application on Azure. The architecture team needs to select storage solutions that optimize cost while meeting specific data access requirements:
1. High-resolution product images must be stored. These images are requested frequently by users and must load with minimal latency.
2. Application audit logs must be stored. These logs are rarely accessed but must be available immediately for real-time security analysis if a security event is detected.
Which two of the following Azure Storage configurations should the team select to meet these requirements?
- The Hot access tier for the product imagesCevap
- The Cool access tier for the audit logsCevap
- CThe Archive access tier for the audit logs
- DAn Azure managed disk for the audit logs
Cevap
The Hot access tier should be used for the frequently accessed product images, and the Cool access tier should be used for the infrequently accessed audit logs that still require immediate availability.
The Hot access tier is ideal for frequently accessed data like product images, offering the lowest access cost. The Cool access tier is designed for infrequently accessed data like audit logs that must remain online and immediately available for queries.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage access tiers (Hot, Cool, Archive) and their appropriate use cases based on access frequency and availability requirements.