AZ-400T00 - Designing and Implementing Microsoft DevOps Solutions

Course duration

Course Benefits

  • Plan for the transformation with shared goals and timelines
  • Select a project and identify project metrics and KPIs
  • Create a team and agile organization structure
  • Describe the benefits of using Source Control
  • Migrate from TFVC to Git
  • Scale Git for Enterprise DevOps
  • Recommend artifact management tools and practices
  • Abstract common packages to enable sharing and reuse
  • Migrate and consolidate artifacts
  • Migrate and integrate source control measures
  • Manage application config and secrets
  • Develop a project quality strategy
  • Plan for secure development practices and compliance rules
  • Implement and manage build infrastructure
  • Explain why continuous integration matters
  • Implement continuous integration using Azure DevOps
  • Manage code quality including: technical debt, SonarCloud, and other tooling solutions
  • Manage security policies with open source, OWASP, and WhiteSource Bolt
  • Implement a container strategy including how containers are different from virtual machines and how microservices use containers
  • Implement containers using Docker
  • Inspect open source software packages for security and license compliance to align with corporate standards
  • Configure build pipeline to access package security and license rating
  • Configure secure access to package feeds
  • Inspect codebase to identify code dependencies that can be converted to packages
  • Identify and recommend standardized package types and versions across the solution
  • Refactor existing build pipelines to implement version strategy that publishes packages
  • Manage security and compliance
  • Differentiate between a release and a deployment
  • Define the components of a release pipeline
  • Explain things to consider when designing your release strategy
  • Classify a release versus a release process and outline how to control the quality of both
  • Describe the principle of release gates and how to deal with release notes and documentation
  • Explain deployment patterns, both in the traditional sense and in the modern sense
  • Choose a release management tool
  • Explain the terminology used in Azure DevOps and other Release Management Tooling
  • Describe what a Build and Release task is, what it can do, and some available deployment tasks
  • Classify an Agent, Agent Queue, and Agent Pool
  • Explain why you sometimes need multiple release jobs in one release pipeline
  • Differentiate between multi-agent and multi-configuration release job
  • Use release variables and stage variables in your release pipeline
  • Deploy to an environment securely using a service connection
  • Embed testing in the pipeline
  • List the different ways to inspect the health of your pipeline and release by using alerts, service hooks, and reports
  • Create a release gate
  • Describe deployment patterns
  • Implement Blue Green Deployment
  • Implement Canary Release
  • Implement Progressive Exposure Deployment
  • Configure crash report integration for client applications
  • Develop monitoring and status dashboards
  • Implement routing for client application crash report data
  • Implement tools to track system usage, feature usage, and flow
  • Integrate and configure ticketing systems with development team's work management
  • Implement a mobile DevOps strategy
  • Apply infrastructure and configuration as code principles.
  • Deploy and manage infrastructure using Microsoft automation technologies such as ARM templates, PowerShell, and Azure CLI
  • Describe deployment models and services that are available with Azure
  • Deploy and configure a Managed Kubernetes cluster
  • Deploy and configure infrastructure using 3rd party tools and services with Azure, such as Chef, Puppet, Ansible, SaltStack, and Terraform
  • Define an infrastructure and configuration strategy and appropriate toolset for a release pipeline and application infrastructure
  • Implement compliance and security in your application infrastructure
  • Design practices to measure end-user satisfaction
  • Design processes to capture and analyze user feedback from external sources
  • Design routing for client application crash report data
  • Recommend monitoring tools and technologies
  • Recommend system and feature usage tracking tools
  • Analyze alerts to establish a baseline
  • Analyze telemetry to establish a baseline
  • Perform live site reviews and capture feedback for system outages
  • Perform ongoing tuning to reduce meaningless or non-actionable alerts
Microsoft Certified Partner

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

Course Outline

  1. Planning for DevOps
    1. Transformation Planning
    2. Project Selection
    3. Team Structures
    4. Migrating to Azure DevOps
    5. Lab: Agile Planning and Portfolio Management with Azure Boards
  2. Getting started with Source Control
    1. What is Source Control
    2. Benefits of Source Control
    3. Types of Source Control Systems
    4. Introduction to Azure Repos
    5. Introduction to GitHub
    6. Migrating from Team Foundation Version Control (TFVC) to Git in Azure Repos
    7. Authenticating to Git in Azure Repos
    8. Lab: Version Controlling with Git
  3. Scaling Git for enterprise DevOps
    1. How to Structure your Git Repo
    2. Git Branching Workflows
    3. Collaborating with Pull Requests in Azure Repos
    4. Why care about GitHooks
    5. Fostering Inner Source
    6. Lab: Code Review with Pull Requests
  4. Consolidating Artifacts & Designing a Dependency Management Strategy
    1. Packaging Dependencies
    2. Package Management
    3. Migrating and Consolidating Artifacts
    4. Lab: Updating Packages
  5. Implementing Continuous Integration with Azure Pipelines
    1. The concept of pipelines in DevOps
    2. Azure Pipelines
    3. Evaluate use of Hosted vs Private Agents
    4. Agent Pools
    5. Pipelines and Concurrency
    6. Azure DevOps and Open Source Projects (Public Projects)
    7. Azure Pipelines YAML vs Visual Designer
    8. Continuous Integration Overview
    9. Implementing a Build Strategy
    10. Integration with Azure Pipelines
    11. Integrate External Source Control with Azure Pipelines
    12. Set Up Private Agents
    13. Analyze and Integrate Docker Multi-Stage Builds
    14. Lab: Enabling Continuous Integration with Azure Pipelines
    15. Lab: Integrating External Source Control with Azure Pipelines
    16. Lab: Integrate Jenkins with Azure Pipelines
    17. Lab: Deploying a Multi-Container Application
  6. Managing Application Config and Secrets
    1. Introduction to Security
    2. Implement secure and compliant development process
    3. Rethinking application config data
    4. Manage secrets, tokens, and certificates
    5. Implement tools for managing security and compliance in a pipeline
    6. Lab: Integrating Azure Key Vault with Azure DevOps
  7. Managing Code Quality and Security Policies
    1. Managing Code Quality
    2. Managing Security Policies
    3. Lab: Managing Technical Debt with Azure DevOps and SonarCloud
  8. Implementing a Container Build Strategy
    1. Implementing a Container Build Strategy
    2. Lab: Modernizing Existing ASP.NET Apps with Azure
  9. Manage Artifact versioning, security & compliance
    1. Package security
    2. Open source software
    3. Integrating license and vulnerability scans
    4. Implement a versioning strategy (git version)
    5. Lab: Manage Open Source Security and License with WhiteSource
  10. Design a Release Strategy
    1. Introduction to Continuous Delivery
    2. Release strategy recommendations
    3. Building a High-Quality Release pipeline
    4. Choosing a deployment pattern
    5. Choosing the right release management tool
  11. Set up a Release Management Workflow
    1. Create a Release Pipeline
    2. Provision and Configure Environments
    3. Manage and Modularize Tasks and Templates
    4. Integrate Secrets with the release pipeline
    5. Configure Automated Integration and Functional Test Automation
    6. Automate Inspection of Health
    7. Lab: Configuring Pipelines as Code with YAML
    8. Lab: Setting up secrets in the pipeline with Azure Key vault
    9. Lab: Setting up and Running Functional Tests
    10. Lab: Using Azure Monitor as release gate
    11. Lab: Creating a release Dashboard
  12. Implement an appropriate deployment pattern
    1. Introduction to Deployment Patterns
    2. Implement Blue Green Deployment
    3. Feature Toggles
    4. Canary Releases
    5. Dark Launching
    6. AB Testing
    7. Progressive Exposure Deployment
    8. Lab: Feature Flag Management with LaunchDarkly and Azure DevOps
  13. Implement process for routing system feedback to development teams
    1. Implement Tools to Track System Usage, Feature Usage, and Flow
    2. Implement Routing for Mobile Application Crash Report Data
    3. Develop Monitoring and Status Dashboards
    4. Integrate and Configure Ticketing Systems
    5. Lab: Monitoring Application Performance
  14. Implement a mobile DevOps strategy
    1. Introduction to Mobile DevOps
    2. Introduction to Visual Studio App Center
    3. Manage mobile target device sets and distribution groups
    4. Manage target UI test device sets
    5. Provision tester devices for deployment
    6. Create public and private distribution groups
  15. Infrastructure and Configuration Azure Tools
    1. Infrastructure as Code and Configuration Management
    2. Create Azure Resources using ARM Templates
    3. Create Azure Resources using Azure CLI
    4. Create Azure Resources by using Azure PowerShell
    5. Desired State Configuration (DSC)
    6. Azure Automation with DevOps
    7. Additional Automation Tools
    8. Lab: Azure Deployments using Resource Manager Templates
  16. Azure Deployment Models and Services
    1. Deployment Modules and Options
    2. Azure Infrastructure-as-a-Service (IaaS) Services
    3. Azure Platform-as-a-Service (PaaS) services
    4. Serverless and HPC Computer Services
    5. Azure Service Fabric
    6. Lab: Azure Automation - IaaS or PaaS deployment
  17. Create and Manage Kubernetes Service Infrastructure
    1. Azure Kubernetes Service
    2. Lab: Deploying a multi-container application to Azure Kubernetes Service
  18. Third Party Infrastructure as Code Tools available with Azure
    1. Chef
    2. Puppet
    3. Ansible
    4. Terraform
    5. Lab: Infrastructure as Code
    6. Lab: Automating Your Infrastructure Deployments in the Cloud with Terraform and Azure Pipelines
  19. Implement Compliance and Security in your Infrastructure
    1. Security and Compliance Principles with DevOps
    2. Azure security Center
    3. Lab: Implement Security and Compliance in an Azure DevOps Pipeline
  20. Recommend and design system feedback mechanisms
    1. The inner loop
    2. Continuous Experimentation mindset
    3. Design practices to measure end-user satisfaction
    4. Design processes to capture and analyze user feedback
    5. Design process to automate application analytics
    6. Lab: Integration between Azure DevOps and Teams
  21. Optimize feedback mechanisms
    1. Site Reliability Engineering
    2. Analyze telemetry to establish a baseline
    3. Perform ongoing tuning to reduce meaningless or non-actionable alerts
    4. Analyze alerts to establish a baseline
    5. Blameless Retrospectives and a Just Culture

Class Materials

Each student will receive a comprehensive set of materials, including course notes and all the 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.
Since its founding in 1995, InterSource has been providing high quality and highly customized training solutions to clients worldwide. With over 500 course titles constantly updated and numerous course customization and creation possibilities, we have the capability to meet your I.T. training needs.
Instructor-led courses are offered via a live Web connection, at client sites throughout Europe, and at our Geneva Training Center.