Azure Case Studies and Labs for AZ-900 · AZ-104 · AZ-305 · AZ-400, Forked from Official Microsoft Documentation
A unified learning portal by Reyas Khan that aggregates every hands-on lab, exercise, and case study from five official Microsoft Azure learning paths into a single, beautifully designed interface.
| Certification | Title | Labs |
|---|---|---|
| AZ-900 | Microsoft Azure Fundamentals | 5 |
| AZ-104 | Microsoft Azure Administrator | 14 |
| AZ-305 | Designing Microsoft Azure Infrastructure Solutions | 13 |
| AZ-400 | Designing and Implementing Microsoft DevOps Solutions | 16 |
| mslearn | DevOps Mastery (Basic · Intermediate · Advanced · Agentic) | 28 |
Total: 76 labs across 5 learning paths
Deployed automatically to GitHub Pages on every push to main.
URL: https://reyaskhan.tech/Azure-Case-Studies/
# Serve locally (required for the markdown viewer to work)
python -m http.server 5500
# Then open:
# http://localhost:5500/Forked and aggregated from official Microsoft Learning repositories:
- AZ-900-Microsoft-Azure-Fundamentals
- AZ-104-MicrosoftAzureAdministrator
- AZ-305-DesigningMicrosoftAzureInfrastructureSolutions
- AZ400-DesigningandImplementingMicrosoftDevOpsSolutions
- mslearn-devops
The included GitHub Actions workflow at .github/workflows/pages.yml automatically:
- Clones all 5 Microsoft Learning repos at deploy time
- Stages them alongside
index.htmlinto a single_site/directory - Deploys to GitHub Pages
To enable: go to your repo Settings → Pages → Source and select GitHub Actions.
Content sourced from Microsoft Learning repositories · Portal by Reyas Khan · March 2026