An animation studio is migrating its core rendering pipeline to Azure. The pipeline consists of Linux-based virtual machines running rendering software.
The design requirements for the shared storage solution are as follows:
- Protocol & Compatibility: The rendering nodes require shared storage that supports NFS, POSIX-compliant file permissions, and hard links.
- Performance: The storage must support high-throughput parallel reads and writes, achieving sub- millisecond metadata operation latency.
- Availability: The storage solution must remain available even if a single physical datacenter (availability zone) in the primary Azure region experiences an outage.
- Administration: The storage solution must minimize the administrative overhead of managing OS-level clustering, virtual machines, or file system updates.
Which storage solution should you recommend in the design?
- AAn Azure Files NFS v share in a Premium FileStorage account configured with Locally Redundant Storage (LRS).
- BAn Azure Blob Storage container configured with NFS v in a Standard General Purpose v storage account configured with Zone-Redundant Storage (ZRS).
- An Azure Files NFS v share in a Premium FileStorage account configured with Zone-Redundant Storage (ZRS).Cevap
- DAn Azure Files SMB share in a Premium FileStorage account configured with Zone-Redundant Storage (ZRS), using a Shared Access Signature (SAS) token with a -year lifetime for authentication.