Episode
Creating a CI/CD pipeline for Azure Container Apps with azd | Getting Started with .NET on ACA (Part 5 of 8)
with Frank Boucher, Justin Yoo
In this chapter, we'll learn how to create a Continuous Integration/Continuous Deployment (CI/CD) pipeline. We'll create a GitHub Actions workflow that builds, pushes, and deploys the Docker images to our Azure Container App environment. The code in this chapter is based on the Chapter 4 microservice's code and can be found in the sample directory.
Chapters
Recommended resources
Next episode
Related episodes
- Introduction to Azure Container Apps for .NET developers | Getting Started with .NET on ACA (Part 1 of 8)
- Running a monolith in Azure Container Apps | Getting Started with .NET on ACA (Part 2 of 8)
- Authenticating an application on ACA without changing code | Getting Started with .NET on ACA (Part 3 of 8)
- Refactoring to microservices | Getting Started with .NET on ACA (Part 4 of 8)
- Monitoring Azure Container apps Getting started with .NET on ACA (Part 7 of 8)
- Easier orchestration with .NET Aspire and Azure Container apps Getting started with .NET on ACA (Part 8 of 8)
In this chapter, we'll learn how to create a Continuous Integration/Continuous Deployment (CI/CD) pipeline. We'll create a GitHub Actions workflow that builds, pushes, and deploys the Docker images to our Azure Container App environment. The code in this chapter is based on the Chapter 4 microservice's code and can be found in the sample directory.
Chapters
Recommended resources
Next episode
Related episodes
- Introduction to Azure Container Apps for .NET developers | Getting Started with .NET on ACA (Part 1 of 8)
- Running a monolith in Azure Container Apps | Getting Started with .NET on ACA (Part 2 of 8)
- Authenticating an application on ACA without changing code | Getting Started with .NET on ACA (Part 3 of 8)
- Refactoring to microservices | Getting Started with .NET on ACA (Part 4 of 8)
- Monitoring Azure Container apps Getting started with .NET on ACA (Part 7 of 8)
- Easier orchestration with .NET Aspire and Azure Container apps Getting started with .NET on ACA (Part 8 of 8)
Have feedback? Submit an issue here.