A comprehensive, interactive study guide for the Microsoft Azure Fundamentals (AZ-900) certification exam
- Complete AZ-900 syllabus coverage with in-depth explanations
- Interactive flowcharts and diagrams for visual learning
- Detailed comparison tables for easy understanding
- Real-world examples and use cases
- Responsive design that works on all devices
- Dark/Light theme toggle for comfortable studying
- Collapsible and resizable sidebar for optimal navigation
- Progress tracking with completion indicators
- Smart search functionality across all content
- Real-time search through all study materials
- Intelligent filtering by topic, section, or content
- Quick navigation to specific topics
- Keyboard shortcuts for power users
- Track your study progress across all sections
- Mark topics as completed with visual indicators
- Section-wise progress breakdown
- Persistent progress saved locally
- Structured by exam objectives (25-30%, 35-40%, 30-35%)
- Key concepts highlighted for quick review
- Exam tips and important notes
- Best practices and real-world scenarios
- Frontend Framework: React 18 with TypeScript
- Styling: Tailwind CSS with custom design system
- Build Tool: Vite for fast development and building
- Icons: Lucide React for consistent iconography
- Routing: React Router for seamless navigation
src/
├── components/ # Reusable UI components
│ ├── Layout.tsx # Main layout with sidebar
│ ├── Sidebar.tsx # Navigation sidebar
│ ├── SearchResults.tsx
│ └── ...
├── contexts/ # React contexts for state management
│ ├── ThemeContext.tsx
│ └── ProgressContext.tsx
├── pages/ # Main page components
├── topics/ # Study content organized by sections
│ ├── cloud-concepts/
│ ├── azure-architecture/
│ └── azure-management/
├── utils/ # Utility functions
└── styles/ # Global styles and Tailwind config
The Microsoft Azure Fundamentals (AZ-900) certification is designed for individuals who want to demonstrate foundational knowledge of cloud concepts and Microsoft Azure services.
| Section | Weight | Topics |
|---|---|---|
| 🌥️ Cloud Concepts | 25-30% | Cloud computing basics, models, benefits |
| 🏗️ Azure Architecture | 35-40% | Core components, compute, networking, storage, security |
| ⚙️ Azure Management | 30-35% | Cost management, governance, resource management, monitoring |
- Technology professionals new to cloud computing
- Business stakeholders evaluating Azure solutions
- Students beginning their cloud journey
- IT professionals expanding their skill set
🌥️ Cloud Concepts (25-30%)
-
Define Cloud Computing
- Cloud computing fundamentals
- Shared responsibility model
- Key characteristics
-
Cloud Models
- Public, private, and hybrid clouds
- Appropriate use cases
- Multi-cloud strategies
-
Consumption-Based Model
- CapEx vs OpEx
- Cloud pricing models
- Serverless computing
-
Benefits of Cloud Services
- High availability and scalability
- Reliability and predictability
- Security and governance
- Manageability
-
Cloud Service Types
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service (SaaS)
🏗️ Azure Architecture and Services (35-40%)
-
Core Architectural Components
- Azure regions and availability zones
- Resource groups and subscriptions
- Management groups hierarchy
-
Compute and Networking Services
- Virtual machines and containers
- Application hosting options
- Virtual networking and connectivity
-
Azure Storage Services
- Storage types and tiers
- Redundancy options
- Migration tools
-
Identity, Access, and Security
- Microsoft Entra ID
- Authentication methods
- Zero Trust and defense-in-depth
⚙️ Azure Management and Governance (30-35%)
-
Cost Management
- Cost factors and optimization
- Pricing and TCO calculators
- Resource tagging
-
Governance and Compliance
- Microsoft Purview
- Azure Policy
- Resource locks
-
Resource Management
- Azure portal and Cloud Shell
- Azure Arc
- Infrastructure as Code (IaC)
-
Monitoring Tools
- Azure Advisor
- Azure Service Health
- Azure Monitor and Application Insights
This study guide is hosted on Vercel and ready to use immediately. Simply visit the live demo and start your AZ-900 preparation journey!
- Start with Cloud Concepts to build foundational knowledge
- Progress through Azure Architecture for technical understanding
- Complete Azure Management for operational knowledge
- Use the search feature to quickly find specific topics
- Track your progress and review completed sections
- Take practice exams after completing all sections
- Primary: Azure Blue (#0078D4)
- Secondary: Azure Purple (#5C2D91)
- Accent: Azure Green (#107C10)
- Success: #00A854
- Warning: #FFB900
- Error: #E81123
- Font Family: Segoe UI, system-ui, sans-serif
- Headings: Semibold with tight tracking
- Body: Regular with 1.5 line height
- Code: Monospace with syntax highlighting
The study guide is fully responsive and optimized for:
- 📱 Mobile devices (320px+)
- 📱 Tablets (768px+)
- 💻 Laptops (1024px+)
- 🖥️ Desktops (1280px+)
We welcome contributions to improve the study guide! Whether it's:
- 📝 Content improvements
- 🐛 Bug fixes
- ✨ New features
- 🎨 Design enhancements