An enterprise is designing the storage infrastructure for a new mission-critical transaction processing application deployed on Azure Virtual Machines. The architecture must satisfy the following requirements:
- The transaction log drive requires block storage that supports at least IOPS and MB/s of throughput with sub-millisecond write latency.
- The transaction log storage must remain highly available and survive a physical datacenter (availability zone) outage within the primary Azure region without data loss.
- Application audit logs stored in Azure Blob Storage must be securely shared with external auditors via time-bound links that can be revoked immediately at any time without rotating the primary storage account keys or affecting other active signatures.
Which storage configuration should you recommend?
- AStandard HDD Managed Disks configured with Zone-Redundant Storage (ZRS) for the transaction logs, and Azure Blob Storage with Shared Access Signatures (SAS) tied to a Stored Access Policy for the audit logs.
- BPremium SSD v2 Managed Disks configured with Locally Redundant Storage (LRS) for the transaction logs, and Azure Blob Storage with Shared Access Signatures (SAS) tied to a Stored Access Policy for the audit logs.
- Premium SSD v2 Managed Disks configured with Zone-Redundant Storage (ZRS) for the transaction logs, and Azure Blob Storage with Shared Access Signatures (SAS) tied to a Stored Access Policy for the audit logs.Cevap
- DPremium SSD v2 Managed Disks configured with Zone-Redundant Storage (ZRS) for the transaction logs, and Azure Blob Storage with ad-hoc Shared Access Signatures (SAS) containing a direct expiration timestamp for the audit logs.