Implement a GitHub Actions pipeline to deploy to AKS from a GitHub repo.
In this module you will:
- Deploy an existing ASP.NET Core microservices application to AKS.
- Review some key DevOps concepts.
- Create a GitHub Action to deploy changes to the AKS cluster.
- Implement a minor change to the SPA and verify it gets deployed to your AKS cluster.
- Familiarity with DevOps concepts
- Access to an Azure subscription with Owner privilege
- Introduction
- Exercise - Set up the environment
- Review key DevOps concepts
- Exercise - Implement a GitHub action to deploy to AKS
- Knowledge check
- Summary
| START > |