Azure DevOps CI/CD: Git-Chef-Azure Pipelines – Virtual
Building, testing and deploying code doesn’t have to be complex and time-consuming. This course will teach students how to create and use an end-to-end CI/CD pipeline that validates, automates, and stores code changes for faster, more secure delivery. In this course, attendees will learn the software and processes for building, testing, and deploying code. Upon completion of this course, attendees will know how to operate and maintain a DevOps pipeline that ensures only high-quality and approved code gets deployed into production, backs up all code in source control management, and automates code changes.
This course is delivered virtually online and you can attend from any location on the planet with a solid internet connection
Course Summary
Building, testing and deploying code doesn’t have to be complex and time-consuming. This course will teach students how to create and use an end-to-end CI/CD pipeline that validates, automates, and stores code changes for faster, more secure delivery. In this course, attendees will learn the software and processes for building, testing, and deploying code. Upon completion of this course, attendees will know how to operate and maintain a DevOps pipeline that ensures only high-quality and approved code gets deployed into production, backs up all code in source control management, and automates code changes.
Syllabus
Course Agenda
- Git source and version control management. This course will teach you the fundamentals of using git so you can effectively share, collaborate, backup and version any code.
- Configuration management. We’ll teach you how to configure and spin up servers (web, database, load balancer, or any application servers), using a configuration management tool and code stored in git.
- Testing and continuous integration/continuous deployment. Learn to integrate git and configuration management with a CI/CD tool to build, test, and deploy code into test, staging, and production environments, creating an automated end-to-end DevOps pipeline.
Course Duration as Configured: 3 Days
Git: Source Control Management: AzureRepos
- Purpose and overview of Git
- Use cases for Git
- Git flow
- Other Git providers
- Git configuration
- Finding help on Git
- Creating Local Git Repositories
- Basic Commands: add, commit, status, log
- Comparing commits: git diff
- Using a Repository: git push
- Branches: creating, merging and deleting
- Resolving merge conflicts
- Managing Pull Requests
- Using SSH keys with AzureRepos Private repositories
Continuous Integration / Continuous Delivery (CI/CD): AzurePipelines
- CI/CD = Continuous Integration / Continuous Deployment
- Purpose & history
- Architecture
- Signing up for Azure Pipeline
- Projects/Jobs
- CI/CD as Code
- Managing credentials and secret files
- Integrating with Source Control Management
- Scheduled Polling and Webhooks
- Automated code linting and testing
- Azure Pipelines Integration with configuration management
- Creating Separate Build and Release Pipelines
- Continuous Deployment through Azure Pipelines
Configuration Management: Chef
- Purpose and Use Cases for Chef
- Architecture and Call Flow
- Resources, Recipes, Cookbooks
- Chef Policyfiles
- Integration Testing with Inspec and Test Kitchen
- Chef Infra Server as Centralized Node Management
- Bootstrapping Chef-managed Nodes
Notifications: Microsoft Teams
- Integrating CI/CD with Microsoft Teams
- Using Microsoft Teams for CI/CD approvals and notifications