An organization is migrating a high-performance Linux-based application to Azure Virtual Machines. The application requires a shared file system that supports POSIX-compliant file locks and the NFS protocol. The design requires that the storage solution must survive a single zone outage within an Azure region while maintaining high performance. Which storage solution should you recommend?
- Premium Azure Files configured with Zone-Redundant Storage (ZRS) using the NFS protocol.Answer
- BStandard Azure Files configured with Locally Redundant Storage (LRS) using the NFS protocol.
- CPremium SSD Managed Disks configured with Locally Redundant Storage (LRS) using Azure Shared Disks.
- DAzure Blob Storage configured with Zone-Redundant Storage (ZRS) using NFS v3.0, with inactive files moved to the Archive tier.
Answer
Premium Azure Files configured with Zone-Redundant Storage (ZRS) using the NFS protocol.
Premium Azure Files configured with Zone-Redundant Storage (ZRS) using the NFS protocol is correct. Premium Azure Files natively supports NFS 4.1, which provides full POSIX-compliant locking. ZRS replicates data across three availability zones in the region, ensuring the storage survives a zone outage.
Step-by-Step Solution
Key Concept
Selecting Azure Files Premium tier with ZRS for NFS and zone redundancy.