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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube