Skip to content

Commit 3adec8e

Browse files
committed
πŸ”— Fix emoji variation selectors in ARCHITECTURE_GUIDE.md navigation targets
- Remove variation selectors (️) from emoji headers that were causing GitHub anchor generation issues - Fixed: ## πŸ—οΈ Architecture Overview β†’ ## πŸ— Architecture Overview - Fixed: ## πŸ›οΈ Architecture Layers β†’ ## πŸ› Architecture Layers - Updated navigation links to match corrected headers - This resolves broken navigation links for the first two sections
1 parent 266ec84 commit 3adec8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ždocs/ARCHITECTURE_GUIDE.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
| Section | Focus Area | Time to Read | Best for |
2323
|---------|------------|--------------|----------|
24-
| [πŸ—οΈ Architecture Overview](#-architecture-overview) | High-level design and hierarchy | 10 min | All readers |
25-
| [πŸ›οΈ Architecture Layers](#-architecture-layers) | Component breakdown | 15 min | Architects, Devs |
24+
| [πŸ— Architecture Overview](#-architecture-overview) | High-level design and hierarchy | 10 min | All readers |
25+
| [πŸ› Architecture Layers](#-architecture-layers) | Component breakdown | 15 min | Architects, Devs |
2626
| [πŸš€ Traffic Flow](#-traffic-flow-architecture) | Request/data flow | 10 min | DevOps, Network |
2727
| [πŸ”’ Security](#-security-architecture) | Multi-layer security | 15 min | Security Teams |
2828
| [πŸ“Š Monitoring](#-monitoring--observability) | Observability strategy | 10 min | Operations |
@@ -47,7 +47,7 @@
4747
4848
---
4949

50-
## πŸ—οΈ Architecture Overview
50+
## πŸ— Architecture Overview
5151

5252

5353
This solution implements a sophisticated **GEO β†’ Region β†’ Availability Zone β†’ CELL** hierarchy using Azure's stamps pattern for maximum scalability, isolation, and global distribution. Availability Zones (AZs) are a critical layer for high availability (HA) and disaster recovery (DR), allowing each CELL to be deployed in 0, 1, 2, or 3 zones depending on business and SLA requirements.
@@ -383,7 +383,7 @@ GEO: Europe
383383
└─ CELL: dedicated-fintech-z3-dr (Zones 1,2,3)
384384
```
385385

386-
## πŸ›οΈ Architecture Layers
386+
## πŸ› Architecture Layers
387387

388388
The Azure Stamps Pattern is built using a carefully orchestrated five-layer architecture that provides clear separation of concerns while maintaining scalability and operational excellence. Each layer serves a specific purpose in the overall system, from global traffic distribution down to individual tenant workloads. This layered approach enables independent scaling, clear operational boundaries, and simplified troubleshooting.
389389

0 commit comments

Comments
Β (0)