Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Azure Developer CLI Documentation

Internal documentation for contributors and AI coding agents working on the Azure Developer CLI (azd).

For end-user documentation, see aka.ms/azd. For template examples, see awesome-azd.


Concepts

Core mental models, terminology, and feature lifecycle.

  • Glossary — Key terms and concepts used throughout the codebase
  • Feature Stages — How features graduate from alpha → beta → stable
  • Alpha Features — How experimental features are gated and discovered

Guides

Task-oriented how-tos for common contributor workflows.

Reference

Schemas, flags, environment variables, and configuration details.

Architecture

System overviews, design context, and decision records.


Where do new docs go?

You want to document… Put it in…
A new term or concept docs/concepts/glossary.md
A how-to for contributors docs/guides/
A configuration reference docs/reference/
A system design or ADR docs/architecture/
Detailed implementation design cli/azd/docs/design/
Extension development details cli/azd/docs/extensions/
Style and coding standards cli/azd/docs/style-guidelines/

Related documentation