A medical research facility is deploying a genomic data analysis application on Azure. The application utilizes a combination of virtual machine-based analytics engines and a shared storage platform. The storage infrastructure must satisfy the following constraints:
* The analytics database requires high-performance write operations for transient scratch space, needing sub-millisecond latencies.
* A shared file storage system must support POSIX-compliant file access over NFS for multiple Linux-based compute nodes, with high throughput and resiliency against local datacenter zone outages.
* Temporary datasets must be shared with external research teams via pre-signed URLs. The facility must be able to invalidate these URLs immediately if a security anomaly is detected, without affecting other shared datasets.
Which TWO of the following configurations should you recommend in the storage architecture design? (Select TWO.)
- Provision Ultra Disk storage for the database transient scratch space.Answer
- Deploy a Premium tier Azure Files share configured with NFS and Zone-Redundant Storage (ZRS).Answer
- CProvision Standard SSD managed disks for the database transient scratch space.
- DConfigure Locally Redundant Storage (LRS) for the NFS file shares to minimize replication latency.
- EGenerate ad-hoc Shared Access Signatures (SAS) signed directly by the storage account access key.