Deploying dotnet api/app to On-Prem Servers via Azure Devops Pipelines
If you are a .NET developer you might have already come across Azure Devops, Its a very simple and powerful tool by Microsoft to have all of your projects artifacts together.
If you are a .NET developer you might have already come across Azure Devops, Its a very simple and powerful tool by Microsoft to have all of your projects artifacts together, whether its the Boards, GIT Repos, Pipelines or your Test Plans.
While it makes a complete sense to use Azure Devops Pipelines to build and deploy your applications to Azure Cloud, interestingly its super simple to deploy to your on-premises servers via the Azure Devops Pipelines.
In the video below, I will talk about the concepts of Azure Devops Pipelines and I will demo how we can deploy a dotnet based application behind the IIS on our local On-Prem machine.
<iframe width="100%" height="400" src="https://www.youtube.com/embed/cvYm3fgF_VI" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>