An organization is designing the storage infrastructure for a mission-critical financial application hosted on Azure Virtual Machines. The application has the following storage requirements:
1. Database transaction logs: Must support up to IOPS and less than latency. The storage must remain available even if an entire Azure Availability Zone suffers an outage.
2. Long-term database backups: Must be stored in blob storage, retain high durability, be resilient against a regional disaster, and allow immediate read access to the secondary region at all times.
3. Temporary ETL files: Will be accessed via Shared Access Signatures (SAS) by external partners. The SAS tokens must be valid for months, but the security team must have the ability to immediately revoke access if a token is compromised.
Which three storage configurations should you recommend to meet these requirements? (Select three.)
- Provision Azure Premium SSD v2 disks configured with Zone-Redundant Storage (ZRS) for the database transaction logs.Cevap
- Configure the backup blob storage account to use Read-Access Geo-Redundant Storage (RA-GRS).Cevap
- Generate Shared Access Signatures (SAS) by binding them to a Stored Access Policy on the blob container.Cevap
- DProvision Azure Ultra Disks for the database transaction logs.
- EConfigure the backup blob storage account to use Locally Redundant Storage (LRS).
- FGenerate ad-hoc Shared Access Signatures (SAS) with a -month expiration directly on the target blobs.