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

Quick Note — Recommend a High Availability Solution for Compute

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

Quick Note — Recommend a High Availability Solution for Compute

A retail bank pushes a routine OS patch to its payment-processing fleet on a Wednesday afternoon. Twenty minutes later the platform team gets paged: half the gateway VMs are offline, transactions are queueing, and the SRE on duty cannot find the postmortem template fast enough. The cause is not the patch — the cause is that the fleet was deployed into a single fault domain on a single host. A platform that the architect had described as "highly available" turned out to be just "redundantly deployed". This lesson is about closing that gap, deliberately, before an incident exposes it.

Retrieval target

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

Decision anchors

PromptCompact answer
Availability Zone (AZ)A physically separate datacenter inside an Azure region with independent power, cooling, and networking. Each region with AZ support has ≥3\geq 3≥3 AZs. Spreading replicas across AZs gives 99.99% SLA for zone-redundant deployments. Not every region supports AZs — check the region list when designing.
Availability Set (fault + update domains)A logical grouping of VMs within one datacenter that spreads them across distinct fault domains (up to 3 — separate racks, power, network) and update domains (up to 20 — separate maintenance windows). Lifts the VM SLA from 99.9% → 99.95%. Doesn't protect against datacenter outage; use Availability Zones for that.
Virtual Machine Scale Set (VMSS)A managed group of identical, load-balanced VMs that you can scale by count (manual / scheduled / metric-based autoscale). VMSS instances can be deployed across multiple AZs for zone redundancy, into a single AZ + Availability Set for cheaper HA, or 'regional' (Microsoft picks zones). The foundation for AKS node pools, App Service hosts, and many PaaS services internally.
Single VM SLA ladder: $99.9→99.95→99.999 \to 99.95 \to 99.999→99.95→99.99%$99.9% — single VM with premium SSD disks for OS + data (no redundancy at the VM level). 99.95% — 2+ VMs in an Availability Set (fault/update-domain separation in one DC). 99.99% — 2+ VMs spread across ≥2\geq 2≥2 Availability Zones (independent DCs in the region). Move up the ladder by changing deployment topology, not VM SKU.

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 compute, 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 Compute — Lesson5,134 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 Compute — quick retrieval

Card 1 of 4

Front of flashcard 1 of 4

Availability Zone (AZ)

easy

A physically separate datacenter inside an Azure region with independent power, cooling, and networking. Each region with AZ support has ≥3\geq 3≥3 AZs. Spreading replicas across AZs gives 99.99%99.99\%99.99% SLA for zone-redundant deployments. Not every region supports AZs — check the region list when designing.

availability-zones

Recommend a High Availability Solution for Compute — quick retrieval

Card 1

Front

Availability Zone (AZ)

Back

A physically separate datacenter inside an Azure region with independent power, cooling, and networking. Each region with AZ support has ≥3\geq 3≥3 AZs. Spreading replicas across AZs gives 99.99%99.99\%99.99% SLA for zone-redundant deployments. Not every region supports AZs — check the region list when designing.

Card 2

Front

Availability Set (fault + update domains)

Back

A logical grouping of VMs within one datacenter that spreads them across distinct fault domains (up to 333 — separate racks, power, network) and update domains (up to 202020 — separate maintenance windows). Lifts the VM SLA from 99.9%99.9\%99.9% → 99.95%99.95\%99.95%. Doesn't protect against datacenter outage; use Availability Zones for that.

Card 3

Front

Virtual Machine Scale Set (VMSS)

Back

A managed group of identical, load-balanced VMs that you can scale by count (manual / scheduled / metric-based autoscale). VMSS instances can be deployed across multiple AZs for zone redundancy, into a single AZ + Availability Set for cheaper HA, or 'regional' (Microsoft picks zones). The foundation for AKS node pools, App Service hosts, and many PaaS services internally.

Card 4

Front

Single VM SLA ladder: 99.9→99.95→99.99%99.9 \to 99.95 \to 99.99\%99.9→99.95→99.99%

Back

99.9%99.9\%99.9% — single VM with premium SSD disks for OS + data (no redundancy at the VM level). 99.95%99.95\%99.95% — 222+ VMs in an Availability Set (fault/update-domain separation in one DC). 99.99%99.99\%99.99% — 222+ VMs spread across ≥2\geq 2≥2 Availability Zones (independent DCs in the region). Move up the ladder by changing deployment topology, not VM SKU.

Recommend a High Availability Solution for Compute — quick retrieval

Card 1

Front

Availability Zone (AZ)

Back

A physically separate datacenter inside an Azure region with independent power, cooling, and networking. Each region with AZ support has ≥3\geq 3≥3 AZs. Spreading replicas across AZs gives 99.99%99.99\%99.99% SLA for zone-redundant deployments. Not every region supports AZs — check the region list when designing.

Card 2

Front

Availability Set (fault + update domains)

Back

A logical grouping of VMs within one datacenter that spreads them across distinct fault domains (up to 333 — separate racks, power, network) and update domains (up to 202020 — separate maintenance windows). Lifts the VM SLA from 99.9%99.9\%99.9% → 99.95%99.95\%99.95%. Doesn't protect against datacenter outage; use Availability Zones for that.

Card 3

Front

Virtual Machine Scale Set (VMSS)

Back

A managed group of identical, load-balanced VMs that you can scale by count (manual / scheduled / metric-based autoscale). VMSS instances can be deployed across multiple AZs for zone redundancy, into a single AZ + Availability Set for cheaper HA, or 'regional' (Microsoft picks zones). The foundation for AKS node pools, App Service hosts, and many PaaS services internally.

Card 4

Front

Single VM SLA ladder: 99.9→99.95→99.99%99.9 \to 99.95 \to 99.99\%99.9→99.95→99.99%

Back

99.9%99.9\%99.9% — single VM with premium SSD disks for OS + data (no redundancy at the VM level). 99.95%99.95\%99.95% — 222+ VMs in an Availability Set (fault/update-domain separation in one DC). 99.99%99.99\%99.99% — 222+ VMs spread across ≥2\geq 2≥2 Availability Zones (independent DCs in the region). Move up the ladder by changing deployment topology, not VM SKU.