Authored by Kristen Womack, this post summarizes the Azure Developer CLI (azd) February 2025 update, featuring new CLI capabilities, bug fixes, expanded Bicep and secret management, and an array of new AI-integrated application templates to accelerate cloud app development on Azure.

Azure Developer CLI (azd) – February 2025: New Features, Bug Fixes, and AI Templates

Authored by Kristen Womack

This post announces the February 2025 release (version 1.12.0) of the Azure Developer CLI (azd). Join the February release discussion on GitHub for more insights and feedback.

What’s New in azd 1.12.0

New Features

  • Improved Maven Project Detection: Enhanced detection using effective POM. Thanks to contributor Rujun Chen.
  • Environment Secret Management: Introduced azd env set-secret command and support for using Azure Key Vault secrets in an azd environment. Learn more.
  • Authentication Enhancements: Displays identity info post-azd auth login; introduces the azd auth login --check-status command. Thanks to John Aziz.

Bug Fixes

  • PowerShell Custom Command Format: Enhanced support for pwsh in hook scripts, now including -NoProfile and additional arguments (details, by YTiancheng Zhang).
  • Database Addition: Fixed issues with azd add for databases lacking a host (#4692).
  • Bicep Improvements:
    • Full support for Bicep @sealed() decorator on user-defined types (#4684).
    • Reliable deployment using provision with sealed() decorators.
    • Support for nullable Bicep parameters (#4722).
    • Key Vault references in parameter files for Bicep (#4744).
    • Respect for location picker options using @allowed and @metadata decorators (#4752).

Other Updates

  • Updated Bicep CLI to v0.33.93.
  • Redis Azure Verified Modules now use native secrets export.
  • Default pipeline definitions now use .NET SDK without the Aspire workload.
  • Azure DevOps extension now uses updated install scripts.
  • Support for bicep.v1 resource for .NET Aspire.

New Application Templates

This release showcases several new templates accelerating AI and cloud application development, including:

Thank you to all contributors for expanding the template catalog.

If you have an azd template to contribute, consult the contributor guide.

Community Calls & Demo Videos

If you participate in monthly community calls, note the move to the Azure Developers group community call, where azd updates and demos are given live on the Azure Community Standup.

New video resources on AI app templates using azd:

Additionally, Java developers can learn more about streamlined code-to-cloud deployment in this Azure blog post by Ken Tao.

Getting Started with Azure Developer CLI

You can get started or enhance your usage of azd through several methods:

  • Terminal users (Windows, Linux, macOS): Directly via command line.
  • Visual Studio Code or GitHub Codespaces: Install the extension from the Marketplace or via the extension view (Ctrl+Shift+X on Windows or Cmd+Shift+X on macOS).
  • Visual Studio: Enable the relevant preview feature flag as described here.
  • Official documentation: Learn more about azd.

For issues, questions, or suggestions:


For further updates and details, reference the official documentation and stay tuned to the Azure SDK Blog.

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