An organization is designing the storage infrastructure for a mission-critical financial application hosted on Azure Virtual Machines. The application requires a database data drive that must support at least IOPS and sub-millisecond write latency. The database files must survive a storage zone failure. Additionally, you must provide secure, temporary, write-only access to specific database backup blobs for external auditors, and this access must be easily revocable at any time. Which two configurations should you include in the storage design? (Select two.)
- Configure the database data drive using Premium SSD v2 managed disks with zone-redundant storage (ZRS).Cevap
- Generate a Shared Access Signature (SAS) token that is associated with a Stored Access Policy.Cevap
- CConfigure the database data drive using Ultra Disks.
- DConfigure the database data drive using Standard SSD managed disks with zone-redundant storage (ZRS).
- EGenerate a Shared Access Signature (SAS) token with the expiration time defined directly in the token URI and set to days.
Cevap
Configure the database data drive using Premium SSD v2 managed disks with zone-redundant storage (ZRS), and generate a Shared Access Signature (SAS) token associated with a Stored Access Policy.
Premium SSD v2 managed disks support zone-redundant storage (ZRS) while delivering the required IOPS and sub-millisecond latency. Additionally, associating the SAS token with a Stored Access Policy provides the ability to revoke access immediately by deleting or modifying the policy.
Adım Adım Çözüm
Anahtar Kavram
Selecting high-performance Azure disk types that support zone-redundant storage (ZRS), and implementing revocable blob access using Shared Access Signatures (SAS) associated with Stored Access Policies.