Azure DevOps Services Private Public

Designing and Implementing Microsoft DevOps Solutions (AZ-400T00)

Course Length: 4 days

This course provides the knowledge and skills to design and implement DevOps processes and practices.

Designing and Implementing Microsoft DevOps Solutions

Register or Request Training

Price per student
$2,445.10
Guaranteed to run
Select a date
Please select a class.
  • Private class for your team
  • Live expert instructor
  • Online or on‑location
  • Customizable agenda
  • Proposal turnaround within 1–2 business days

Course Overview

This course provides the knowledge and skills to design and implement DevOps processes and practices. Students will learn how to plan for DevOps, use source control, scale Git for an enterprise, consolidate artifacts, design a dependency management strategy, manage secrets, implement continuous integration, implement a container build strategy, design a release strategy, set up a release management workflow, implement a deployment pattern, and optimize feedback mechanisms

Students in this course are interested in designing and implementing DevOps processes or in passing the Microsoft Azure DevOps Solutions certification exam.

Course Benefits

  • Plan and execute a DevOps transformation with shared goals, timelines, and an agile organizational structure
  • Implement source control and collaboration practices using Git, Azure Repos, and GitHub
  • Manage agile planning and work tracking with Azure Boards and GitHub Projects
  • Design and automate CI/CD pipelines using Azure Pipelines and GitHub Actions
  • Deploy and manage applications in Azure using containers, release strategies, and Infrastructure as Code
  • Secure the DevOps toolchain by integrating security scanning, dependency analysis, and governance policies
  • Monitor and optimize delivery performance with dashboards, metrics, and pipeline health analysis
  • Manage and version artifacts and packages with Azure Artifacts and GitHub Packages
  • Implement Infrastructure as Code with ARM templates, Bicep, and Azure CLI

Delivery Methods

Public Class
Live expert-led online training from anywhere. Guaranteed to run .
Private Class
Delivered for your team at your site or online.

Microsoft Certified Partner

Webucator is a Microsoft Certified Partner. This class uses official Microsoft courseware and will be delivered by a Microsoft Certified Trainer (MCT).

Course Outline

  1. Introduction to DevOps
    1. What is DevOps?
    2. Explore the DevOps journey
    3. Identify transformation teams
    4. Define organization structure for agile practices
    5. Explore shared goals and define timelines
    6. What is Azure DevOps?
    7. What is GitHub?
    8. Design a license management strategy
    9. What is source control?
    10. Describe working with Git locally
    11. Introduction to Azure Repos
    12. Introduction to GitHub
  2. Plan Agile with GitHub Projects and Azure Boards
    1. Introduction to GitHub Projects and Project boards
    2. Introduction to Azure Boards
    3. Configure projects and teams in Azure DevOps
    4. Link GitHub to Azure Boards
    5. Configure GitHub Projects
    6. Manage work with GitHub Project boards
    7. Customize Project views
    8. Design and implement a strategy for feedback cycles
    9. Design and implement source, bug, and quality traceability
    10. Agile Plan and Portfolio Management with Azure Boards
  3. Design and implement branch strategies and workflows
    1. Explore branch workflow types
    2. Explore feature branch workflow
    3. Explore Git branch model for continuous delivery
    4. Explore GitHub flow
    5. Explore fork workflow
    6. Implement branch merging restrictions
    7. Version Control with Git in Azure Repos
  4. Collaborate with pull requests in Azure Repos
    1. Explore Git hooks
      1. Introduction to Git hooks
      2. Implement Git hooks
    2. Plan foster inner source
      1. Explore foster inner source
      2. Implement the fork workflow
      3. Describe inner source with forks
    3. Manage and configure repositories
      1. Work with large repositories
      2. Explore monorepo versus multiple repos
      3. Implement a change log
      4. Implement Scalar and cross repo when cross repo sharing
      5. Recover specific data by using Git commands
      6. Purge repository data
      7. Manage releases with GitHub Repos
      8. Automate release notes with GitHub
      9. Create API documentation
      10. Implement automation of Git history documentation
      11. Configure source control repository permissions using GitHub
      12. Configure GitHub tags to organize repositories
    4. Identify technical debt
      1. Examine code quality
      2. Examine complexity and quality metrics
      3. Introduction to technical debt
      4. Measure and manage technical debt
      5. Introduction to GitHub Advanced Security
      6. Integrate other code quality tools
      7. Plan effective code reviews
    5. Explore Azure Pipelines
      1. Explore the concept of pipelines in DevOps
      2. Describe Azure Pipelines
      3. Understand Azure Pipelines key terms
    6. Manage Azure Pipeline agents and pools
      1. Choose between Microsoft-hosted versus self-hosted agents
      2. Explore job types
      3. Introduction to agent pools
      4. Explore predefined agent pool
      5. Understand typical situations for agent pools
      6. Communicate with Azure Pipelines
      7. Communicate to deploy to target servers
      8. Examine other considerations
      9. Describe security of agent pools
      10. Configure agent pools and understand pipeline styles
    7. Describe pipelines and concurrency
      1. Understand parallel jobs
      2. Estimate parallel jobs
      3. Describe Azure Pipelines and open-source projects
      4. Explore Azure Pipelines and Visual Designer
      5. Describe Azure Pipelines and YAML
      6. Enable Continuous Integration with Azure Pipelines
    8. Design and implement a pipeline strategy
      1. Configure agent demands
      2. Explore multi-configuration and multi-agent
      3. Integrate GitHub repos and Azure Pipelines
      4. Design and implement a comprehensive testing strategy
      5. Implement code coverage and show in the pipeline
      6. Implement multi-job builds
      7. Explore source control types supported by Azure Pipelines
    9. Integrate with Azure Pipelines
      1. Describe the anatomy of a pipeline
      2. Understand the pipeline structure
      3. Detail templates
      4. Explore YAML resources
      5. Use multiple repositories in your pipeline
      6. Migrate a pipeline from classic to YAML in Azure Pipelines
    10. Introduction to GitHub Actions
      1. What are actions?
      2. Explore Actions flow
      3. Understand Workflows
      4. Describe standard workflow syntax elements
      5. Explore Events
      6. Explore Jobs
      7. Explore Runners
      8. Examine release and test an action
    11. Learn continuous integration with GitHub Actions
      1. Describe continuous integration with actions
      2. Examine environment variables
      3. Share artifacts between jobs
      4. Examine Workflow badges
      5. Describe best practices for creating actions
      6. Mark releases with Git tags
      7. Create encrypted secrets
      8. Use secrets in a workflow
      9. Implement GitHub Actions for CI/CD
    12. Design a container build strategy
      1. Examine structure of containers
      2. Work with Docker containers
      3. Understand Dockerfile core concepts
      4. Examine multi-stage dockerfiles
      5. Examine considerations for multiple stage builds
      6. Explore Azure container-related services
      7. Deploy Docker containers to Azure App Service web apps
    13. Create a release pipeline
      1. Describe Azure DevOps release pipeline capabilities
      2. Explore release pipelines
      3. Explore artifact sources
      4. Choose the appropriate artifact source
      5. Examine considerations for deployment to stages
      6. Explore build and release tasks
      7. Explore custom build and release tasks
      8. Explore release jobs
      9. Understand database deployment task
      10. Configure Pipelines as Code with YAML
    14. Explore release recommendations
      1. Understand the delivery cadence and three types of triggers
      2. Explore release approvals
      3. Explore release gates
      4. Use release gates to protect quality
      5. Explore GitOps release strategy and recommendations
      6. Control Deployments using Release Gates
    15. Provision and test environments
      1. Provision and configure target environments
      2. Configure automated integration and functional test automation
      3. Understand Shift-left
      4. Explore Azure Load Testing
      5. Set up and run functional tests
    16. Manage and modularize tasks and templates
      1. Examine task groups
      2. Explore variables in release pipelines
    17. Automate inspection of health
      1. Automate inspection of health
      2. Explore events and notifications
      3. Explore service hooks
      4. Configure Azure DevOps notifications
      5. Configure GitHub notifications
      6. Explore how to measure quality of your release process
      7. Examine release notes and documentation
      8. Examine considerations for choosing release management tools
      9. Explore common release management tools
    18. Introduction to deployment patterns
      1. Explore microservices architecture
      2. Examine classical deployment patterns
      3. Understand modern deployment patterns
    19. Implement blue-green deployment and feature toggles
      1. What is blue-green deployment?
      2. Explore deployment slots
      3. Introduction to feature toggles
      4. Describe feature toggle maintenance
    20. Implement canary releases and dark launching
      1. Explore canary releases
      2. Examine traffic manager
      3. Understand dark launching
    21. Implement A/B testing and progressive exposure deployment
      1. What is A/B testing?
      2. Explore CI-CD with deployment rings
    22. Integrate with identity management systems
      1. Integrate GitHub with single sign-on (SSO)
      2. Design and implement permissions and roles in GitHub
      3. Design and implement permissions and security groups in Azure DevOps
      4. Explore workload identities
      5. Implement managed identities
    23. Manage application configuration data
      1. Rethink application configuration data
      2. Explore separation of concerns
      3. Understand external configuration store patterns
      4. Implement Azure DevOps secure files
      5. Introduction to Azure App Configuration
      6. Examine Key-value pairs
      7. Examine App configuration feature management
      8. Integrate Azure Key Vault with Azure Pipelines
      9. Manage secrets, tokens and certificates
      10. Examine DevOps inner and outer loop
      11. Integrate Azure Key Vault with Azure DevOps
      12. Enable Dynamic Configuration and Feature Flags
    24. Explore infrastructure as code and configuration management
      1. Explore environment deployment
      2. Examine environment configuration
      3. Understand imperative versus declarative configuration
      4. Understand idempotent configuration
    25. Create Azure resources using Azure Resource Manager templates
      1. Why use Azure Resource Manager templates?
      2. Explore template components
      3. Manage dependencies
      4. Modularize templates
      5. Manage secrets in templates
    26. Create Azure resources using Azure CLI
      1. What is Azure CLI?
      2. Install Azure CLI
      3. Execute Azure CLI commands interactively
      4. Create an Azure CLI script for Bash
      5. Tips to use the Azure CLI successfully
    27. Explore Azure Automation with DevOps
      1. Create automation accounts
      2. What is a runbook?
      3. Understand automation shared resources
      4. Explore runbook gallery
      5. Examine webhooks
      6. Explore source control integration
      7. Explore PowerShell workflows
      8. Create a workflow
      9. Explore hybrid management
      10. Examine checkpoint and parallel processing
    28. Implement Desired State Configuration (DSC)
      1. Understand configuration drift
      2. Explore Desired State Configuration (DSC)
      3. Explore Azure Automation State configuration (DSC)
      4. Examine DSC configuration file
      5. Implement DSC and Linux Automation on Azure
    29. Implement Bicep
      1. What is Bicep?
      2. Install Bicep
      3. Understand Bicep file structure and syntax
      4. Deployments using Azure Bicep templates
    30. Introduction to Secure DevOps
      1. Describe SQL injection attack
      2. Understand DevSecOps
      3. Explore Secure DevOps Pipeline
      4. Explore key validation points
      5. Explore continuous security validation
      6. Understand threat modeling
      7. Explore CodeQL in GitHub
    31. Implement open-source software
      1. Explore how software is built
      2. What is open-source software?
      3. Explore corporate concerns with open-source software components
      4. Introduction to open-source licenses
      5. Explore common open-source licenses
      6. Examine license implications and ratings
    32. Software Composition Analysis
      1. Inspect and validate code bases for compliance
      2. Explore software composition analysis (SCA)
      3. Implement GitHub Dependabot alerts and security updates
      4. Integrate software composition analysis checks into pipelines
      5. Examine tools for assess package security and license rate
      6. Automate container scanning, including container images
      7. Interpret alerts from scanner tools
    33. Security Monitoring and Governance
      1. Implement pipeline security
      2. Explore Microsoft Defender for Cloud
      3. Examine Microsoft Defender for Cloud usage scenarios
      4. Explore Azure Policy
      5. Understand policies
      6. Explore initiatives
      7. Explore resource locks
      8. Understand Microsoft Defender for Identity
      9. Integrate GitHub Advanced Security with Microsoft Defender for Cloud
      10. Configure GitHub Advanced Security for GitHub and Azure DevOps
    34. Explore package dependencies
      1. What is dependency management?
      2. Describe elements of a dependency management strategy
      3. Identify dependencies
      4. Understand source and package componentization
      5. Decompose your system
      6. Scan your codebase for dependencies
    35. Understand package management
      1. Explore packages
      2. Understand package feeds
      3. Explore package feed managers
      4. Explore common public package sources
      5. Explore self-hosted and SaaS based package sources
      6. Consume packages
      7. Introduction to Azure Artifacts
      8. Publish packages
      9. Package management with Azure Artifacts
    36. Migrate consolidate and secure artifacts
      1. Identify existing artifact repositories
      2. Migrate and integrating artifact repositories
      3. Secure access to package feeds
      4. Examine roles
      5. Examine permissions
      6. Examine authentication
    37. Implement a versioning strategy
      1. Understand versioning of artifacts
      2. Explore semantic versioning
      3. Examine release views
      4. Promote packages
      5. Explore best practices for versioning
    38. Introduction to GitHub Packages
      1. Publish packages
      2. Install a package
      3. Delete and restore a package
      4. Explore package access control and visibility
    39. Implement tools to track usage and flow
      1. Understand the inner loop
      2. Introduction to continuous monitoring
      3. Explore Azure Monitor and Log Analytics
      4. Examine Kusto Query Language (KQL)
      5. Explore Application Insights
      6. Implement Application Insights
      7. Design and implement metrics and queries
      8. Monitor Application Performance with Azure Load Testing
    40. Develop monitor and status dashboards
      1. Configure monitoring in GitHub
      2. Explore Azure Dashboards
      3. Explore Azure Monitor workbooks
      4. Explore Power BI
      5. Build your own custom application
      6. Monitor pipeline health, including failure rate, duration, and flaky tests
      7. Optimize a pipeline for cost, time, performance, and reliability
      8. Optimize pipeline concurrency for performance and cost
    41. Share knowledge within teams
      1. Share acquired knowledge within development teams
      2. Introduction to Azure DevOps project wikis
      3. Integrate GitHub and Azure DevOps with Microsoft Teams
      4. Share team knowledge using Azure Project Wiki
    42. Design processes to automate application analytics
      1. Explore rapid responses and augmented search
      2. Integrate telemetry
      3. Examine monitoring tools and technologies
      4. Explore IT Service Management Connector
    43. Manage alerts, blameless retrospectives and a just culture
      1. Examine when to get a notification
      2. Explore how to fix it
      3. Explore smart detection notifications
      4. Improve performance
      5. Understand server response time degradation
      6. Reduce meaningless and non-actionable alerts
      7. Examine blameless retrospective
      8. Develop a just culture

    Class Materials

    Each student receives a comprehensive set of materials, including course notes and all class examples.

    Class Prerequisites

    Experience in the following is required for this Azure DevOps Services class:

    • Fundamental knowledge about Azure, version control, Agile software development, and core software development principles. It would be helpful to have experience in an organization that delivers software.

    Have questions about this course?

    We can help with curriculum details, delivery options, pricing, or anything else. Reach out and we’ll point you in the right direction.