Posts

Showing posts from September, 2017

Automate Deployments in Azure for Github Repository or TFS (Team Foundation Server)

Image
Automating the deployment saves lot of time in the development process of an application. If you are using Github or TFS repository then you can automate the deployment to Azure. This deployment will be triggered when there is a new check in. Before going into auto deployment please go through my previous article  How to Deploy Asp.net Web Application to Azure using Visual Studio ?. Prerequisites: 1.  Visual Studio Team Service Account.  2. Github or TFS Repository. Steps to Automate Deployment to Azure App Service:   Step #1:   Go to the   portal.azure.com   and login with your credentials. Step #2:   Go to App Services then select "Continuous Delivery" .  Right side you will see "Configure"  button.  Step #3:   Click on Source code and  select GitHub from Code repository. And also make sure that your repository and branches are correct.  If you want to use TFS then...