Skip to content
Daniel Jurek edited this page Jul 12, 2022 · 4 revisions

Welcome to the Azure Developer CLI wiki!

The Azure Developer CLI (azd) is a developer-centric command-line interface (CLI) tool for building Azure applications.

To get started, pick your template, and follow the instructions in the template README to get code and deploy the sample app, for example:

azd up --template todo-nodejs-mongo

Learn more

The CLI is a set of commands that allow you to use the same workflow for all Azure Developer CLI templates, DevOps workflows, and IDE. The quickest way to learn more is to explore the list of links below. This will increase your knowledge of the CLI, help you discover new templates, get you started with VS Code, and guide you through creating your own project you can use with Azure Developer CLI. You can also check out the links on the right navigation for additional resources.

Latest builds

We are constantly updating the Dev CLI. Run azd version in the terminal and then check this page to ensure you have the latest build.

Package Version Download
azd azd version Windows | Linux | Mac
vscode extension vscode extension version VSIX
docker image azd version mcr.microsoft.com/azure-dev-cli-apps:latest

Reporting Issues and Feedback

If you encounter any bugs, please file an issue in the Issues section of this repo.

Go to the Discussions section in this repo to keep posted with updates, ask a question or share ideas.

You may also contact us via AzDevTeam@microsoft.com.

Clone this wiki locally