News

Azure DevOps Projects Emerges from Public Preview

Promising a three-step, five-minute process to running code on any Azure cloud service with built-in CI/CD, Azure DevOps Projects has graduated from its public preview into general availability.

Azure DevOps Projects is now available in the Azure Portal, providing simplified experience in which developers can bring their existing code and Git repository to leverage Azure DevOps functionality or choose from a stable of existing applications to create a Continuous Integration (CI) and Continuous Delivery (CD) pipeline to the cloud.

Microsoft announced the service -- which leverages Visual Studio Team Services (VSTS) for build and release services -- last November and has continued to add functionality in part based on developer feedback, for example adding support for new programming languages.

The aforementioned sample applications cover .NET, Java, Static Website, Node.js, PHP and Python.

After the first step of selecting a language, developers choose a runtime. For example, choosing a Java app brings up the choices of Spring and JFS, while selecting a Node.js app provides options including Express.js, Sails.js or SimpleNode.js.

Starting an Azure DevOps Project
[Click on image for larger view.] The Steps for Starting an Azure DevOps Project (source: Microsoft).

After that, for the third step, a developer selects an Azure service -- such as Web App for Containers in the case of a Node.js app, for one example -- and then creates the DevOps project.

As detailed in a July 12 blog post, that final creation step triggers the setup of surrounding services such as:

  • All necessary Azure resources
  • Git repository with application code
  • Automated CI/CD pipeline
  • Application Insights integration for monitoring applications
  • A DevOps Project dashboard that lets you monitor code commits, builds and, deployments, from a single view in the Azure portal
  • A VSTS account and Project

Microsoft has published five-minute Quickstarts for .NET, Node.js, Java, Python, PHP, Ruby and Go, along with step-by-step tutorials for bringing in existing code with GitHub, deploying an ASP.NET App to Azure Virtual Machines, deploying an app to Azure Container Service and Kubernetes and more.

Further functionality under development can be tracked in the project's roadmap.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube