You are designing the storage architecture for a new high-performance financial ledger system hosted on Azure Linux Virtual Machines.
The system must satisfy the following requirements:
* Database transaction logs: Support up to IOPS and throughput with sub-millisecond latency. The storage solution must sustain a single availability zone outage without data loss.
* Shared configuration files: Multiple Linux VMs must concurrently access a POSIX-compliant shared file system over the NFS v4.1 protocol. This storage must also remain available during an availability zone outage.
* Historical audit logs: Store logs cost-effectively for years. They are rarely accessed, but when requested, they must be fully available for read operations within minutes.
Which TWO of the following configurations should you include in the storage design? (Select TWO)
- Provision Premium SSD v2 Managed Disks configured with Zone-Redundant Storage (ZRS) for the database transaction logs.Answer
- Create an Azure Files Premium share using the NFS v4.1 protocol and configured with Zone-Redundant Storage (ZRS) for the shared configuration files.Answer
- CProvision Ultra Disks configured with Zone-Redundant Storage (ZRS) for the database transaction logs.
- DConfigure Azure Blob Storage Archive tier with a lifecycle policy to store the historical audit logs.
- ECreate an Azure Files Standard share using the SMB protocol and configured with Locally-Redundant Storage (LRS) for the shared configuration files.