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

Quick Note — Recommend a Solution for Storing Relational Data

AZ-305 › Unit 2 › Design data storage for relational data › Recommend a solution for storing relational data

Quick Note — Recommend a Solution for Storing Relational Data

Azure gives you four fundamentally different ways to run a relational database in the cloud, and the wrong choice will cost you either money, time, or both. This lesson teaches you how to pick among Azure SQL Database, Azure SQL Managed Instance, SQL Server on Azure Virtual Machines, and the open-source Azure Database for PostgreSQL / MySQL Flexible Server. We focus on the deployment-model decision only — tier sizing, horizontal scaling, and backup/DR belong to sibling LOs in this topic.

Retrieval target

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

Decision anchors

PromptCompact answer
Azure SQL Database (PaaS)A fully managed PaaS database engine — Microsoft owns OS, SQL patches, backups, HA. Up to 4 TB on the DTU / vCore tiers, up to 100 TB on Hyperscale. Supports relational data plus JSON, graph, spatial, XML. Pick when you want a single-database surface with the least operational burden and don't need SQL-Server-instance features (no Agent, no cross-DB queries, no SSRS/SSIS/SSAS).
Azure SQL Managed Instance (SQL MI)A PaaS deployment that's nearly 100% compatible with SQL Server Enterprise — exposes a full instance (SQL Agent, cross-DB queries, linked servers, CLR, Service Broker, mail). Deployed into your VNet on a dedicated subnet. vCore purchasing only, 4–80 cores, up to 8 TB. Pick when migrating an on-prem SQL Server workload that uses instance-level features but you want PaaS-managed patching and HA.
SQL Server on Azure VM (IaaS)SQL Server installed on a Windows or Linux Azure VM — you own the OS, patching, SQL version, backups, and HA configuration. Full SQL Server surface area: SSRS, SSIS, SSAS, Always-On AGs, log shipping, database mirroring. Pick only when you need a SQL feature not yet in MI or when on-prem licensing economics demand it via Azure Hybrid Benefit.
Azure Database for PostgreSQL — Flexible ServerThe current-gen managed Postgres deployment option — runs in your VNet, supports zone-redundant HA, configurable maintenance windows, server parameters, stop/start for cost control, and major-version upgrades in-place. Single Server is the legacy alternative (no VNet, no zone HA) — always pick Flexible Server for new workloads.

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 solution for storing 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 Solution for Storing Relational Data — Lesson4,822 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 Solution for Storing Relational Data — quick retrieval

Card 1 of 4

Front of flashcard 1 of 4

Azure SQL Database (PaaS)

easy

A fully managed PaaS database engine — Microsoft owns OS, SQL patches, backups, HA. Up to 444 TB on the DTU / vCore tiers, up to 100100100 TB on Hyperscale. Supports relational data plus JSON, graph, spatial, XML. Pick when you want a single-database surface with the least operational burden and don't need SQL-Server-instance features (no Agent, no cross-DB queries, no SSRS/SSIS/SSAS).

azure-sql-databasepaas

Recommend a Solution for Storing Relational Data — quick retrieval

Card 1

Front

Azure SQL Database (PaaS)

Back

A fully managed PaaS database engine — Microsoft owns OS, SQL patches, backups, HA. Up to 444 TB on the DTU / vCore tiers, up to 100100100 TB on Hyperscale. Supports relational data plus JSON, graph, spatial, XML. Pick when you want a single-database surface with the least operational burden and don't need SQL-Server-instance features (no Agent, no cross-DB queries, no SSRS/SSIS/SSAS).

Card 2

Front

Azure SQL Managed Instance (SQL MI)

Back

A PaaS deployment that's nearly 100%100\%100% compatible with SQL Server Enterprise — exposes a full instance (SQL Agent, cross-DB queries, linked servers, CLR, Service Broker, mail). Deployed into your VNet on a dedicated subnet. vCore purchasing only, 444–808080 cores, up to 888 TB. Pick when migrating an on-prem SQL Server workload that uses instance-level features but you want PaaS-managed patching and HA.

Card 3

Front

SQL Server on Azure VM (IaaS)

Back

SQL Server installed on a Windows or Linux Azure VM — you own the OS, patching, SQL version, backups, and HA configuration. Full SQL Server surface area: SSRS, SSIS, SSAS, Always-On AGs, log shipping, database mirroring. Pick only when you need a SQL feature not yet in MI or when on-prem licensing economics demand it via Azure Hybrid Benefit.

Card 4

Front

Azure Database for PostgreSQL — Flexible Server

Back

The current-gen managed Postgres deployment option — runs in your VNet, supports zone-redundant HA, configurable maintenance windows, server parameters, stop/start for cost control, and major-version upgrades in-place. Single Server is the legacy alternative (no VNet, no zone HA) — always pick Flexible Server for new workloads.

Recommend a Solution for Storing Relational Data — quick retrieval

Card 1

Front

Azure SQL Database (PaaS)

Back

A fully managed PaaS database engine — Microsoft owns OS, SQL patches, backups, HA. Up to 444 TB on the DTU / vCore tiers, up to 100100100 TB on Hyperscale. Supports relational data plus JSON, graph, spatial, XML. Pick when you want a single-database surface with the least operational burden and don't need SQL-Server-instance features (no Agent, no cross-DB queries, no SSRS/SSIS/SSAS).

Card 2

Front

Azure SQL Managed Instance (SQL MI)

Back

A PaaS deployment that's nearly 100%100\%100% compatible with SQL Server Enterprise — exposes a full instance (SQL Agent, cross-DB queries, linked servers, CLR, Service Broker, mail). Deployed into your VNet on a dedicated subnet. vCore purchasing only, 444–808080 cores, up to 888 TB. Pick when migrating an on-prem SQL Server workload that uses instance-level features but you want PaaS-managed patching and HA.

Card 3

Front

SQL Server on Azure VM (IaaS)

Back

SQL Server installed on a Windows or Linux Azure VM — you own the OS, patching, SQL version, backups, and HA configuration. Full SQL Server surface area: SSRS, SSIS, SSAS, Always-On AGs, log shipping, database mirroring. Pick only when you need a SQL feature not yet in MI or when on-prem licensing economics demand it via Azure Hybrid Benefit.

Card 4

Front

Azure Database for PostgreSQL — Flexible Server

Back

The current-gen managed Postgres deployment option — runs in your VNet, supports zone-redundant HA, configurable maintenance windows, server parameters, stop/start for cost control, and major-version upgrades in-place. Single Server is the legacy alternative (no VNet, no zone HA) — always pick Flexible Server for new workloads.