Visual Studio Team Services provides a way to configure continuous integration and continuous delivery. We will first go to our VSTS account. Here, we need the following things to be accomplished:
- Configure Microsoft Azure Subscription so we can connect to Azure Web Apps from VSTS
- Create a release definition that achieves the task of application deployment in Azure Web Apps
In the Recent projects & teams, click on PetClinic:
It will open a Home page for the project created in VSTS:
In the top menu bar, click on Build & Release, which will open a menu. Click on the Releases menu item from it:
Click on the Releases link on the page.
As this is the new account, there is no Release definition created that has been created yet, so this section is empty. We can create a New Release definition so we can automate application deployment into Azure...