Using Microsoft Azure to Build and Deploy an ASP.NET Core Application as a Docker Container – Part 1

Introduction 

This article is the first in the series where we are going to build a simple ASP.NET Core web application, containerize it with Docker and run it on the local host. And we will push everything to GitHub for later use.

In later posts, we will set up a Microsoft Azure DevOps Build pipeline to automate the process of building and pushing the Docker image to Docker Hub. Next, we will use Azure DevOps Release pipeline to deploy our application on Azure Web App Service as a container.