Skip to content

Commit 804c270

Browse files
timothywarnerclaude
andcommitted
Update files for Aug 2025 delivery
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bbc8dc4 commit 804c270

File tree

4 files changed

+1615
-25
lines changed

4 files changed

+1615
-25
lines changed

README.md

Lines changed: 80 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,69 @@
1-
# Exam AZ-400: Microsoft Azure DevOps Solutions Crash Course
1+
# Exam AZ-400: Microsoft Azure DevOps Solutions - Live Learning Course
22

3-
**📅 Updated for July 2024 Exam Objectives**
3+
**📅 Updated for August 2025 Delivery - Hybrid Azure DevOps & GitHub Enterprise Cloud**
44

55
[![GitHub](https://img.shields.io/badge/GitHub-timothywarner-181717?style=for-the-badge&logo=github)](https://github.com/timothywarner)
66
[![Organization](https://img.shields.io/badge/Organization-timothywarner--org-181717?style=for-the-badge&logo=github)](https://github.com/timothywarner-org)
77
[![Website](https://img.shields.io/badge/Website-TechTrainerTim.com-0078D4?style=for-the-badge&logo=microsoft-edge)](https://techtrainertim.com)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](LICENSE)
99
[![Stars](https://img.shields.io/github/stars/timothywarner/az400?style=for-the-badge)](https://github.com/timothywarner/az400/stargazers)
1010

11-
> **Comprehensive study materials for the Microsoft Certified: DevOps Engineer Expert certification, taught by Microsoft MVP Tim Warner**
11+
> **5-Hour O'Reilly Live Learning Course covering AZ-400 exam objectives with hybrid Azure DevOps and GitHub Enterprise Cloud approach, taught by Microsoft MVP Tim Warner**
1212
1313
## 🎯 Course Overview
1414

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.
16-
17-
### 📋 Course Structure
18-
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
24-
25-
### 🚀 Key Technologies Covered
26-
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
15+
This repository contains all materials for the **5-Hour O'Reilly Live Learning Course** covering the AZ-400 exam objectives with a unique **hybrid approach** using both Azure DevOps and GitHub Enterprise Cloud. Each hour balances theory, hands-on demonstrations, and Q&A.
16+
17+
### 📋 Course Structure - August 2025
18+
19+
1. **Hour 1: DevOps Foundation & Source Control Strategy** (Domains 1+2: 20-30%)
20+
- Azure DevOps vs GitHub Enterprise Cloud comparison
21+
- Work tracking with Azure Boards AND GitHub Projects
22+
- Git branching strategies and repository management
23+
- Cross-platform integration setup
24+
25+
2. **Hour 2: Build Pipelines & Package Management** (Domain 3 Part 1: ~25%)
26+
- Azure Artifacts AND GitHub Packages configuration
27+
- YAML pipeline development for both platforms
28+
- Matrix builds, parallel jobs, and reusable templates
29+
- Package feeds and semantic versioning
30+
31+
3. **Hour 3: Testing, Deployment & Release Strategies** (Domain 3 Part 2: ~25%)
32+
- Quality gates in both Azure DevOps and GitHub
33+
- Blue-green and canary deployment patterns
34+
- GitHub Environments AND Azure Pipeline Environments
35+
- Container deployments to AKS and ACR
36+
37+
4. **Hour 4: Infrastructure as Code & Security** (Domain 3 Part 3 + Domain 4: ~25%)
38+
- Bicep templates with GitHub Actions AND Azure Pipelines
39+
- Service principals, managed identities, and OIDC
40+
- Azure Key Vault integration across platforms
41+
- Security scanning and vulnerability management
42+
43+
5. **Hour 5: Monitoring, Optimization & Enterprise Scenarios** (Domain 5 + Advanced: ~10%)
44+
- Application Insights and custom metrics
45+
- Cross-platform CI/CD optimization
46+
- Enterprise governance and hybrid scenarios
47+
- Cost optimization and performance tuning
48+
49+
### 🚀 Key Technologies Covered (Hybrid Approach)
50+
51+
- **Azure DevOps Services** - Boards, Repos, Pipelines, Test Plans, Artifacts
52+
- **GitHub Enterprise Cloud** - Actions, Advanced Security, Projects, Packages, Codespaces
53+
- **Infrastructure as Code** - Bicep (primary), ARM Templates, Terraform
54+
- **Security & Compliance** - Azure Key Vault, GitHub Advanced Security, SonarCloud
55+
- **Monitoring & Analytics** - Application Insights, Azure Monitor, KQL queries
56+
- **Integration Patterns** - Cross-platform workflows, unified licensing, hybrid scenarios
3257

3358
## 📚 Course Resources
3459

3560
### 📖 Core Materials
36-
- [Detailed Course Plan](az400-course-plan.md)
37-
- [July 2024 Exam Objectives](az400-objective-domain-july-2024.md)
61+
- [August 2025 Course Plan](az400-course-plan-aug-2025.md)
62+
- [Current AZ-400 Exam Objectives](az-400-exam-objectives.md)
3863
- [Course Slides (PowerPoint)](warner-AZ400-slides.pptx)
64+
- [GitHub CLI Demo Script](github-cli-demo-script.sh)
65+
- [Azure CLI + DevOps Demo Script](az-cli-demo-script.sh)
66+
- [Comprehensive Demo Application](az400-demo-app/)
3967

4068
### 🧪 Microsoft Learn Paths
4169
- [AZ-400: Get started on a DevOps transformation journey](https://learn.microsoft.com/training/paths/az-400-get-started-devops-transformation-journey/)
@@ -45,11 +73,13 @@ This repository contains all materials for the O'Reilly Training course covering
4573
- [AZ-400: Implement a secure continuous deployment using Azure Pipelines](https://learn.microsoft.com/training/paths/az-400-implement-secure-continuous-deployment/)
4674
- [AZ-400: Manage infrastructure as code using Azure and DSC](https://learn.microsoft.com/training/paths/az-400-manage-infrastructure-as-code-using-azure/)
4775

48-
### 🔬 Hands-On Labs
76+
### 🔬 Hands-On Labs & Resources
4977
- [Microsoft Learn AZ-400 Labs](https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/)
5078
- [Azure DevOps Labs](https://azuredevopslabs.com/)
5179
- [Azure DevOps Demo Generator](https://azuredevopsdemogenerator.azurewebsites.net/)
52-
- [Sample Node.js Application](nodeapp-1/)
80+
- [AZ-400 Demo Application](az400-demo-app/) - Modern Node.js app with multiple pipeline variants
81+
- [CLI Demo Scripts](.) - Parallel GitHub CLI and Azure CLI management tasks
82+
- [Legacy Sample Applications](archive/) - Previous course materials and examples
5383

5484
### 📋 Study Resources
5585
- [Official AZ-400 Study Guide](https://learn.microsoft.com/certifications/exams/az-400)
@@ -66,7 +96,12 @@ This repository contains all materials for the O'Reilly Training course covering
6696

6797
- **Experience**: 2+ years working with Azure (development OR administration)
6898
- **Knowledge**: Basic understanding of Git, CI/CD concepts, and cloud computing
69-
- **Tools**: Azure subscription, GitHub account, VS Code installed
99+
- **Required Tools**:
100+
- Azure subscription with DevOps organization
101+
- GitHub Enterprise Cloud access (or personal account for demos)
102+
- VS Code with Azure DevOps and GitHub extensions
103+
- Azure CLI with DevOps extension
104+
- GitHub CLI (gh)
70105
- **Certification**: Either AZ-104 (Azure Administrator) OR AZ-204 (Azure Developer) required
71106

72107
## 🎓 Certification Path
@@ -76,6 +111,24 @@ This course prepares you for:
76111
- **Certification**: Microsoft Certified: DevOps Engineer Expert
77112
- **Exam Format**: 40-60 questions, 180 minutes, includes hands-on labs
78113
- **Passing Score**: 700/1000
114+
- **Last Updated**: July 26, 2024 (English language version)
115+
- **Focus Areas**: Hybrid Azure DevOps + GitHub Enterprise Cloud scenarios (major 2024-2025 emphasis)
116+
117+
## 🚀 What's New in August 2025 Course
118+
119+
### Major Updates
120+
- **Unified Licensing Model**: GitHub Enterprise + Azure DevOps Basic integration
121+
- **Bicep-First Approach**: Modern Infrastructure as Code with ARM template comparisons
122+
- **Cross-Platform Workflows**: Hybrid scenarios using both platforms together
123+
- **Enhanced Security**: GitHub Advanced Security + Azure security integrations
124+
- **CLI Automation**: Comprehensive management scripts for both platforms
125+
- **Enterprise Scale**: Focus on large organization requirements and governance
126+
127+
### Key Differentiators
128+
1. **No Either/Or Approach**: Learn both Azure DevOps AND GitHub Enterprise Cloud
129+
2. **Real-World Integration**: Make both systems work together effectively
130+
3. **Latest Features**: AI-assisted DevOps, advanced security, cost optimization
131+
4. **Practical Automation**: CLI scripts covering 80% of common management tasks
79132

80133
## 🤝 Contributing
81134

@@ -84,6 +137,8 @@ Found an issue or want to contribute? Please:
84137
2. Create a feature branch
85138
3. Submit a pull request
86139

140+
This repository is actively maintained for O'Reilly Live Learning courses.
141+
87142
## 📜 License
88143

89144
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)