An organization is planning to migrate its workloads to Microsoft Azure and has identified two key storage requirements:
1. A shared file system that can be mounted simultaneously by multiple Azure Virtual Machines and on-premises servers using the SMB protocol.
2. A cost-effective storage tier for infrequently accessed logs that must remain immediately readable without any rehydration delay.
Which two of the following Azure Storage features or tiers should the organization select to meet these requirements?
- Azure Files to host the shared file system.Answer
- The Cool access tier to store the logs.Answer
- CThe Archive access tier to store the logs.
- DAzure Disk Storage to host database files, assuming Microsoft manages the database software configuration.
Answer
To meet the requirements, the organization should select Azure Files for the shared file system and the Cool access tier for the storage of infrequently accessed logs.
Azure Files is the correct choice for the shared folder because it natively supports the SMB protocol for concurrent access across multiple systems. The Cool access tier is correct for the logs because it provides a cost-effective option for infrequently accessed data while maintaining online status for immediate reads.
Step-by-Step Solution
Key Concept
Understanding the differences between Azure storage services (Azure Files, Azure Disk Storage) and storage access tiers (Hot, Cool, Archive), as well as the shared responsibility model's application to virtual machine storage.