Deploying .NET Applications to AKS using GitHub Actions

In order to test locally, you will also need Docker Desktop installed on your machine. This should be done before you create your Visual Studio project below. To start, we need some application code. Using Visual Studio, create a new project, for this walkthrough, I will be using an ASP.NET Core Web Application, I will … Continue reading Deploying .NET Applications to AKS using GitHub Actions