Continuous Delivery is the practice of deploying a package into a non-production environment in an automated manner.
Once our Continuous Integration process is completed successfully, we can deploy a package using the Continuous Delivery practice in an automated way.
- Click on the Releases in VSTS.
- Click on New definition:
- Select the Azure App Service Deployment template and click on Next:
- Select the Project and Build definition that we created in the previous section.
- Select the Continuous Deployment checkbox.