An organization is designing the storage architecture for a line-of-business application migrating to Azure. The application has the following design requirements:
- The database backend requires disk storage capable of delivering sub-millisecond read/write latency for transaction logs.
- A shared configuration file repository must be accessible concurrently by multiple application servers using the SMB protocol and must remain operational during a zone-level outage.
- Access to the configuration files must be secured and easily revokable if credentials are compromised.
Which two storage configurations should you recommend to meet these requirements?
- Configure Premium SSD v2 managed disks for the database transaction logs.Cevap
- Configure Azure Files Premium tier with Zone-Redundant Storage (ZRS) for the shared configuration files.Cevap
- CConfigure Standard HDD managed disks for the database transaction logs.
- DConfigure Azure Files Premium tier with Locally Redundant Storage (LRS) to host the shared configuration files.
- EUse an ad-hoc Shared Access Signature (SAS) token with a lifetime of three years to provide access to the configuration files.
Cevap
Configure Premium SSD v2 managed disks for the database transaction logs, and configure Azure Files Premium tier with Zone-Redundant Storage (ZRS) for the shared configuration files.
Premium SSD v2 managed disks are the correct choice for transaction logs because they offer low sub-millisecond latencies and high performance. Azure Files Premium tier with Zone-Redundant Storage (ZRS) satisfies the SMB concurrent access and zone-outage resilience requirements by replicating data across three availability zones within the region.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate disk performance tiers and storage redundancy configurations to meet low-latency and high-availability requirements in Azure.