An interactive, browser-based study guide for the Microsoft AZ-400: Designing and Implementing Microsoft DevOps Solutions certification exam.
π Live Demo: leonmc00.github.io/az400-study-hub/az400-study-hub-v2.html
This project was built as a hands-on alternative to reading through walls of text. It covers all five AZ-400 exam domains with a mix of interactive activities designed to reinforce learning through doing rather than just reading.
Built with plain HTML, CSS, and vanilla JavaScript β no frameworks, no dependencies, no build steps. Open the file in any browser and it works.
All five exam domains with expandable cards covering theory, key topics, and tools β each with hands-on activities built in.
| Domain | Exam Weight |
|---|---|
| D1 β Processes & Communications | 10β15% |
| D2 β Source Control Strategy | 10β15% |
| D3 β Build & Release Pipelines | 50β55% π₯ |
| D4 β Security & Compliance | 10β15% |
| D5 β Instrumentation Strategy | 5β10% |
Click-to-flip flashcards covering must-know definitions for each domain. Covers DORA metrics, branching strategies, security scanning types, SRE terminology, and more.
Match terms to definitions, strategies to use cases, and tools to scenarios. Immediate visual feedback β correct drops turn green, wrong drops shake and return.
Build a real Azure Pipelines YAML file block by block. Each block added reveals a tip explaining what it does and why it matters in a real pipeline.
A four-step guided scenario where you make decisions to build a production-ready CI/CD pipeline. Steps unlock sequentially with full explanations for correct and incorrect answers.
Eight exam-style scenario questions covering all domains. Each question includes context, four answer options, and a detailed explanation of why the correct answer is right β and why the others are wrong.
Visual quick-reference cards covering branching strategies, deployment patterns, DORA metrics, secrets management, IaC options, and security scanning types side by side.
Study timeline, exam logistics, what to prioritise, and common exam traps β including the things the AZ-400 exam consistently tests.
az400-study-hub/
βββ az400-study-hub-v2.html # Main application β all content and logic
βββ README.md # This file
Everything is contained in a single HTML file for simplicity. No build process, no dependencies.
Once GitHub Pages is enabled (Settings β Pages β Deploy from branch: main), the app is available at:
https://leonmc00.github.io/az400-study-hub/az400-study-hub-v2.html
Clone the repository and open the HTML file directly in your browser:
git clone https://github.com/leonmc00/az400-study-hub.git
cd az400-study-hub
# Open az400-study-hub-v2.html in your browserNo server or build step required.
Contributions, corrections, and improvements are welcome. The exam content is updated periodically by Microsoft, so keeping the material current is always valuable.
- Navigate to
az400-study-hub-v2.htmlin the repository - Click the pencil icon (Edit this file)
- Make your changes
- Add a commit message describing what you changed
- Click Commit changes
GitHub Pages will automatically redeploy within approximately 60 seconds.
git clone https://github.com/leonmc00/az400-study-hub.git
# Edit az400-study-hub-v2.html in your editor of choice
git add .
git commit -m "Your change description"
git push origin main- Additional scenario challenge questions
- New flashcard sets for any domain
- New drag and drop exercises
- Corrections to any exam content
- Accessibility improvements
| Detail | Value |
|---|---|
| Exam code | AZ-400 |
| Full name | Designing and Implementing Microsoft DevOps Solutions |
| Certification | Microsoft Certified: DevOps Engineer Expert |
| Passing score | 700 / 1000 |
| Exam cost | ~$165 USD |
| Prerequisite | AZ-104 or AZ-204 |
| Renewal | Annual free online assessment |
| Official study guide | learn.microsoft.com/credentials/certifications/exams/az-400 |
This project is an independent study aid and is not affiliated with, endorsed by, or produced by Microsoft. All exam content is based on the publicly available AZ-400 skills outline. Always refer to the official Microsoft study guide for the most current and authoritative information.
This project is open source and available under the MIT Licence.
Built to make AZ-400 exam prep less painful. Good luck! π―