You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add comprehensive architectural diagram with APIM integration to README
- Add detailed Mermaid diagram showing GEO → Region → AZ → CELL hierarchy
- Include API Management (APIM) as key enterprise service with multi-region support
- Visualize mixed tenancy models (shared vs dedicated CELLs) with cost implications
- Show complete service stack: Front Door, APIM, Container Apps, Cosmos DB, SQL, Redis
- Highlight enterprise benefits: tenant isolation, rate limiting, global distribution
- Add comprehensive service table with tenancy models and enterprise benefits
- Position diagram strategically after value proposition for immediate visual impact
- Support both technical and business stakeholder understanding
Copy file name to clipboardExpand all lines: README.md
+126Lines changed: 126 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,132 @@ Achieving an industry-leading **96/100 CAF/WAF compliance score**, this framewor
17
17
18
18
**Perfect for organizations building mission-critical SaaS platforms** in healthcare (patient data isolation), financial services (regulatory compliance), government (data sovereignty), or any industry where security, compliance, and scalability are non-negotiable. The pattern provides a proven foundation to accelerate your SaaS journey, reduce architectural risk, and deliver measurable business value from day one.
19
19
20
+
---
21
+
22
+
## 🏗️ Architecture at a Glance
23
+
24
+
The Azure Stamps Pattern implements a sophisticated **GEO → Region → Availability Zone → CELL** hierarchy that supports both shared and dedicated tenancy models with enterprise-grade security and global distribution.
25
+
26
+
```mermaid
27
+
graph TB
28
+
subgraph "🌐 Global Layer - Worldwide Traffic Management"
29
+
FD[🌍 Azure Front Door<br/>Global Load Balancing & WAF]
30
+
TM[🌐 Traffic Manager<br/>DNS-based Routing]
31
+
GF[⚡ Global Functions<br/>Tenant Management & Routing]
32
+
end
33
+
34
+
subgraph "🗺️ GEO: North America"
35
+
subgraph "🏢 Region: East US"
36
+
subgraph "🏗️ APIM Layer"
37
+
APIM1[🔌 API Management<br/>Premium Multi-Region<br/>• Tenant Isolation<br/>• Rate Limiting<br/>• Developer Portal]
0 commit comments