Skip to content

Commit fad07a7

Browse files
committed
Revamp README with shields badges and July 2024 updates
1 parent d72c7ea commit fad07a7

File tree

1 file changed

+82
-37
lines changed

1 file changed

+82
-37
lines changed

README.md

Lines changed: 82 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,93 @@
1-
# AZ-400 Exam Preparation Resources
2-
> Study materials and resources for Microsoft's AZ-400: Designing and Implementing Microsoft DevOps Solutions certification exam.
1+
# Exam AZ-400: Microsoft Azure DevOps Solutions Crash Course
32

4-
## Latest updates
3+
**📅 Updated for July 2024 Exam Objectives**
54

6-
- [Microsoft Learn AZ-400 lab exercises](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/)
7-
- [Parts Unlimited MRP demo application](https://github.com/microsoft/PartsUnlimitedMRP)
5+
[![GitHub](https://img.shields.io/badge/GitHub-timothywarner-181717?style=for-the-badge&logo=github)](https://github.com/timothywarner)
6+
[![Organization](https://img.shields.io/badge/Organization-timothywarner--org-181717?style=for-the-badge&logo=github)](https://github.com/timothywarner-org)
7+
[![Website](https://img.shields.io/badge/Website-TechTrainerTim.com-0078D4?style=for-the-badge&logo=microsoft-edge)](https://techtrainertim.com)
8+
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](LICENSE)
9+
[![Stars](https://img.shields.io/github/stars/timothywarner/az400?style=for-the-badge)](https://github.com/timothywarner/az400/stargazers)
810

9-
## 📫 Contact Information
11+
> **Comprehensive study materials for the Microsoft Certified: DevOps Engineer Expert certification, taught by Microsoft MVP Tim Warner**
1012
11-
- **Name:** Tim Warner
12-
- **GitHub:** [@timothywarner](https://github.com/timothywarner)
13-
- **Email:** [[email protected]](mailto:[email protected])
14-
- **LinkedIn:** [Timothy Warner](https://www.linkedin.com/in/timothywarner/)
15-
- **YouTube:** [Tech Trainer Tim](https://www.youtube.com/channel/UCim7PFtynyPuzMHtbNyYOXA)
16-
- **Website:** [techtrainertim.com](https://techtrainertim.com)
17-
- **Bluesky:** [@techtrainertim.bsky.social](https://bsky.app/profile/techtrainertim.bsky.social)
13+
## 🎯 Course Overview
1814

19-
## 📚 Study Resources
15+
This repository contains all materials for the O'Reilly Training course covering the AZ-400 exam objectives. The course is structured into **5 progressive segments** designed to take you from DevOps fundamentals to exam-ready expertise.
2016

21-
### Official Resources
22-
- [Microsoft Learn AZ-400 Path](https://learn.microsoft.com/certifications/exams/az-400)
23-
- [Microsoft AZ-400 Labs](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/)
24-
- [Azure DevOps Documentation](https://learn.microsoft.com/azure/devops/?view=azure-devops)
17+
### 📋 Course Structure
2518

26-
### Practice Tests
27-
- [MeasureUp AZ-400](https://www.measureup.com/az-400-microsoft-azure-devops-solutions.html)
28-
- [Whizlabs AZ-400](https://www.whizlabs.com/microsoft-azure-certification-az-400/)
29-
- [Udemy Practice Tests](https://www.udemy.com/course/azure-devops-az400-practice-tests/)
19+
1. **DevOps Foundation & Team Setup** - People, Process, Tools
20+
2. **Source Control & CI Fundamentals** - Code Management & Quality Gates
21+
3. **Advanced Pipelines & Deployment** - From Code to Cloud
22+
4. **Security, Compliance & Governance** - Secure DevOps at Scale
23+
5. **Monitoring, Feedback & Exam Prep** - Production Excellence & Certification
3024

31-
### Repository Resources
32-
- [ARM Template Examples](archive/ARM%20Templates/)
33-
- [ASP.NET Core Demo with Docker](archive/old-resources/aspnet-core-docker-demo/)
34-
- [DevOps Pipeline Examples](demos/azure-pipelines-cd/)
35-
- [Study Topics Overview](archive/old-resources/az400-study-topics.txt)
36-
- [Lab Exercises](archive/old-resources/az-400-session1-labs.md)
25+
### 🚀 Key Technologies Covered
3726

38-
### Free Learning Resources
27+
- **Azure DevOps** - Boards, Repos, Pipelines, Test Plans, Artifacts
28+
- **GitHub** - Actions, Advanced Security, Projects, Packages
29+
- **Infrastructure as Code** - Bicep, Terraform, ARM Templates
30+
- **Security Tools** - Azure Key Vault, Microsoft Defender for DevOps
31+
- **Monitoring** - Application Insights, Azure Monitor, KQL
32+
33+
## 📚 Course Resources
34+
35+
### 📖 Core Materials
36+
- [Detailed Course Plan](az400-course-plan.md)
37+
- [July 2024 Exam Objectives](az400-objective-domain-july-2024.md)
38+
- [Course Slides (PowerPoint)](warner-AZ400-slides.pptx)
39+
40+
### 🧪 Microsoft Learn Paths
41+
- [AZ-400: Get started on a DevOps transformation journey](https://learn.microsoft.com/training/paths/az-400-get-started-devops-transformation-journey/)
42+
- [AZ-400: Development for enterprise DevOps](https://learn.microsoft.com/training/paths/az-400-work-git-for-enterprise-devops/)
43+
- [AZ-400: Implement CI with Azure Pipelines and GitHub Actions](https://learn.microsoft.com/training/paths/az-400-implement-ci-azure-pipelines-github-actions/)
44+
- [AZ-400: Design and implement a release strategy](https://learn.microsoft.com/training/paths/az-400-design-implement-release-strategy/)
45+
- [AZ-400: Implement a secure continuous deployment using Azure Pipelines](https://learn.microsoft.com/training/paths/az-400-implement-secure-continuous-deployment/)
46+
- [AZ-400: Manage infrastructure as code using Azure and DSC](https://learn.microsoft.com/training/paths/az-400-manage-infrastructure-as-code-using-azure/)
47+
48+
### 🔬 Hands-On Labs
49+
- [Microsoft Learn AZ-400 Labs](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/)
3950
- [Azure DevOps Labs](https://azuredevopslabs.com/)
4051
- [Azure DevOps Demo Generator](https://azuredevopsdemogenerator.azurewebsites.net/)
41-
- [GitHub Learning Lab](https://lab.github.com/)
42-
- [Azure DevOps YouTube Channel](https://www.youtube.com/channel/UC-ikyViYMM69joIAv7dlMsA)
43-
- [Microsoft Azure YouTube Channel](https://www.youtube.com/user/windowsazure)
44-
45-
### Community Resources
46-
- [Azure DevOps Community](https://dev.azure.com/community/)
47-
- [Stack Overflow Azure DevOps](https://stackoverflow.com/questions/tagged/azure-devops)
48-
- [Reddit r/AzureDevOps](https://www.reddit.com/r/azuredevops/)
52+
- [Sample Node.js Application](nodeapp-1/)
53+
54+
### 📋 Study Resources
55+
- [Official AZ-400 Study Guide](https://learn.microsoft.com/certifications/exams/az-400)
56+
- [Azure DevOps Documentation](https://learn.microsoft.com/azure/devops/)
57+
- [GitHub Documentation](https://docs.github.com)
58+
59+
### 📚 Training Partners & Practice Exams
60+
- [O'Reilly Learning Platform](https://www.oreilly.com) - Full course access
61+
- [MeasureUp AZ-400 Practice Tests](https://www.measureup.com/az-400-microsoft-azure-devops-solutions.html) - Official Microsoft practice exams
62+
- [Pearson OnVUE](https://home.pearsonvue.com/Clients/Microsoft.aspx) - Schedule your certification exam
63+
- [Pluralsight AZ-400 Path](https://www.pluralsight.com/paths/az-400-designing-and-implementing-microsoft-devops-solutions) - Additional video training
64+
65+
## 🛠️ Prerequisites
66+
67+
- **Experience**: 2+ years working with Azure (development OR administration)
68+
- **Knowledge**: Basic understanding of Git, CI/CD concepts, and cloud computing
69+
- **Tools**: Azure subscription, GitHub account, VS Code installed
70+
- **Certification**: Either AZ-104 (Azure Administrator) OR AZ-204 (Azure Developer) required
71+
72+
## 🎓 Certification Path
73+
74+
This course prepares you for:
75+
- **Exam**: AZ-400: Designing and Implementing Microsoft DevOps Solutions
76+
- **Certification**: Microsoft Certified: DevOps Engineer Expert
77+
- **Exam Format**: 40-60 questions, 180 minutes, includes hands-on labs
78+
- **Passing Score**: 700/1000
79+
80+
## 🤝 Contributing
81+
82+
Found an issue or want to contribute? Please:
83+
1. Fork the repository
84+
2. Create a feature branch
85+
3. Submit a pull request
86+
87+
## 📜 License
88+
89+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
90+
91+
---
92+
93+
**Ready to become a DevOps Engineer Expert?** Star ⭐ this repo and let's begin your journey!

0 commit comments

Comments
 (0)