.Net6 + Azure + Azure DevOps
Deploy .net 6 App to Azure from Azure DevOps using Pipelines
4 min readDec 15, 2021
--
Working with both Azure and Azure DevOps is always fun, and the possibilities of automation are endless. I have written many articles on these topics and you can read them here. As you all know that the .net6 is been a talk in the market and I can’t wait to try out things there. Here in this post, we will see how to use the Azure DevOps pipeline to build, restore and deploy the .net6 application to Azure Web App Service. Let’s get started.