An enterprise is designing the storage architecture for a transaction database hosted on Azure Virtual Machines and its associated backups. The architecture must meet the following requirements:
* Database Data Volume: Requires 65,000 IOPS and 900 MB/s throughput. The storage must survive a zone outage within the primary region without data loss.
* Database Log Volume: Requires guaranteed sub-millisecond write latency and 10,000 IOPS. Application-level replication provides cross-zone disaster recovery.
* Backups: Must be stored in Azure Blob Storage. An external auditor requires read access to these backups for 48 hours. This access must be immediately revocable at any time without rotating the primary storage account keys.
Which configuration should you recommend?
- Configure Premium SSD v2 with Zone-Redundant Storage (ZRS) for the data volume, Ultra Disk with Locally Redundant Storage (LRS) for the log volume, and generate a Shared Access Signature (SAS) token associated with a stored access policy for the backup blobs.Cevap
- BConfigure Ultra Disk with Locally Redundant Storage (LRS) for both the data and log volumes, and generate a Shared Access Signature (SAS) token associated with a stored access policy for the backup blobs.
- CConfigure Standard SSD with Zone-Redundant Storage (ZRS) for the data volume, Premium SSD (v1) with Locally Redundant Storage (LRS) for the log volume, and generate a Shared Access Signature (SAS) token associated with a stored access policy for the backup blobs.
- DConfigure Premium SSD v2 with Zone-Redundant Storage (ZRS) for the data volume, Ultra Disk with Locally Redundant Storage (LRS) for the log volume, and generate an ad-hoc Shared Access Signature (SAS) token with a two-year expiration period for the backup blobs.