Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit d78aebd

Browse files
authored
Merge pull request #258 from MicrosoftLearning/az-400-modernization
Az 400 modernization - Third-party labs removed, small fixes, number/order changes.
2 parents 3a7fe6a + 5492958 commit d78aebd

49 files changed

Lines changed: 4546 additions & 6161 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,26 @@ body:
4444
options:
4545
- Other
4646
- Lab 00 Validate lab environment
47-
- Lab 01 Agile Planning and Portfolio Management with Azure Boards
48-
- Lab 02 Version Controlling with Git in Azure Repos
49-
- Lab 03 Version Controlling with Git in Azure Repos
50-
- Lab 04 Configuring Agent Pools and Understanding Pipeline Styles
51-
- Lab 05 Enabling Continuous Integration with Azure Pipelines
52-
- Lab 06 Implementing GitHub Actions by using DevOps Starter
53-
- Lab 07 Integrating External Source Control with Azure Pipelines
54-
- Lab 08 Controlling Deployments using Release Gates
55-
- Lab 09 Creating a Release Dashboard
56-
- Lab 10 Feature Flag Management with LaunchDarkly and Azure DevOps
57-
- Lab 11 Configuring Pipelines as Code with YAML
58-
- Lab 12 Integrating Azure Key Vault with Azure DevOps
59-
- Lab 13 Setting Up and Running Functional Tests
60-
- Lab 14 Ansible with Azure
61-
- Lab 15 Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines
62-
- Lab 16 Azure Deployments Using Resource Manager Templates
63-
- Lab 17 Package Management with Azure Artifacts
64-
- Lab 18 Deploying Docker containers to Azure App Service web apps
65-
- Lab 19 Deploying a multi-container application to Azure Kubernetes Services
66-
- Lab 20 Integration between Azure DevOps and Teams
67-
- Lab 21 Monitoring Application Performance with Application Insights
68-
- Lab 22 Sharing Team Knowledge using Azure Project Wikis
69-
- Lab 23 Implement Security and Compliance in an Azure DevOps pipeline
70-
- Lab 24 Managing technical debt with SonarCloud and Azure DevOps
47+
- Lab 01 Agile planning and portfolio management with Azure Boards
48+
- Lab 02 Version controlling with Git in Azure Repos
49+
- Lab 03 Version controlling with Git in Azure Repos
50+
- Lab 04 Configuring agent pools and understanding pipeline styles
51+
- Lab 05 Enabling continuous integration with Azure Pipelines
52+
- Lab 06 Integrating external source control with Azure Pipelines
53+
- Lab 07 Implementing GitHub Actions by using DevOps Starter
54+
- Lab 08 Deploying Docker Containers to Azure App Service web apps
55+
- Lab 09 Control Deployments using Release Gates
56+
- Lab 10 Creating a release dashboard
57+
- Lab 11 Configuring pipelines as code with YAML
58+
- Lab 12 Setting up and running functional tests
59+
- Lab 13 Integrate Azure Key Vault with Azure DevOps
60+
- Lab 14 Azure deployments using Azure Resource Manager templates
61+
- Lab 15 Implement security and compliance in Azure DevOps Pipelines
62+
- Lab 16 Managing technical debt with SonarQube and Azure DevOps
63+
- Lab 17 Package management with Azure Artifacts
64+
- Lab 18 Monitoring application performance with Application Insights
65+
- Lab 19 Integration between Azure DevOps and Microsoft Teams
66+
- Lab 20 Sharing Team Knowledge using Azure Project Wikis
7167
validations:
7268
required: true
7369
- type: textarea

.github/ISSUE_TEMPLATE/feedback.yml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,26 @@ body:
3434
options:
3535
- Other
3636
- Lab 00 Validate lab environment
37-
- Lab 01 Agile Planning and Portfolio Management with Azure Boards
38-
- Lab 02 Version Controlling with Git in Azure Repos
39-
- Lab 03 Version Controlling with Git in Azure Repos
40-
- Lab 04 Configuring Agent Pools and Understanding Pipeline Styles
41-
- Lab 05 Enabling Continuous Integration with Azure Pipelines
42-
- Lab 06 Implementing GitHub Actions by using DevOps Starter
43-
- Lab 07 Integrating External Source Control with Azure Pipelines
44-
- Lab 08 Controlling Deployments using Release Gates
45-
- Lab 09 Creating a Release Dashboard
46-
- Lab 10 Feature Flag Management with LaunchDarkly and Azure DevOps
47-
- Lab 11 Configuring Pipelines as Code with YAML
48-
- Lab 12 Integrating Azure Key Vault with Azure DevOps
49-
- Lab 13 Setting Up and Running Functional Tests
50-
- Lab 14 Ansible with Azure
51-
- Lab 15 Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines
52-
- Lab 16 Azure Deployments Using Resource Manager Templates
53-
- Lab 17 Package Management with Azure Artifacts
54-
- Lab 18 Deploying Docker containers to Azure App Service web apps
55-
- Lab 19 Deploying a multi-container application to Azure Kubernetes Services
56-
- Lab 20 Integration between Azure DevOps and Teams
57-
- Lab 21 Monitoring Application Performance with Application Insights
58-
- Lab 22 Sharing Team Knowledge using Azure Project Wikis
59-
- Lab 23 Implement Security and Compliance in an Azure DevOps pipeline
60-
- Lab 24 Managing technical debt with SonarCloud and Azure DevOps
37+
- Lab 01 Agile planning and portfolio management with Azure Boards
38+
- Lab 02 Version controlling with Git in Azure Repos
39+
- Lab 03 Version controlling with Git in Azure Repos
40+
- Lab 04 Configuring agent pools and understanding pipeline styles
41+
- Lab 05 Enabling continuous integration with Azure Pipelines
42+
- Lab 06 Integrating external source control with Azure Pipelines
43+
- Lab 07 Implementing GitHub Actions by using DevOps Starter
44+
- Lab 08 Deploying Docker Containers to Azure App Service web apps
45+
- Lab 09 Control Deployments using Release Gates
46+
- Lab 10 Creating a release dashboard
47+
- Lab 11 Configuring pipelines as code with YAML
48+
- Lab 12 Setting up and running functional tests
49+
- Lab 13 Integrate Azure Key Vault with Azure DevOps
50+
- Lab 14 Azure deployments using Azure Resource Manager templates
51+
- Lab 15 Implement security and compliance in Azure DevOps Pipelines
52+
- Lab 16 Managing technical debt with SonarQube and Azure DevOps
53+
- Lab 17 Package management with Azure Artifacts
54+
- Lab 18 Monitoring application performance with Application Insights
55+
- Lab 19 Integration between Azure DevOps and Microsoft Teams
56+
- Lab 20 Sharing Team Knowledge using Azure Project Wikis
6157
validations:
6258
required: true
6359
- type: textarea

Instructions/Labs/AZ400_M00_Validate_lab_environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ lab:
55
---
66

77
# Lab 00: Validate lab environment
8+
89
# Student lab manual
910

1011
## Instructions

0 commit comments

Comments
 (0)