hardmultiple choiceObjective-mapped

A media company stores project video assets in Azure Blob Storage. The business requires the data to survive a single availability zone outage in the primary region. In addition, if the primary region becomes unavailable, operations staff must still be able to read the most recently replicated copy from the secondary region right away, even if writes are temporarily unavailable. Which redundancy option best meets this requirement?

Question 1hardmultiple choice
Full question →

A media company stores project video assets in Azure Blob Storage. The business requires the data to survive a single availability zone outage in the primary region. In addition, if the primary region becomes unavailable, operations staff must still be able to read the most recently replicated copy from the secondary region right away, even if writes are temporarily unavailable. Which redundancy option best meets this requirement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

ZRS

Zone-redundant storage survives a zone failure, but it does not provide a readable secondary region.

B

Distractor review

GZRS

Geo-zone-redundant storage adds geo-replication, but the secondary region is not directly readable.

C

Distractor review

RA-GRS

Read-access geo-redundant storage gives secondary read access, but it does not protect against zone failure in the primary region.

D

Best answer

RA-GZRS

Read-access geo-zone-redundant storage combines zone resilience with geo-replication and secondary read access.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: RA-GZRS — RA-GZRS is the only option that satisfies both parts of the requirement. It protects data against a zone outage by storing replicas across zones in the primary region, and it also replicates to a paired secondary region. Because it is read-access enabled, administrators can still read the secondary endpoint if the primary region is unavailable. That makes it the best fit when both zone resilience and immediate read-only disaster recovery are required. Why others are wrong: ZRS handles zone failure only and has no secondary region. GZRS adds cross-region replication but does not allow direct reads from the secondary endpoint. RA-GRS allows secondary reads, but it does not provide zone redundancy in the primary region. The scenario requires both capabilities at the same time, so those alternatives each miss one critical requirement.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.