Azure Developer CLI (azd) May 2025 Release: New Features, Templates, and Docs
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 theazd pipeline config
command within the alpha composability mode. -
Azure App Service Support for Node.js and Python:
Theazd 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:
- Quickstart: Explore and customize a template: Step-by-step guidance on customizing azd templates.
- azd up workflow overview: Understand the end-to-end process of local setup and cloud deployment using
azd up
. - Azure Developer CLI vs. Azure CLI: Comparison of azd and traditional Azure CLI, highlighting scenarios for each tool.
New Templates
A wide variety of templates are now available, covering modern frameworks, AI functionality, and different language stacks:
- AI, Data, and Conversational Apps:
- Remote MCP Servers via Azure API Management (Python, Node.js/TypeScript).
- Multi Agents Banking Assistant with .NET and Semantic Kernel.
- YouTube Summarizer with OpenAI and Blazor .NET.
- Vite + Lit AI Chat UI Starter.
- Azure SQL with Azure OpenAI Blazor Chat App.
- Build Your Own Copilot Solution Accelerator.
- Backend & API Apps:
- Data & Storage Solutions:
- Container & Serverless Orchestration:
- Web Apps and Static Sites:
- Agent Frameworks:
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