BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning Microsoft Azure Infrastructure Solutions (AZ-305)Quick Note — Recommend a Virtual Machine-Based Solution
LO Quick Note888 words

Quick Note — Recommend a Virtual Machine-Based Solution

AZ-305 › Unit 4: Design infrastructure solutions › Design compute solutions › Recommend a virtual machine-based solution

Quick Note — Recommend a Virtual Machine-Based Solution

A trading firm migrates a latency-sensitive analytics workload to Azure. The on-prem cluster ran on bare-metal servers with 30-microsecond inter-node latency. The Azure team picks Standard_D8s_v5 VMs (general-purpose, sounds right), deploys them across availability zones (sounds responsible), and watches the workload's 99th-percentile latency triple. The fix turns out to be three changes: switch to an Ebsv5 storage-throughput-optimised family, deploy into a Proximity Placement Group, and pin all VMs to the same Accelerated-Networking-enabled SKU. The team made a generic decision when a specific one was required.…

Retrieval target

Objective
Recommend a Virtual Machine-Based Solution
Mode
Closed-book recall
Target time
5 minutes
Escalation
Open the full lesson after a miss

Decision anchors

PromptCompact answer
VM size families at a glanceB — burstable; banks CPU credits when idle and spends them in bursts. Cheap dev/test, low-traffic web. D / Ds (v5) — general-purpose; balanced CPU:RAM. Default workhorse. E / Es — memory-optimised; high RAM-per-vCore for in-memory DBs, caches. F / Fs — compute-optimised; high CPU-per-RAM for CPU-bound web tier. M — huge memory (2–24 TB); SAP HANA.…
Spot VMA VM that runs on unused Azure capacity at a discount up to ~90%, with the catch that Microsoft can evict the VM with 30 seconds' notice if the capacity is reclaimed. Set a max price; if spot price exceeds it, the VM is evicted. Pick for interruptible workloads — batch processing, video transcoding, rendering, dev/test, fuzzing. Avoid for any service that can't tolerate sudden termination.
Dedicated HostA physical server reserved entirely for you — no other tenants. You provision VMs onto it, get host-level visibility (hardware generation, CPU model), and control OS-update timing. Use for compliance / licensing scenarios that forbid co-tenancy (BYOL with strict licensing) or workloads needing predictable performance without noisy neighbors. Premium price — you pay for the whole host, not per-VM.
Gen 2 VMVMs using UEFI firmware (vs Gen 1's BIOS). Required for Trusted Launch (secure boot, vTPM, virtualisation-based security), larger OS disks (>2> 2>2 TB), and faster boot. Default for new sizes (Dv5 / Esv5 onwards). Some legacy images / drivers don't support Gen 2 — check before lift-and-shift. Gen choice is set at VM create time and not changeable later.

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 virtual machine-based solution, 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 Virtual Machine-Based Solution — Lesson4,682 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 Virtual Machine-Based Solution — quick retrieval

Card 1 of 4

Front of flashcard 1 of 4

VM size families at a glance

easy

B — burstable; banks CPU credits when idle and spends them in bursts. Cheap dev/test, low-traffic web. D / Ds (v5) — general-purpose; balanced CPU:RAM. Default workhorse. E / Es — memory-optimised; high RAM-per-vCore for in-memory DBs, caches. F / Fs — compute-optimised; high CPU-per-RAM for CPU-bound web tier. M — huge memory (222–242424 TB); SAP HANA.…

vm-families

Recommend a Virtual Machine-Based Solution — quick retrieval

Card 1

Front

VM size families at a glance

Back

B — burstable; banks CPU credits when idle and spends them in bursts. Cheap dev/test, low-traffic web. D / Ds (v5) — general-purpose; balanced CPU:RAM. Default workhorse. E / Es — memory-optimised; high RAM-per-vCore for in-memory DBs, caches. F / Fs — compute-optimised; high CPU-per-RAM for CPU-bound web tier. M — huge memory (222–242424 TB); SAP HANA.…

Card 2

Front

Spot VM

Back

A VM that runs on unused Azure capacity at a discount up to ~90%90\%90%, with the catch that Microsoft can evict the VM with 303030 seconds' notice if the capacity is reclaimed. Set a max price; if spot price exceeds it, the VM is evicted. Pick for interruptible workloads — batch processing, video transcoding, rendering, dev/test, fuzzing. Avoid for any service that can't tolerate sudden termination.

Card 3

Front

Dedicated Host

Back

A physical server reserved entirely for you — no other tenants. You provision VMs onto it, get host-level visibility (hardware generation, CPU model), and control OS-update timing. Use for compliance / licensing scenarios that forbid co-tenancy (BYOL with strict licensing) or workloads needing predictable performance without noisy neighbors. Premium price — you pay for the whole host, not per-VM.

Card 4

Front

Gen 2 VM

Back

VMs using UEFI firmware (vs Gen 1's BIOS). Required for Trusted Launch (secure boot, vTPM, virtualisation-based security), larger OS disks (>2> 2>2 TB), and faster boot. Default for new sizes (Dv5 / Esv5 onwards). Some legacy images / drivers don't support Gen 2 — check before lift-and-shift. Gen choice is set at VM create time and not changeable later.

Recommend a Virtual Machine-Based Solution — quick retrieval

Card 1

Front

VM size families at a glance

Back

B — burstable; banks CPU credits when idle and spends them in bursts. Cheap dev/test, low-traffic web. D / Ds (v5) — general-purpose; balanced CPU:RAM. Default workhorse. E / Es — memory-optimised; high RAM-per-vCore for in-memory DBs, caches. F / Fs — compute-optimised; high CPU-per-RAM for CPU-bound web tier. M — huge memory (222–242424 TB); SAP HANA.…

Card 2

Front

Spot VM

Back

A VM that runs on unused Azure capacity at a discount up to ~90%90\%90%, with the catch that Microsoft can evict the VM with 303030 seconds' notice if the capacity is reclaimed. Set a max price; if spot price exceeds it, the VM is evicted. Pick for interruptible workloads — batch processing, video transcoding, rendering, dev/test, fuzzing. Avoid for any service that can't tolerate sudden termination.

Card 3

Front

Dedicated Host

Back

A physical server reserved entirely for you — no other tenants. You provision VMs onto it, get host-level visibility (hardware generation, CPU model), and control OS-update timing. Use for compliance / licensing scenarios that forbid co-tenancy (BYOL with strict licensing) or workloads needing predictable performance without noisy neighbors. Premium price — you pay for the whole host, not per-VM.

Card 4

Front

Gen 2 VM

Back

VMs using UEFI firmware (vs Gen 1's BIOS). Required for Trusted Launch (secure boot, vTPM, virtualisation-based security), larger OS disks (>2> 2>2 TB), and faster boot. Default for new sizes (Dv5 / Esv5 onwards). Some legacy images / drivers don't support Gen 2 — check before lift-and-shift. Gen choice is set at VM create time and not changeable later.