BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning Microsoft Azure Infrastructure Solutions (AZ-305)Quick Note — Recommend a High Availability Solution for Relational Data
LO Quick Note881 words

Quick Note — Recommend a High Availability Solution for Relational Data

AZ-305 › Unit 3: Design business continuity solutions › Design for high availability › Recommend a high availability solution for relational data

Quick Note — Recommend a High Availability Solution for Relational Data

A logistics platform takes orders all day from 12 countries and balances its books overnight. One Tuesday at 03:1403{:}1403:14 Central European Time, the primary Azure SQL DB instance for the European order ledger becomes unreachable for nine minutes. Replicas in the same zone are unreachable too — the entire zone is offline. The CTO learns about it from a dashboard nine minutes after the event ended, because the database failed over automatically and no customer saw an outage. The architect who designed that database six months earlier had checked a single box: Zone Redundant.…

Retrieval target

Objective
Recommend a High Availability Solution for Relational Data
Mode
Closed-book recall
Target time
5 minutes
Escalation
Open the full lesson after a miss

Decision anchors

PromptCompact answer
Zone-redundant Business Critical (Azure SQL DB)An opt-in flag that spreads the BC replica set (3+1 quorum) across ≥2\geq 2≥2 availability zones in the region. Lifts SLA from $99.99% →99.995\to 99.995→99.995%$. No extra cost — same vCore price as non-ZR BC. Pick whenever the region supports AZs and the workload is BC tier. Same flag exists for Premium DTU and Hyperscale.
Active Geo-ReplicationA SQL DB feature that creates up to 4 readable secondary databases in any Azure region. Async replication (RPO < 5 s typically). Each secondary has its own connection string — apps can offload read traffic to nearest replica. Manual failover (you call the API). Pre-cursor to Failover Groups, still useful for fine-grained per-DB control.
Auto-Failover GroupA server-level grouping of one or more SQL DBs (or one SQL MI) that's replicated to a secondary server in another region with automatic, policy-driven failover. Provides read-write listener + read-only listener endpoints that always point at the current primary/secondary — apps don't have to update connection strings on failover. RPO ~5 s; RTO seconds–minutes.
Always On Availability Group (SQL on VM)SQL Server's native multi-replica HA feature, deployed on SQL Server on Azure VM workloads. Two+ VM nodes in a Windows Server Failover Cluster, replicate via log shipping (sync or async). Provides a listener for client connections. Required for IaaS SQL parity with on-prem HA; managed via SSMS or PowerShell. Use when SQL DB / MI features aren't sufficient.

Read the answers once, then cover the right-hand column and reconstruct each one from the prompt. A useful answer names the requirement, the recommended control or service boundary, and the nearest alternative it rejects. If you can only recognize the answer after seeing it, retrieval is not yet secure.

Turn recall into an architecture answer

For recommend a high availability solution for relational data, state: choose X because constraints A and B apply; reject Y because it fails C; validate with evidence D.

Ninety-second explanation

Without notes, explain:

  1. What requirement signals this learning objective rather than a neighbouring one?
  2. Which two solution families are most likely to be compared?
  3. Which hard constraint eliminates the strongest distractor?
  4. What identity, network, data, or failure boundary must appear in the design?
  5. Which operational test would prove the recommendation works?

Then compare your explanation with the full lesson. Record the missing decision rule—not merely the missed product name—in your error log.

Loading flashcards…

When to open the full lesson

Open the curriculum-linked lesson when you cannot explain a comparison, when a scenario depends on a numeric limit or SKU feature, or when the service is on a retirement path. Use current Microsoft Learn documentation for availability, limits, pricing, naming, and migration milestones; the quick note is intentionally compact.

Source and freshness

Derived from the linked AZ-305 lesson and retrieval deck, grounded in both attached course sources. Reviewed 2026-08-02. Current Microsoft documentation controls changing product contracts.

All Designing Microsoft Azure Infrastructure Solutions (AZ-305) Study Resources

Related Notes

  • Recommend a High Availability Solution for Relational Data — Lesson4,919 words
  • AZ-305 Exam Map and Design Decision Playbook652 words
  • Unit 1 Capstone — Design identity, governance, and monitoring solutions668 words
  • Unit 1 Roadmap — Design identity, governance, and monitoring solutions639 words
  • Cram Sheet — Design authentication and authorization solutions632 words
  • Design Authentication and Authorization Solutions — Lesson4,263 words
  • Design Studio — Design authentication and authorization solutions734 words
  • Quick Note — Recommend an Authentication Solution758 words
  • Recommend an Authentication Solution — Lesson4,868 words
  • Quick Note — Recommend an Identity Management Solution796 words
  • Recommend an Identity Management Solution — Lesson5,982 words
  • Quick Note — Recommend a Solution for Authorizing Access to Azure Resources745 words

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing Microsoft Azure Infrastructure Solutions (AZ-305) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Recommend a High Availability Solution for Relational Data — quick retrieval

Card 1 of 4

Front of flashcard 1 of 4

Zone-redundant Business Critical (Azure SQL DB)

easy

An opt-in flag that spreads the BC replica set (333+1 quorum) across ≥2\geq 2≥2 availability zones in the region. Lifts SLA from 99.99%→99.995%99.99\% \to 99.995\%99.99%→99.995%. No extra cost — same vCore price as non-ZR BC. Pick whenever the region supports AZs and the workload is BC tier. Same flag exists for Premium DTU and Hyperscale.

business-criticalzone-redundantazure-sql

Recommend a High Availability Solution for Relational Data — quick retrieval

Card 1

Front

Zone-redundant Business Critical (Azure SQL DB)

Back

An opt-in flag that spreads the BC replica set (333+1 quorum) across ≥2\geq 2≥2 availability zones in the region. Lifts SLA from 99.99%→99.995%99.99\% \to 99.995\%99.99%→99.995%. No extra cost — same vCore price as non-ZR BC. Pick whenever the region supports AZs and the workload is BC tier. Same flag exists for Premium DTU and Hyperscale.

Card 2

Front

Active Geo-Replication

Back

A SQL DB feature that creates up to 444 readable secondary databases in any Azure region. Async replication (RPO < 555 s typically). Each secondary has its own connection string — apps can offload read traffic to nearest replica. Manual failover (you call the API). Pre-cursor to Failover Groups, still useful for fine-grained per-DB control.

Card 3

Front

Auto-Failover Group

Back

A server-level grouping of one or more SQL DBs (or one SQL MI) that's replicated to a secondary server in another region with automatic, policy-driven failover. Provides read-write listener + read-only listener endpoints that always point at the current primary/secondary — apps don't have to update connection strings on failover. RPO ~555 s; RTO seconds–minutes.

Card 4

Front

Always On Availability Group (SQL on VM)

Back

SQL Server's native multi-replica HA feature, deployed on SQL Server on Azure VM workloads. Two+ VM nodes in a Windows Server Failover Cluster, replicate via log shipping (sync or async). Provides a listener for client connections. Required for IaaS SQL parity with on-prem HA; managed via SSMS or PowerShell. Use when SQL DB / MI features aren't sufficient.

Recommend a High Availability Solution for Relational Data — quick retrieval

Card 1

Front

Zone-redundant Business Critical (Azure SQL DB)

Back

An opt-in flag that spreads the BC replica set (333+1 quorum) across ≥2\geq 2≥2 availability zones in the region. Lifts SLA from 99.99%→99.995%99.99\% \to 99.995\%99.99%→99.995%. No extra cost — same vCore price as non-ZR BC. Pick whenever the region supports AZs and the workload is BC tier. Same flag exists for Premium DTU and Hyperscale.

Card 2

Front

Active Geo-Replication

Back

A SQL DB feature that creates up to 444 readable secondary databases in any Azure region. Async replication (RPO < 555 s typically). Each secondary has its own connection string — apps can offload read traffic to nearest replica. Manual failover (you call the API). Pre-cursor to Failover Groups, still useful for fine-grained per-DB control.

Card 3

Front

Auto-Failover Group

Back

A server-level grouping of one or more SQL DBs (or one SQL MI) that's replicated to a secondary server in another region with automatic, policy-driven failover. Provides read-write listener + read-only listener endpoints that always point at the current primary/secondary — apps don't have to update connection strings on failover. RPO ~555 s; RTO seconds–minutes.

Card 4

Front

Always On Availability Group (SQL on VM)

Back

SQL Server's native multi-replica HA feature, deployed on SQL Server on Azure VM workloads. Two+ VM nodes in a Windows Server Failover Cluster, replicate via log shipping (sync or async). Provides a listener for client connections. Required for IaaS SQL parity with on-prem HA; managed via SSMS or PowerShell. Use when SQL DB / MI features aren't sufficient.