You are designing a storage solution for a shared file repository in Azure. The repository must be accessible simultaneously by multiple Azure Virtual Machines (VMs) using the SMB protocol. The storage configuration must ensure that data remains available even if a single physical datacenter in the primary region undergoes an outage. Which two storage configurations should you recommend to meet these requirements? (Select two.)
- Azure Files premium tier configured with zone-redundant storage (ZRS)Answer
- Azure Files transaction optimized tier configured with zone-redundant storage (ZRS)Answer
- CAzure Files premium tier configured with locally redundant storage (LRS)
- DAzure Page Blobs configured with zone-redundant storage (ZRS)
Answer
Azure Files premium tier configured with zone-redundant storage (ZRS) and Azure Files transaction optimized tier configured with zone-redundant storage (ZRS)
To support multi-VM shared file access over the SMB protocol while ensuring resilience against a single datacenter outage, you should use Azure Files (which natively supports SMB) configured with zone-redundant storage (ZRS). Both the premium tier and transaction-optimized tier of Azure Files can be configured with ZRS to meet these constraints.
Step-by-Step Solution
Key Concept
Selecting the appropriate Azure Files tier and redundancy option to support SMB access with availability zone protection