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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events