Azure Developer CLI (azd) – May 2024 Release

Grace Kulin

We’re pleased to announce that the May 2024 release (version 1.9.0) of the Azure Developer CLI (azd) is now available. As always, you can learn about how to get started with the Azure Developer CLI by visiting our documentation.

Here’s what’s new in azd this month:

Our team is working on some exciting updates in relation to AI, so this month’s release is a little smaller than usual. Stay tuned though because we’ll have announcements in relation to Microsoft Build. The conference kicks off on May 21 and registration is still open. You can register for free to attend virtually. We look forward to seeing you there!

New demo mode

We love seeing azd‘s presence grow and it being included in demos! When showing azd outputs publicly, it was a common practice to blur your subscription ID. Because that can be tedious, we’re introducing a new demo mode in which your subscription ID won’t be displayed in the console. No more spending your precious time blurring IDs before uploading a video of you building cool stuff with azd!

This mode introduces the environment variable: AZD_DEMO_MODE. To enable demo mode, run:

export AZD_DEMO_MODE true

If you want demo mode to persist across reboots, you can also run:

setx AZD_DEMO_MODE true

or in PowerShell:

$env:AZD_DEMO_MODE="true"

.NET Aspire enhancements

As a part of azd‘s continued partnership with .NET Aspire, we made a couple noteworthy changes:

To learn more about these and other enhancements, check out .NET Aspire’s latest product updates.

Other changes and enhancements

We also added smaller enhancements and fixed issues requested by users that should improve your experience working with the azd. Some notable changes include:

Other features for azd core:

Bug fixes for azd core:

New Templates

We officially have over 100 templates in our Awesome-azd template gallery! New templates this month include:

Do you have an azd template you’d like to share with the rest of the community? You can learn how to with our contributor guide.

Community contributions

We’d also like to extend a special thanks to the community contributors of this release:

You can use the Azure Developer CLI from:

0 comments

Leave a comment

Feedback usabilla icon