Single source of truth for all published content in this repository.
Last Updated: August 2026 | Maintainer: Randy Bordeaux
| Metric | Count |
|---|---|
| Full whitepapers | 31 |
| Architecture briefs | 6 |
| Active categories | 6 (architecture, compute, storage, networking, security, devops) |
| Terraform examples | 37 |
| Tier | Template | Length | Terraform | KQL |
|---|---|---|---|---|
| Full Whitepaper | templates/whitepaper-template.md | 800–1,500 lines | Required (examples/) | Required |
| Architecture Brief | templates/architecture-brief-template.md | 100–300 lines | Snippets (examples/) | Optional |
| Scope | Policy |
|---|---|
| Azure Commercial | Default for all documents |
| FedRAMP / Regulated | Declared in metadata when compliance drives architecture |
| Out of scope | Azure China, Azure Stack, sovereign clouds |
| Document | Type | Scope | Terraform Example |
|---|---|---|---|
| Azure Well-Architected Framework | Whitepaper | Commercial | examples/architecture/azure-well-architected-framework/ |
| Well-Architected Terraform on Azure | Whitepaper | Commercial | examples/architecture/well-architected-terraform-on-azure/ |
| Azure Cost-Aware Architecture | Whitepaper | Commercial | examples/architecture/azure-cost-aware-architecture/ |
| Operationalizing Azure Monitoring & Observability | Whitepaper | Commercial | examples/architecture/operationalizing-azure-monitoring/ |
| Securing Data Platforms in Azure Commercial | Whitepaper | Commercial | examples/architecture/securing-data-platforms/ |
| Document | Type | Scope | Terraform Example |
|---|---|---|---|
| From VMs to Containerized PaaS | Whitepaper | Commercial, FedRAMP High | examples/compute/from-vms-to-containerized-paas/ |
| Azure VM Best Practices | Whitepaper | Commercial | examples/compute/azure-vm-best-practices/ |
📖 Category README | AKS Briefs README
| Document | Scope | Terraform Example |
|---|---|---|
| Azure Blob Storage Architecture | Commercial | examples/storage/azure-blob-storage/ |
| Azure Files Enterprise Deployment | Commercial | examples/storage/azure-files-enterprise/ |
| Azure NetApp Files for Enterprise | Commercial | examples/storage/azure-netapp-files/ |
| Azure Disk Storage Optimization | Commercial | examples/storage/azure-disk-storage/ |
| Azure Data Lake Storage Gen2 | Commercial | examples/storage/azure-data-lake-gen2/ |
📖 Category README | Planned topics
| Document | Scope | Terraform Example |
|---|---|---|
| Azure Network Security Best Practices | Commercial, FedRAMP | examples/networking/azure-network-security/ |
| Hub-Spoke Network Topology | Commercial | examples/networking/hub-spoke-network-topology/ |
| Azure Virtual WAN for FedRAMP High | FedRAMP High | examples/networking/azure-virtual-wan-fedramp-high/ |
| Network Monitoring and Troubleshooting | Commercial | examples/networking/network-monitoring-troubleshooting/ |
All deployable Terraform configurations live under examples/. Each directory maps to one whitepaper or architecture brief. Curated examples are protected by a committed .curated marker file.
# Bootstrap curated examples for security/devops (one-time)
.\scripts\bootstrap-security-devops-examples.ps1
# Mark examples as curated (prevents extract-terraform overwrite)
.\scripts\mark-curated.ps1
# Extract examples from whitepaper markdown (skips .curated directories)
.\scripts\extract-terraform.ps1
# Add stub resources for undeclared references
.\scripts\stub-missing-resources.ps1
# Validate all examples locally
.\scripts\validate-examples.ps1
# Validate INDEX.md matches filesystem
.\scripts\validate-index.ps1See examples/README.md for details.
| Resource | Path |
|---|---|
| Full whitepaper template | templates/whitepaper-template.md |
| Architecture brief template | templates/architecture-brief-template.md |
| Contributing guide | CONTRIBUTING.md |
| Request a whitepaper | Issue template |
whitepapers/
├── INDEX.md # This file — complete catalog
├── README.md # Repository entry point
├── CONTRIBUTING.md
├── templates/ # Whitepaper and brief templates
├── examples/ # Deployable Terraform per document
│ ├── architecture/
│ ├── compute/
│ ├── storage/
│ ├── networking/
│ ├── security/
│ └── devops/
├── scripts/ # extract-terraform, validate, stub, validate-index
├── architecture/
├── compute/
│ └── aks-architecture-briefs/
├── storage/
├── networking/
├── security/
└── devops/