Build and Deploy an ASP .Net Core Web Application as Docker Container using Microsoft Azure – Part 3

Build and Deploy an ASP .Net Core Web Application as Docker Container using Microsoft Azure – Part 3
This is the final part in the series of articles about building an ASP .Net Core Web Application and deploying it as a Docker container using Microsoft Azure. Here, we are going to setup a Microsoft Azure DevOps release pipeline to automate the deployment of our application as a container on Azure Web App Service.
Read more →

Build and Deploy an ASP .Net Core Web Application as Docker Container using Microsoft Azure – Part 2

Build and Deploy an ASP .Net Core Web Application as Docker Container using Microsoft Azure – Part 2
In this article we are going to setup a Microsoft Azure DevOps build pipeline to automate the tasks we did manually in first article of the series. Each time we push a change to the master branch, the build will be triggered to build our application, then build a Docker image and push it to Docker Hub.
Read more →