In this post, Kristen Womack presents the May 2025 release of Azure Developer CLI (azd), covering new features, updated templates, and improved documentation for enhanced Azure application development.

Azure Developer CLI (azd) – May 2025 Release Overview

Author: Kristen Womack
Source: Azure SDK Blog

The May 2025 release (v1.15.0) of the Azure Developer CLI (azd) introduces significant updates, new documentation, and a broad selection of templates for building and deploying applications on Azure.

Key Highlights

New Features

  • CI/CD Compose Support (Alpha Composability Mode):
    Users can now generate GitHub Actions workflows for composed applications, ensuring service dependencies are correctly understood and deployed in order. This is enabled through the azd pipeline config command within the alpha composability mode.

  • Azure App Service Support for Node.js and Python:
    The azd add command now allows adding Node.js and Python apps to projects, offering additional flexibility alongside containerized app hosting.

Other Updates

  • Multi-module Project Build Support:
    Enhanced build system (via community contribution) now supports multi-module projects.
  • Dependency Updates:
    Key libraries have been updated to resolve component governance alerts.

New Documentation

Several new Microsoft Learn resources have been published to help users maximize azd’s capabilities:

New Templates

A wide variety of templates are now available, covering modern frameworks, AI functionality, and different language stacks:

Many templates are AI-integrated or leverage capabilities such as Semantic Kernel, Azure OpenAI, and copilot-like assistants. Contributors from across the community, including Julia Kasper, Paul Yuknewicz, David Minkovski, Brittneé Keller, and others, are recognized for their efforts.

Getting Started with azd

  • azd is cross-platform and can run from the terminal on Windows, Linux, or macOS.
  • Integration available for Visual Studio Code and GitHub Codespaces via extensions.
  • Visual Studio users can enable azd through a feature flag.
  • Official docs, troubleshooting guides, and community discussions are available:

Contributing

Interested contributors can submit and share new templates using the contributor guide.


For full release notes or to join the discussion, see the May release discussion on GitHub.

This post appeared first on “Microsoft DevBlog”. Read the entire article here