An organization is deploying a high-performance computing (HPC) application on Azure Linux Virtual Machines. The application requires a shared storage volume that supports the NFS v4.1 protocol and POSIX-compliant file system permissions. The storage must survive a zone failure within the primary Azure region while maintaining sub-millisecond latency. Which Azure storage configuration should you design to meet these requirements?
- Premium Azure Files configured with Zone-Redundant Storage (ZRS)Answer
- BStandard Azure Files configured with Geo-Redundant Storage (GRS)
- CAzure Blob Storage with NFS v4.1 enabled, configured with Locally Redundant Storage (LRS)
- DAzure Premium SSD managed disks with Locally Redundant Storage (LRS) shared via multi-write capability
Answer
Premium Azure Files configured with Zone-Redundant Storage (ZRS)
Premium Azure Files configured with Zone-Redundant Storage (ZRS) is the correct choice because it natively supports NFS v4.1, offers the necessary low latency for HPC workloads, and replicates data across three separate availability zones within the primary region to ensure service continuity during a zone failure.
Step-by-Step Solution
Key Concept
Selecting Azure Files tiers and redundancy configurations based on protocol, latency, and high availability requirements.
Estimated Time:1m 30s