We will see how to perform Continuous Integration and Continuous Delivery (Known as CI/CD) in Azure Web Apps using Azure DevOps (Previously known as VSTS) and Visual Studio. I will create a simple Web App using visual studio and I will publish this Web App to Azure. I will enable Continuous Delivery in visual studio and then host the application in Azure DevOps using Git repository. I will make some code change in web application and commit the code to Git repository and will push the code to Azure DevOps. Continuous Integration will happen, and new build will be deployed to Azure automatically.
source https://www.c-sharpcorner.com/article/ci-cd-in-azure-web-apps-using-azure-devops-and-visual-studio/
No comments:
Post a Comment