An organization is designing a shared storage solution for a Linux-based high-performance computing (HPC) cluster deployed on Azure Virtual Machines. The application running on the cluster requires a shared file system that supports POSIX-compliant file permissions and the NFS v4.1 protocol. The shared storage must also be able to survive a primary datacenter outage within the region. Which two configuration options should you recommend to meet these requirements? (Select TWO.)
- A storage account type of FileStorageCevap
- A redundancy configuration of Zone-Redundant Storage (ZRS)Cevap
- CA storage account type of General Purpose v2 (GPv2)
- DA redundancy configuration of Locally Redundant Storage (LRS)
- EA Shared Access Signature (SAS) token with a validity period of 12 months to authenticate client connections
Cevap
To meet the requirements, you must recommend a storage account type of FileStorage and a redundancy configuration of Zone-Redundant Storage (ZRS).
The design must support NFS v4.1 and survive a primary datacenter outage. NFS v4.1 is only supported on Premium Azure Files, which must be deployed in a FileStorage storage account. To achieve zone-level resiliency against a single datacenter failure, Zone-Redundant Storage (ZRS) must be used as the redundancy option.
Adım Adım Çözüm
Anahtar Kavram
Designing Azure Files solutions for NFS workloads requiring high performance and zone redundancy.