Developing CI/CD Solutions with Azure DevOps (2019)
58mIntermediate2022-02-09
Authors

Adrienne Braganza Tacke
Author, Engineer, Teacher
Course details
As a developer, you need to field a constant flow of requests for new features, updates, and bug fixes. By implementing an automated development workflow, you can more effectively keep up with these demands. Curious about how to automate a new or existing project for your team? In this course, learn how to set up proper source control for your web app and configure a fully automated continuous integration and continuous delivery (CI/CD) pipeline in Azure. Instructor Adrienne Braganza Tacke demonstrates how to create a web app in both Visual Studio and the Azure portal; set up source control for your app using Azure DevOps and GitHub; and create build and release pipelines in Azure DevOps.
Learning objectives
Creating a web app in the Azure portal
Setting up source control for your app
Setting up an existing app on Azure DevOps and GitHub
Creating a build pipeline in Azure DevOps
Adding build pipeline triggers
Creating a release pipeline in DevOps
Adding release pipeline triggers
Manually queuing a release
Learning objectives
Creating a web app in the Azure portal
Setting up source control for your app
Setting up an existing app on Azure DevOps and GitHub
Creating a build pipeline in Azure DevOps
Adding build pipeline triggers
Creating a release pipeline in DevOps
Adding release pipeline triggers
Manually queuing a release
Skills covered
DevOps ToolsDevOpsAzureCloud ServicesProjectCloud ComputingMicrosoft
Concepts
0. Introduction
- 01 - Why do control and CI CD matter
- 02 - What you should know
1. Create a Web App with Azure App Service
- 03 - Create a web app in the Azure portal
- 04 - Create a web app in Visual Studio
- 05 - Publish your app to Azure
2. Set Up Source Control for Your App
- 06 - Initialize a new repo using Azure DevOps
- 07 - Initialize a new repo using GitHub
- 08 - Set up an existing app on Azure DevOps
- 09 - Set up an existing app on GitHub
3. Configure a Continuous Integration Pipeline
- 10 - Create a build pipeline in Azure DevOps
- 11 - Configure your build steps
- 12 - Add build pipeline triggers
- 13 - Queue manual builds when necessary
4. Configure a Continuous Deployment Pipeline
- 14 - Create a release pipeline in DevOps
- 15 - Set up your artifact
- 16 - Add release pipeline triggers
- 17 - Configure your stages
- 18 - Set up deployment conditions
- 19 - Queue manual releases when necessary
Conclusion
- 20 - Apply strategies to enhance your development workflow