An organization is designing a storage strategy in Azure for two specific needs:
1. A shared file repository that must be concurrently accessed by multiple virtual machines using the SMB protocol.
2. Security audit logs that are accessed less than once a year, where latency is not a concern but storage cost must be minimized.
Which two of the following configurations should the organization select to meet these requirements?
- Azure Files to support the shared file repository using the SMB protocolAnswer
- Azure Blob Storage using the Archive access tier to store the security audit logsAnswer
- CAzure Blob Storage using the Archive access tier to allow immediate, direct read access to the security audit logs
- DAzure Disk Storage using the Archive access tier to store the security audit logs
Answer
Azure Files to support the shared file repository using the SMB protocol, and Azure Blob Storage using the Archive access tier to store the security audit logs.
Azure Files is correct because it supports concurrent access via the SMB protocol for multiple virtual machines, while Azure Blob Storage Archive tier is correct for the audit logs because it offers the lowest storage cost for rarely accessed data that does not require immediate retrieval.
Step-by-Step Solution
Key Concept
Azure storage services (Files, Blobs, Disks) and access tiers (Archive) must be aligned to specific workload requirements for access protocols and cost/retention profiles.