Microsoft Azure Architect Design (AZ-304) Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Azure Architect Design (AZ-304) Exam with comprehensive quiz questions designed to enhance your understanding and confidence. Master essential Azure concepts and strategies to excel on your test day!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the preferred storage option for applications needing high availability and REST access while controlling costs in Azure?

  1. Active geo-replication in SQL Database

  2. Geo-redundant storage (GRS)

  3. Read-access geo-redundant storage (RA-GRS)

  4. Azure Blob Storage with redundancy

The correct answer is: Read-access geo-redundant storage (RA-GRS)

The preferred storage option for applications requiring high availability and REST access while also controlling costs is Read-access geo-redundant storage (RA-GRS). This storage option not only ensures that data is replicated across geographically distant regions, enhancing availability and durability, but it also provides the added benefit of read access to the secondary region. This means that if the primary region experiences a failure, applications can still access data from the secondary region, thus ensuring continuity of service. RA-GRS is designed for scenarios where read operations are necessary even during outages, making it an optimal choice for applications that need high availability and quick recovery. Additionally, it controls costs effectively compared to some other options, as it uses standard storage rates while providing enhanced redundancy and accessibility. In contrast, Active geo-replication in SQL Database primarily focuses on enabling failover and does not offer REST access in the same capacity as RA-GRS. Geo-redundant storage (GRS) does not provide read access to the secondary location, which can become a limitation for applications that depend on constant access to data. Azure Blob Storage with redundancy is a broader category that may include different redundancy options, but it may not specifically address the need for high availability and low cost in the same effective manner