Welcome to the Azure Certification Prep repository! This is your comprehensive resource for preparing for Microsoft Azure and Microsoft 365 certifications, with a special focus on AI/ML, agentic AI, and cloud technologies.
This repository contains:
- 📚 Complete Study Guides for 10 Microsoft certifications
- 🔬 Hands-on Labs and practical exercises
- 🤖 AI Projects with real-world implementations
- 📋 Cheat Sheets for quick reference
- 📅 Study Templates and exam preparation tips
azure-cert-prep/
├── README.md # This file
├── azure-certifications-study-guide/ # Complete certification study materials
│ ├── AI-900-Fundamentals/ # Azure AI Fundamentals
│ ├── AI-102-Engineer/ # Azure AI Engineer Associate
│ ├── AZ-104-Administrator/ # Azure Administrator Associate
│ ├── AZ-204-Developer/ # Azure Developer Associate
│ ├── AZ-305-Solutions-Architect/ # Azure Solutions Architect Expert
│ ├── AZ-500-Security/ # Azure Security Engineer Associate
│ ├── DP-100-Data-Scientist/ # Azure Data Scientist Associate
│ ├── DP-700-Fabric-Engineer/ # Microsoft Fabric Data Engineer
│ ├── MS-102-Copilot-Admin/ # M365 Copilot & Agent Admin
│ ├── Agentic-AI-Business/ # Agentic AI Business Solutions Architect
│ ├── AI-projects/ # 10 comprehensive AI projects
│ └── shared-resources/ # Common resources, cheat sheets, tips
└── main.py # Project entry point
| Category | Certifications |
|---|---|
| AI & Machine Learning | AI-900, AI-102, AB-100 (Preview) |
| Data & Analytics | DP-100, DP-700 |
| Infrastructure & Administration | AZ-104, AZ-305 |
| Development & Security | AZ-204, AZ-500 |
| Microsoft 365 & Copilot | MS-102 |
-
Explore the Study Guide: Navigate to the Azure Certifications Study Guide for detailed information on all certifications.
-
Choose Your Path: Select a certification path that aligns with your career goals:
- 🤖 AI/ML Focus: AI-900 → AI-102 → DP-100 → AB-100
- 🏗️ Infrastructure Focus: AZ-104 → AZ-305 → AZ-500
- 💻 Developer Track: AZ-204 → AZ-305 or AZ-500
- 📊 Data Engineering: DP-100 → DP-700
-
Use the Resources:
- 📖 Study Guides - Comprehensive learning materials
- 📋 Azure CLI Cheat Sheet - Quick reference for Azure CLI commands
- 💡 Exam Tips - Pro tips for exam success
- 📅 Study Schedule Templates - Plan your preparation
Need quick access to common Azure CLI commands? Check out our comprehensive Azure CLI Cheat Sheet covering:
- Authentication & Account Management
- Resource Groups & Subscriptions
- Virtual Machines & Networking
- Storage & Databases
- Azure Kubernetes Service (AKS)
- Azure Functions & App Services
- Identity & Access Management
- And much more!
| Resource | Description |
|---|---|
| Microsoft Learn | Official learning platform |
| Azure Free Account | 12 months of free services |
| Exam Sandbox | Practice the exam interface |
| Certification Dashboard | Track your progress |
This repository includes a Python project for Azure-related utilities.
- Python 3.13+
- uv (Python package manager)
# Clone the repository
git clone https://github.com/CodeHalwell/azure-cert-prep.git
cd azure-cert-prep
# Install dependencies using uv
uv sync
# Run the project
uv run python main.pyContributions are welcome! Please feel free to submit pull requests with:
- Updated study resources and links
- Additional practice questions
- Lab improvements and new projects
- Corrections and clarifications
- New cheat sheets and quick references
This repository is licensed under the MIT License.
This is an unofficial study guide. All links point to official Microsoft resources. Always verify information against the official Microsoft Learn documentation before your exam.
Happy Studying! 🎉
Made with ❤️ for the Azure community