Skip to content

Commit 378c7fd

Browse files
fix: remove .html extensions from all internal links for Jekyll pretty URLs
- Fixed 404 links across 53 markdown files - Converted [text](file.html) to [text](file) format - Created Fix-HtmlLinks.ps1 script with backup capability - All backups created with timestamps This resolves broken navigation throughout the site as Jekyll uses pretty URLs without .html extensions (e.g., /level-100/azure-local-overview/ not .html)
1 parent 7ce858c commit 378c7fd

107 files changed

Lines changed: 22060 additions & 386 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Each level has clear success metrics to validate learning outcomes:
356356

357357
Ready to begin? Start your learning journey:
358358

359-
1. **[Review Level 100 Prerequisites](level-100/prerequisites.html)**
359+
1. **[Review Level 100 Prerequisites](level-100/prerequisites)**
360360
2. **[Begin Level 100: Foundational Concepts](level-100/)**
361361
3. **[Explore Additional Resources](resources/)**
362362

Lines changed: 367 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,367 @@
1+
---
2+
layout: default
3+
title: Introduction
4+
nav_order: 2
5+
description: "Master Sovereign Cloud, Azure Local, and Edge AI Technologies - A comprehensive learning journey for architects and solutions professionals"
6+
---
7+
8+
# Introduction
9+
{: .no_toc }
10+
11+
## Table of Contents
12+
{: .no_toc .text-delta }
13+
14+
1. TOC
15+
{:toc}
16+
17+
---
18+
19+
## Purpose
20+
21+
This document outlines the **Microsoft Sovereign Cloud Brain Trek** – a comprehensive, structured learning path for architects and solutions professionals to develop deep expertise in sovereign cloud technologies, hybrid infrastructure, and edge AI.
22+
23+
The skilling plan provides:
24+
25+
- **Structured learning progression** from foundational to advanced concepts
26+
- **Role-specific tracks** for sales and technical professionals
27+
- **Hands-on lab experiences** for practical skill development
28+
- **Clear success metrics** and completion criteria at each level
29+
- **Curated Microsoft Learn resources** aligned with learning objectives
30+
31+
---
32+
33+
## Target Audience
34+
35+
### 👔 Sales & Pre-Sales Track
36+
37+
**Roles:**
38+
- Account Executives
39+
- Solution Specialists
40+
- Technical Sales Professionals
41+
- Pre-Sales Consultants
42+
43+
**Objectives:**
44+
- Identify and qualify sovereign cloud opportunities
45+
- Articulate business value and ROI
46+
- Handle customer objections effectively
47+
- Structure complex deals
48+
- Navigate compliance discussions
49+
- Conduct executive briefings
50+
51+
### 🔧 Technical Track
52+
53+
**Roles:**
54+
- Cloud Architects
55+
- Field Engineers
56+
- AI Developers
57+
- Solution Engineers
58+
- Systems Administrators
59+
60+
**Objectives:**
61+
- Design sovereign cloud architectures
62+
- Plan and execute deployments
63+
- Implement security and compliance controls
64+
- Troubleshoot production issues
65+
- Optimize performance and costs
66+
- Manage hybrid environments
67+
68+
---
69+
70+
## Key Technologies
71+
72+
This skilling plan covers the following Microsoft technologies:
73+
74+
### Microsoft Sovereign Cloud
75+
76+
**[Learn More →](https://learn.microsoft.com/en-us/industry/sovereign-cloud/)**
77+
78+
Microsoft Sovereign Cloud addresses digital sovereignty requirements through three models:
79+
80+
- **Sovereign Public Cloud:** Enhanced Azure regions with additional sovereignty controls
81+
- **Sovereign Private Cloud:** Dedicated infrastructure for sovereign workloads
82+
- **National Partner Clouds:** Country-specific clouds operated by trusted local partners
83+
84+
**Key Capabilities:**
85+
- Data residency and sovereignty
86+
- Operational sovereignty
87+
- Regulatory compliance (FedRAMP, ITAR, GDPR, etc.)
88+
- Enhanced security and isolation
89+
90+
### Azure Local
91+
92+
**[Learn More →](https://learn.microsoft.com/en-us/azure/azure-local/)**
93+
94+
Azure Local (formerly Azure Stack HCI) extends Azure to customer-owned infrastructure for edge computing scenarios.
95+
96+
**Operating Modes:**
97+
98+
1. **Connected Operations**
99+
- Seamless Azure integration
100+
- Cloud-managed control plane via Azure Arc
101+
- Hybrid Azure services (Monitor, Backup, Defender)
102+
- Continuous updates from Azure
103+
104+
2. **Disconnected Operations**
105+
- Air-gapped environments
106+
- Local control plane
107+
- Highest operational sovereignty
108+
- Manual update delivery
109+
110+
**Common Use Cases:**
111+
- Branch office infrastructure
112+
- Data center modernization
113+
- Latency-sensitive workloads
114+
- Data residency requirements
115+
- Virtual Desktop Infrastructure (VDI)
116+
- Kubernetes at the edge
117+
118+
### Azure Arc
119+
120+
**[Learn More →](https://learn.microsoft.com/en-us/azure/azure-arc/)**
121+
122+
Azure Arc enables management of resources across hybrid and multi-cloud environments from a unified Azure control plane.
123+
124+
**Capabilities:**
125+
- Server management (Windows/Linux)
126+
- Kubernetes cluster management
127+
- Data services (SQL, PostgreSQL)
128+
- Azure services anywhere
129+
- Unified governance and compliance
130+
131+
### Retrieval-Augmented Generation (RAG) on Azure Arc for Edge
132+
133+
**[Learn More →](https://learn.microsoft.com/en-us/azure/azure-arc/edge-rag/)**
134+
135+
Edge RAG enables generative AI solutions on on-premises data without moving data to the cloud.
136+
137+
**Key Features:**
138+
- Search on-premises data with generative AI
139+
- Data privacy and sovereignty
140+
- Low-latency AI inference
141+
- Custom model support (BYOM)
142+
- Integration with Azure AI services
143+
144+
**Architecture Components:**
145+
- AKS Arc cluster for compute
146+
- NFS server for data storage
147+
- Language models (Microsoft-provided or custom)
148+
- Local portal for management
149+
- Vector database for embeddings
150+
151+
---
152+
153+
## Learning Path Overview
154+
155+
The skilling plan is divided into three progressive levels, each building upon the previous one.
156+
157+
### 📊 Level Comparison
158+
159+
| Level | Objective | Sales Focus | Technical Focus | Duration |
160+
|-------|-----------|-------------|-----------------|----------|
161+
| **100** | **Foundational:** Understand the "what" and "why" | Articulate value propositions and identify customer scenarios | Grasp core architectural concepts and technology components | 2-4 weeks (4-12 hours) |
162+
| **200** | **Intermediate:** Design solutions and handle objections | Develop proposals, conduct TCO/ROI analysis, position against competitors | Plan deployments, understand prerequisites, design solution architectures | 4-6 weeks (16-36 hours) |
163+
| **300** | **Advanced:** Lead deployments and provide expert guidance | Structure complex deals and navigate deep compliance discussions | Execute end-to-end deployments, troubleshoot, and optimize for production | 8-12 weeks (48-120 hours) |
164+
165+
### 🎯 Level 100: Foundational Concepts
166+
167+
**[Start Level 100 →]({{ site.baseurl }}{% link docs/level-100/README.md %})**
168+
169+
**Goal:** Build a solid understanding of core concepts, terminology, and value propositions.
170+
171+
**What You'll Learn:**
172+
- Digital sovereignty principles
173+
- Sovereign cloud models and use cases
174+
- Azure Local architecture (connected vs. disconnected)
175+
- Azure Arc fundamentals
176+
- Edge RAG concepts
177+
178+
**Prerequisites:**
179+
- Basic cloud computing knowledge
180+
- Familiarity with virtualization
181+
- Microsoft Learn account (free)
182+
183+
**Time Commitment:** 2-3 hours per week
184+
185+
### 🏗️ Level 200: Intermediate Skills
186+
187+
**[Start Level 200 →]({{ site.baseurl }}{% link docs/level-200/README.md %})**
188+
189+
**Goal:** Develop the ability to design solutions, plan deployments, and address customer-specific requirements.
190+
191+
**What You'll Learn:**
192+
- Sovereign Landing Zone architecture
193+
- Azure Local deployment planning
194+
- Edge RAG prerequisites and setup
195+
- TCO/ROI modeling
196+
- Competitive positioning
197+
198+
**Prerequisites:**
199+
- Completion of Level 100
200+
- Recommended: AZ-900 certification or equivalent
201+
- Access to Azure subscription (technical track)
202+
203+
**Time Commitment:** 4-6 hours per week
204+
205+
### 🚀 Level 300: Advanced Expertise
206+
207+
**[Start Level 300 →]({{ site.baseurl }}{% link docs/level-300/README.md %})**
208+
209+
**Goal:** Achieve expert-level proficiency to lead complex deployments, manage production environments, and drive strategic engagements.
210+
211+
**What You'll Learn:**
212+
- Zero Trust security implementation
213+
- Air-gapped deployment procedures
214+
- Production Edge RAG optimization
215+
- Advanced networking architectures
216+
- MLOps at the edge
217+
218+
**Prerequisites:**
219+
- Completion of Level 200
220+
- Recommended: AZ-104 or AZ-305 certification
221+
- Production or lab environment access
222+
- PowerShell and IaC experience
223+
224+
**Time Commitment:** 6-10 hours per week
225+
226+
---
227+
228+
## Timeline Estimates
229+
230+
### Program Duration
231+
232+
**Total Program:** 14-22 weeks (approximately 3.5-5.5 months)
233+
234+
```
235+
Level 100: ████ (2-4 weeks)
236+
Level 200: ████████ (4-6 weeks)
237+
Level 300: ████████████████ (8-12 weeks)
238+
```
239+
240+
### Weekly Time Commitment
241+
242+
- **Level 100:** 2-3 hours per week
243+
- **Level 200:** 4-6 hours per week
244+
- **Level 300:** 6-10 hours per week
245+
246+
### Total Learning Hours
247+
248+
- **Level 100:** 4-12 hours total
249+
- **Level 200:** 16-36 hours total
250+
- **Level 300:** 48-120 hours total
251+
- **Complete Program:** 68-168 hours total
252+
253+
---
254+
255+
## Success Metrics & Completion Criteria
256+
257+
Each level has clear success metrics to validate learning outcomes:
258+
259+
### Level 100 Completion ✅
260+
261+
**Sales Track:**
262+
- ✓ Successfully articulate sovereign cloud value propositions in customer conversations
263+
- ✓ Pass knowledge check quizzes
264+
- ✓ Identify appropriate use cases for each sovereign model
265+
266+
**Technical Track:**
267+
- ✓ Demonstrate understanding of architecture differences between connected and disconnected modes
268+
- ✓ Complete foundational Microsoft Learn modules
269+
- ✓ Explain key components and their interactions
270+
271+
### Level 200 Completion ✅
272+
273+
**Sales Track:**
274+
- ✓ Develop and present a complete business case (TCO/ROI) for Azure Local deployment
275+
- ✓ Handle common customer objections confidently
276+
- ✓ Position solutions against competitive offerings
277+
278+
**Technical Track:**
279+
- ✓ Successfully plan and document a deployment architecture for a test environment
280+
- ✓ Complete lab exercises for Azure Local deployment planning
281+
- ✓ Deploy a basic Edge RAG test environment
282+
283+
### Level 300 Completion ✅
284+
285+
**Sales Track:**
286+
- ✓ Lead a customer engagement from discovery through contract signature
287+
- ✓ Conduct executive-level briefings on sovereign cloud strategy
288+
- ✓ Structure complex multi-component deals
289+
290+
**Technical Track:**
291+
- ✓ Execute an end-to-end deployment in a production or production-like environment
292+
- ✓ Troubleshoot and resolve deployment issues independently
293+
- ✓ Optimize a production Edge RAG solution
294+
295+
---
296+
297+
## How to Use This Skilling Plan
298+
299+
### 1. Assess Your Starting Point
300+
301+
- Review the prerequisites for Level 100
302+
- Determine which professional track (Sales or Technical) aligns with your role
303+
- Evaluate your current knowledge level
304+
305+
### 2. Follow the Learning Path
306+
307+
- Start with Level 100 even if you have some experience
308+
- Complete each level sequentially
309+
- Use the provided checklists to track progress
310+
- Allocate dedicated time each week
311+
312+
### 3. Engage with Hands-On Labs
313+
314+
- Technical track: Set up lab environments
315+
- Complete practical exercises
316+
- Document your learnings
317+
- Share experiences with peers
318+
319+
### 4. Leverage Microsoft Resources
320+
321+
- Complete recommended Microsoft Learn modules
322+
- Access official documentation
323+
- Join Microsoft Tech Community
324+
- Attend webinars and events
325+
326+
### 5. Validate Your Learning
327+
328+
- Complete knowledge checks
329+
- Meet success criteria for each level
330+
- Consider pursuing relevant Microsoft certifications
331+
- Apply skills in real customer scenarios
332+
333+
---
334+
335+
## Additional Resources
336+
337+
### Microsoft Official Documentation
338+
339+
- **[Microsoft Sovereign Cloud Hub](https://learn.microsoft.com/en-us/industry/sovereign-cloud/)** - Central resource for all sovereign cloud documentation
340+
- **[Azure Local Documentation](https://learn.microsoft.com/en-us/azure/azure-local/)** - Complete technical reference
341+
- **[Edge RAG Documentation](https://learn.microsoft.com/en-us/azure/azure-arc/edge-rag/)** - Deployment guides and requirements
342+
343+
### Microsoft Learn Training Paths
344+
345+
- **[Get started with Microsoft Cloud for Sovereignty](https://learn.microsoft.com/en-us/training/paths/get-started-sovereignty/)**
346+
- **[Manage hybrid workloads with Azure Arc](https://learn.microsoft.com/en-us/training/paths/manage-hybrid-infrastructure-with-azure-arc/)**
347+
348+
### Community & Support
349+
350+
- **[Microsoft Tech Community](https://techcommunity.microsoft.com/)** - Forums and blogs
351+
- **[Azure Local Supportability GitHub](https://github.com/Azure/AzureLocal-Supportability)** - Troubleshooting guides
352+
353+
---
354+
355+
## Next Steps
356+
357+
Ready to begin? Start your learning journey:
358+
359+
1. **[Review Level 100 Prerequisites](level-100/prerequisites.html)**
360+
2. **[Begin Level 100: Foundational Concepts](level-100/)**
361+
3. **[Explore Additional Resources](resources/)**
362+
363+
---
364+
365+
<div class="note">
366+
<strong>💡 Tip:</strong> Bookmark this page and return regularly to track your progress through the learning path.
367+
</div>

0 commit comments

Comments
 (0)