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
fix: use Jekyll link tags with baseurl for all content links
Relative paths like (digital-sovereignty) were resolving to domain root
instead of /microsoft-sovereign-cloud-brain-trek/level-100/digital-sovereignty/
Changed from:
[text](file)
to:
[text]({{ site.baseurl }}{% link level-100/file.md %})
This ensures Jekyll generates full URLs with the baseurl prefix,
matching how navigation links work.
Fixed 65 links across 3 README files.
-[Data Residency vs. Sovereignty]({{ site.baseurl }}{% link level-100/data-residency-concepts.md %}) - Definitions and Azure implementation
69
+
-[Operational Sovereignty]({{ site.baseurl }}{% link level-100/operational-sovereignty.md %}) - Control plane concepts and Azure Local modes
70
70
71
71
✅ **Assessment:**
72
-
-[Knowledge Check Quiz](knowledge-check) - 15 questions to test your understanding
72
+
-[Knowledge Check Quiz]({{ site.baseurl }}{% link level-100/knowledge-check.md %}) - 15 questions to test your understanding
73
73
74
74
**Key Concepts:**
75
75
- Data residency and localization
@@ -83,15 +83,15 @@ Before starting Level 100, ensure you have:
83
83
**Duration:** 2-3 hours
84
84
85
85
📚 **Main Content:**
86
-
-[Microsoft Sovereign Cloud Models Overview](sovereign-cloud-models) - Three models, comparison, and decision framework
86
+
-[Microsoft Sovereign Cloud Models Overview]({{ site.baseurl }}{% link level-100/sovereign-cloud-models.md %}) - Three models, comparison, and decision framework
87
87
88
88
**Deep Dive Topics:**
89
-
-[Sovereign Public Cloud](sovereign-public-cloud) - Azure with enhanced sovereignty controls and Microsoft Cloud for Sovereignty
90
-
-[Sovereign Private Cloud](sovereign-private-cloud) - Azure Local (Connected and Disconnected modes) for dedicated infrastructure
91
-
-[National Partner Clouds](national-partner-clouds) - Azure Government, Azure China, and partner-operated sovereign clouds
89
+
-[Sovereign Public Cloud]({{ site.baseurl }}{% link level-100/sovereign-public-cloud.md %}) - Azure with enhanced sovereignty controls and Microsoft Cloud for Sovereignty
90
+
-[Sovereign Private Cloud]({{ site.baseurl }}{% link level-100/sovereign-private-cloud.md %}) - Azure Local (Connected and Disconnected modes) for dedicated infrastructure
91
+
-[National Partner Clouds]({{ site.baseurl }}{% link level-100/national-partner-clouds.md %}) - Azure Government, Azure China, and partner-operated sovereign clouds
92
92
93
93
✅ **Assessment:**
94
-
-[Cloud Models Knowledge Check](cloud-models-quiz) - 15 questions testing model selection and technical understanding
94
+
-[Cloud Models Knowledge Check]({{ site.baseurl }}{% link level-100/cloud-models-quiz.md %}) - 15 questions testing model selection and technical understanding
95
95
96
96
**Key Concepts:**
97
97
- Model differentiation (Public, Private, Partner)
@@ -106,16 +106,16 @@ Before starting Level 100, ensure you have:
106
106
**Duration:** 2-3 hours
107
107
108
108
📚 **Main Content:**
109
-
-[Azure Local Overview](azure-local-overview) - Architecture, deployment modes, customer scenarios
109
+
-[Azure Local Overview]({{ site.baseurl }}{% link level-100/azure-local-overview.md %}) - Architecture, deployment modes, customer scenarios
110
110
111
111
**Deep Dive Topics:**
112
-
-[Azure Local Architecture Deep Dive](azure-local-architecture) - Hardware, networking, security layers
Five progressive hands-on labs reinforcing Modules 1-5 through practical implementation of Azure Local, Azure Arc, Edge RAG, policy governance, and monitoring in a complete sovereign cloud environment.
141
141
142
142
**Lab Overview:**
143
-
1.[Lab 1: Azure Local Deployment](lab-01-azure-local-deployment) (2-3h)
143
+
1.[Lab 1: Azure Local Deployment]({{ site.baseurl }}{% link level-200/lab-01-azure-local-deployment.md %}) (2-3h)
144
144
- Deploy Azure Local in connected mode with sample applications
0 commit comments