A media production company is migrating its rendering and asset management platform to Azure. The platform consists of Linux-based virtual machines (VMs) and has the following requirements:
* A shared file storage volume that supports the NFS v protocol and POSIX-compliant file locking.
* A database transaction log volume that must support at least IOPS and sub-millisecond write latency.
* Both the shared file storage and the database transaction log volume must be resilient to a primary datacenter outage within the Azure region.
Which combination of Azure storage solutions should you recommend to meet these requirements?
- AStandard Azure Files configured with NFS v4.1 and ZRS for the shared file storage, and a Premium SSD disk configured with LRS for the transaction log.
- BPremium Azure Files configured with SMB v3.0 and ZRS for the shared file storage, and a Standard SSD disk configured with ZRS for the transaction log.
- Premium Azure Files configured with NFS v4.1 and ZRS for the shared file storage, and a Premium SSD v2 disk configured with ZRS for the transaction log.Cevap
- DAzure NetApp Files configured with NFS v4.1 for the shared file storage, and an Ultra Disk configured with ZRS for the transaction log.
Cevap
Premium Azure Files configured with NFS v4.1 and ZRS for the shared file storage, and a Premium SSD v2 disk configured with ZRS for the transaction log.
Premium Azure Files supports the NFS v protocol, POSIX locking, and Zone-Redundant Storage (ZRS). Premium SSD v supports ZRS, provides sub-millisecond write latency, and allows provisioning IOPS independently of disk size, meeting all performance and resiliency requirements.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage service selection based on protocol, performance, and regional redundancy capability.