Soru

Zorluk: OrtaBlob, File, and Disk Storage Solutions

An organization is migrating a legacy multi-tier web application and its backend database to Azure. The application runs on Linux virtual machines. The design has the following requirements:

* The web application servers require a shared file system that supports POSIX-compliant operations, including hard links, and must remain available in the event of an Azure availability zone outage.
* The database virtual machines require a dedicated high-performance disk for transaction logs that provides high write IOPS and sub-millisecond latency.

Which two storage configurations should you include in the design? (Select two.)

  1. Azure Files Premium tier using the NFS 4.1 protocol and configured with Zone-Redundant Storage (ZRS)Cevap
  2. Premium SSD managed disks for the database transaction logsCevap
  3. C
    Standard HDD managed disks for the database transaction logs
  4. D
    Azure Files Premium tier using the NFS 4.1 protocol and configured with Locally Redundant Storage (LRS)

Cevap

Azure Files Premium tier using the NFS 4.1 protocol configured with Zone-Redundant Storage (ZRS), and Premium SSD managed disks for database transaction logs.
To meet the requirements, the shared file system must be configured using Azure Files Premium tier with the NFS 4.1 protocol and Zone-Redundant Storage (ZRS) to ensure POSIX compliance (including hard links) and availability zone resilience. For the database transaction logs, Premium SSD managed disks must be selected to deliver the high IOPS and low latency necessary for database write operations.

Adım Adım Çözüm

1
Analyze the requirements for the shared file system.
The file system must support Linux clients (NFS), allow concurrent access, support POSIX hard links, and survive a zone failure. Azure Files Premium tier with NFS 4.1 and ZRS meets all these requirements.
NFS 4.1 on Premium files supports POSIX features like hard links, and ZRS replication protects against availability zone outages.
2
Analyze the requirements for the database transaction logs.
The log drive requires high write IOPS and sub-millisecond latency. Premium SSD or Ultra Disks are required for this profile.
Standard HDDs are designed for backup or archive workloads and cannot meet database transaction log performance demands.

Anahtar Kavram

Selecting Azure storage services and redundancy options based on compatibility, performance (IOPS/latency), and high availability requirements.
Bu soruyu puanla