Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.66 KB

File metadata and controls

50 lines (39 loc) · 3.66 KB

Architecture Documentation

This folder contains the canonical architecture, ADRs, component references, operational playbooks, and diagrams for Holiday Peak Hub — a reference implementation for Agentic Microservices on Microsoft's AI and cloud platform.

Canonical Documents

Agentic Microservices Reference

This repository positions Holiday Peak Hub as a reference for building agentic microservices on Azure. See Agentic Microservices Reference for the full positioning document.

Microsoft Technology Cross-References

Topic Official Documentation
Microsoft Agent Framework (MAF) MAF Python SDK
Azure AI Foundry Agents Foundry Agents overview
Azure AI Search AI Search overview
Azure Cosmos DB for NoSQL Cosmos DB data modeling
Azure Kubernetes Service AKS baseline
Microservices on Azure Azure Architecture Center
Event-driven architecture Event-driven patterns
Well-Architected Framework WAF overview

Governance Alignment

Source of Truth Rules

  • Use this folder as architecture source of truth for repo-level design.
  • Use components/apps/*.md for service-level implementation details.
  • Use ADRs for all non-trivial architecture decisions and updates.
  • Keep deployment policy references aligned with deploy-azd-dev.yml, deploy-azd-prod.yml, and reusable deploy-azd.yml.
  • Prefer diagrams in diagrams/*.drawio for C4 views and diagrams/sequence-*.md for runtime flows.