Overview
There are many ways to implement DevOps practices like continuous integration, continuous delivery, and infrastructure as code. But Azure has a service offering called Azure DevOps that integrates well not just with Azure, but with other tools, public clouds, and even private clouds.
In this hands-on boot camp, you will build a truly practical and useful End-to-End DevOps Pipeline to create, test and deploy Chef Cookbooks through CI/CD (Continuous Integration / Continuous Deployment) using Azure Repos and Azure Pipelines. Guided by an experienced DevOps practitioner, you will automate an entire End-To-End CI/CD (Continuous Integration/Continuous Deployment) Pipeline using Azure Repos, Chef and Azure Pipelines and maintain code using Git and Azure Repos. You will also create, test and deploy Chef cookbooks through an Azure Pipelines CI/CD pipeline, including Code Linting, and Testing with Inspec and Test Kitchen.
This course can be customized to fit your specific toolchain during private onsite deliveries.
GSA: $2440 USD
Next Upcoming Course
Train up your teams with private group training
Have a group of 5 or more students? Cprime also provides specialist private training with exclusive discounts for tailored, high-impact learning.
Implementing Azure DevOps Pipelines Schedule
Full Course Details
Part 1: Course Introduction
- Azure Repos-Chef-Azure Pipelines: A DevOps Pipeline
- Course Purpose
- Agenda
- Introductions
- Lab Environments
Part 2: Technology Overview
- Git – Source Control Management
- Chef – Configuration Management
- Azure Pipelines – Continuous Integration
- An End-To-End CI/CD (Continuous Integration/Continuous Deployment) Pipeline
Part 3: Git/Azure Repos – Source Control Management
- Git purpose and Workflow
- Git configuration
- Getting help with git
- Basic git commands
- Remote, status, add, commit, push, log, diff
- Creating and checking out branches
- Creating a repository in Azure Repo
- Accessing a private repository with SSH keys
- Pull requests
- Merging and deleting branches
Part 4: Chef – Configuration Management
- Chef purpose and use cases
- Chef basics: Resources, recipes, and cookbooks
- Chef policy files
- Integration testing with Inspec and Test kitchen
- Chef variables: Attributes and Ohai
- Dynamic file creation with templates
- Using Chef Supermarket and community cookbooks
- Wrapper cookbooks
- Automating infrastructure with Chef Search
- Centralized management with Chef Infra Server
- Automating Chef convergence
- Managing nodes with policy groups
Part 5: Azure Pipelines
- CI/CD = Continuous Integration / Continuous Deployment
- Purpose
- Projects
- Jobs
- YAML scripting – CI/CD as Code
- Managing credentials and secret files
- Integrating with Source Control Management: Azure Repos
- Triggers: Scheduled Polling and Webhooks
- Automated cookbook linting: Foodcritic and Cookstyle
- Automated cookbook testing with Test Kitchen
- Azure Pipelines Integration with Chef Server
- Creating Separate Build and Release Pipelines
- Continuous Deployment of Chef cookbooks with Azure Pipelines
This Azure DevOps training course is designed for:
- DevOps Engineers
- System Operations
- Code Developers
- Software Developers
- Quality Assurance Professionals
- Software Testers
- Product Owners
- Infrastructure Engineers
- Development Team Members
- Operations Team Members
- Project Managers
- Technical Product Managers
Required Prerequisites:
- Understand the purpose of infrastructure servers
- Familiarity with scripting of any kind
- Experience working with the command line of Unix, Linux, or PowerShell
- Experience with a text editor of any kind
- Write a Chef cookbook
- Write Inspec tests for our cookbook
- Push the cookbook to a branch within a git repo on Azure Repos
- Configure Azure Repos and Azure Pipelines so that upon receiving the cookbook, Azure Repos will automatically trigger Azure Pipelines to download the cookbook
- Create Azure Pipelines that automatically initiate testing the cookbook using Test Kitchen
- Upload cookbooks that have passed your test to the Chef Infra Server
- Automatically trigger the Chef managed webservers, running in Azure Cloud, to converge, download the cookbooks from the Chef Infra Server and deploy the Chef cookbook.