Microsoft Azure DevOps Projects
The Azure DevOps Project automates the setup of an entire Continuous Integration (CI) and Continuous Delivery (CD) pipeline to Azure. You can start with your existing code or use one of the provided sample applications, and then quickly deploy that application to various Azure services such as Virtual Machines, App Service, Azure Container Service, Azure SQL Database, and Azure Service Fabric.
The Azure DevOps project does all the work for the initial configuration of a DevOps pipeline including everything from setting up the initial Git repository, configuring the CI/CD pipeline, creating an Application Insights resource for monitoring, and providing a single view of the entire solution with the creation of an Azure DevOps Project dashboard on the Azure portal.
Learn how to use the Azure DevOps Project to create VSTS Release pipelines :
- Bring your own code with GitHub
- Deploy your ASP.NET App to Azure Virtual Machines
- Deploy your ASP.NET App and Azure SQL Database
- Deploy your App to Azure Container Service and Kubernetes
- Deploy your App to Azure Service Fabric
Microsoft Azure CI/CD Pipeline integrated with VSTS