Wow! How did I miss this. Microsoft annouce on November 15th, 2017 the Azure DevOps Project. This new blade in the azure portal helps accelerate your development, deployment and monitoring of your app.

Key benefits of a DevOps Project

  • Get up and running with a new app and a full DevOps pipeline in just a few minutes
  • Support for a wide range of popular frameworks such as .NET, Java, PHP, Node, and Python
  • Start fresh or bring your own application from GitHub
  • Built-in Application Insights integration for instant analytics and actionable insights
  • Cloud-powered CI/CD using Visual Studio Team Services (VSTS)

Deployment Walkthrough

  1. Get start by creating Azure DevOps Project now.
  2. Start fresh with a new applicant by selecting your application or bring your code.

2017-11-25-PIC1

  1. In my case, I selected Static Website and click Next. On the next page, click Next.
  2. On the Select and Azure Service to deploy the application, select Web App for Containers or Web App and click Next. For this example, I selected Web App.
  3. On the Almost there! page fillout the required information. 2017-11-25-PIC2

  4. You are done! When the deployment is complete, you should have a similar blade.

2017-11-25-PIC3

Way cool!