Skip to content

Example SADs

These example SADs demonstrate how to apply the Architecture Description Standard to real-world solutions. Each example is a completed (fictional) Solution Architecture Document showing what good looks like across different project types and depths.

Employee Directory

A simple internal web application on Azure PaaS. Demonstrates a straightforward SAD at Recommended depth — ideal for understanding the basics.

View Example SAD | Markdown | JSON

Customer API Platform

A cloud-native, customer-facing REST API on AWS. Demonstrates a Comprehensive SAD with full quality attributes, security, and governance.

View Example SAD | Markdown | JSON

Cloud Migration

An on-premises legacy application migrating to Azure. Demonstrates the migration sections (6 R’s), current-state architecture, and transition planning at Recommended depth.

View Example SAD | Markdown | JSON

archstandard.org

This website. A meta-example showing how ADS documents a simple static site at Minimum depth — proving even small projects benefit from structured architecture documentation.

View Example SAD | Markdown | JSON

NorthWind Retail

A B2C e-commerce platform replacing a legacy storefront on AWS. Demonstrates a Recommended-depth SAD for a Tier 2 PCI-DSS-regulated retail platform with peak Black Friday capacity requirements.

View Example SAD | Markdown | JSON

Medwick Healthcare

A fictional national-healthcare patient portal on Azure UK. Demonstrates a Comprehensive-depth SAD for a Tier 1 clinical system with clinical safety assurance, healthcare data security governance, and UK data residency.

View Example SAD | Markdown | JSON

Stellar Platform

An Internal Developer Platform (IDP) on multi-cloud Kubernetes with Backstage. Demonstrates a Recommended-depth SAD for a Tier 3 platform-engineering solution focused on developer experience and DORA metrics.

View Example SAD | Markdown | JSON

ExampleDepthCriticalityHostingKey Sections DemonstratedOverall Score
Employee DirectoryRecommendedTier 4 (Low)Azure PaaSBasic views, simple quality attributes, straightforward governance3
Customer API PlatformComprehensiveTier 1 (Critical)AWS EKSFull security view, threat model, extensive integrations, compliance traceability5
Cloud MigrationRecommendedTier 2 (High)Azure PaaSCurrent-state architecture, 6 R’s migration, transition plan, resourcing3
archstandard.orgMinimumTier 5 (Minimal)Cloudflare PagesMinimal viable SAD, proving even simple projects benefit from structure3
NorthWind RetailRecommendedTier 2 (High)AWS EKSPCI-DSS regulated retail, Black Friday capacity planning, Strangler Fig migration4
Medwick HealthcareComprehensiveTier 1 (Critical)Azure UKHealthcare DSPT-equivalent governance, clinical safety standards, FHIR R4 integration, full threat model4.9
Stellar PlatformRecommendedTier 3 (Medium)Multi-cloud KubernetesInternal Developer Platform, DORA metrics, Team Topologies, golden paths3
  1. Read one that matches your project type — pick the example closest to your solution
  2. Note the depth — each example states its documentation depth (Minimum, Recommended, or Comprehensive)
  3. Check the scoring — each example includes a compliance scoring table showing how it was assessed
  4. Copy the structure — download a blank template and use the example as a reference while completing your own SAD

Once you’ve completed your SAD in JSON or YAML format, validate it against the ADS schema. Step-by-step instructions for ajv-cli and Python jsonschema (Node and Python equivalents) are on the Validating a SAD against the Schema section of the JSON Schema page.