Two CI/CD deep dive training series: both GitHub Actions and Azure Pipelines on Microsoft DevRadio

Microsoft

Following our recent GitHub Bootcamp, we’re presenting two series focused on CI/CD delivered by Azure trainer and MVP Sidney Andrews. Join live to get your questions answered in real time.

 

Build end-to-end CI/CD capabilities with GitHub Actions

You can create and set up workflows to build, test, and deploy your code from your GitHub repository to Azure with GitHub Actions. This series is for those who want to build end-to-end continuous integration (CI) and continuous delivery (CD) capabilities using GitHub Actions.

We’ll show you how to create custom build workflows, automate builds when your code changes, and deploy your build artifacts to various services in Azure.

Introduction to GitHub Actions February 24, 3:00 PM Eastern / 12:00 PM Pacific

Learn how GitHub Actions enable you to automate your software development cycle for code hosted in GitHub. We’ll walk you through using everyday actions in your first workflow. You’ll learn how to:

  • Create a workflow
  • Add actions to a workflow
  • Trigger the workflow

Automatically build and test your code with GitHub Actions March 3, 3:00 PM Eastern / 12:00 PM Pacific

We’ll show you how to implement continuous integration (CI) for code maintained in GitHub repositories. You’ll learn to:

  • Build and test a project in a workflow
  • Debug a failed test using the log
  • Create build assets for deployment

Deploy your code to Azure with GitHub Actions  March 10, 3:00 PM Eastern / 12:00 PM Pacific

Learn how to use GitHub Actions and workflows to implement a continuous delivery (CD) solution that deploys a web application to Microsoft Azure. We’ll also show how to automate the creation and teardown of the deployment environments using a workflow.

  • Conditionally trigger continuous delivery from a workflow
  • Deploy code to Microsoft Azure using a workflow
  • Store secret credentials in GitHub

Learn and chat with us live about JavaScript CI/CD using GitHub Actions! March 10, 8:00 PM Eastern / 5:00 PM Pacific

Join us as we walk through and discuss an end-to-end example of taking a .NET application from inception to release using GitHub and GitHub Actions.

 

Build end-to-end CI/CD capabilities with Azure Pipelines

You can create and set up workflows to build, test, and deploy your code from your Azure Repos repository to Azure with Azure Pipelines. This series is for those who want to build end-to-end continuous integration (CI) and continuous delivery (CD) capabilities using Azure Pipelines.

We’ll show you how to create custom build workflows, automate builds when your code changes, and deploy your build artifacts to various services in Azure.

Introduction to Azure Pipelines March 1, 12:00 PM Eastern / 9:00 AM Pacific

Learn how Azure Pipelines enable you to automate your software development cycle for code hosted in Azure Repos. We’ll walk you through using everyday actions in your first workflow. You’ll learn how to:

  • Create a workflow
  • Add actions to a workflow
  • Trigger the workflow

Automatically build and test your code with Azure Pipelines March 8, 12:00 PM Eastern / 9:00 AM Pacific

We’ll show you how to implement continuous integration (CI) for code maintained in GitHub repositories. You’ll learn to:

  • Build and test a project in a workflow
  • Debug a failed test using the log
  • Create build assets for deployment

Deploy your code to Azure with Azure Pipelines March 15, 12:00 PM Eastern / 9:00 AM Pacific

Learn how to use Azure Pipelines and workflows to implement a continuous delivery (CD) solution that deploys a web application to Microsoft Azure. We’ll also show how to automate the creation and teardown of the deployment environments using a workflow.

  • Conditionally trigger continuous delivery from a workflow
  • Deploy code to Microsoft Azure using a workflow
  • Store secret credentials in Azure DevOps

Learn and chat about CI/CD using Azure Pipelines live with us! March 16, 5:00 PM Eastern / 2:00 PM Pacific

Join us as we walk through and discuss an end-to-end example of taking a .NET application from inception to release using Azure Repos and Azure Pipelines.

Hope to see you there!

0 Replies