An organization is designing the storage infrastructure for a new containerized application workflow on Azure. The architecture must satisfy the following technical requirements:
- Provide a shared, POSIX-compliant file system for a cluster of Linux nodes that supports the NFS v4.1 protocol and can withstand the outage of a single Availability Zone within the primary Azure region.
- Provide block storage for a transaction-intensive database workload that requires consistent sub-millisecond disk write latencies.
Which two storage configurations should you recommend? (Select two.)
- Configure Azure Files Premium tier with Zone-Redundant Storage (ZRS) and the NFS protocol for the shared file systemCevap
- Configure Premium SSD v2 managed disks for the database workloadCevap
- CConfigure Standard SSD managed disks for the database workload
- DConfigure Azure Files Premium tier with Locally Redundant Storage (LRS) and the NFS protocol for the shared file system
- EConfigure a Shared Access Signature (SAS) token with a five-year validity period for authentication to the NFS file share
Cevap
Configure Azure Files Premium tier with Zone-Redundant Storage (ZRS) using NFS, and configure Premium SSD v2 managed disks for the database workload.
Configuring Azure Files Premium tier with Zone-Redundant Storage (ZRS) using NFS provides a POSIX-compliant, zone-resilient shared file system that meets the Linux cluster requirements. Configuring Premium SSD v2 managed disks delivers the necessary low latency and high IOPS for transaction-intensive database workloads.
Adım Adım Çözüm
Anahtar Kavram
Azure storage design matching performance, protocol (NFS/SMB), and resiliency (LRS/ZRS) requirements to appropriate disk and file service configurations.