From code to cloud in minutes. A developer-centric CLI to build, deploy, and operate Azure applications.
- β‘ Get productive fast β Streamlined workflows to go from code to cloud in minutes
- ποΈ Azure recommended practices built-in β Opinionated templates that follow Azure development standards
- π§ Learn as you build β Understand core Azure constructs through hands-on experience
π Get Started Β· π¬ Join the Discussion Β· π¦ Browse Templates
| Artifact | Version | Download |
|---|---|---|
| CLI | Windows Β· Linux Β· macOS | |
| VS Code Extension | Marketplace |
Contributing to this repo? See AGENTS.md for coding standards and guidelines.
Using azd with an AI coding assistant? Check out the docs and templates.
Install or upgrade to the latest version. For advanced scenarios, see the installer docs.
# Using winget (recommended)
winget install microsoft.azd
# Or Chocolatey
choco install azd
# Or install script
powershell -ex AllSigned -c "Invoke-RestMethod 'https://aka.ms/install-azd.ps1' | Invoke-Expression"brew tap azure/azd && brew install azdNote: If upgrading from a non-Homebrew installation, remove the existing
azdbinary first.
curl -fsSL https://aka.ms/install-azd.sh | bashEnable tab completion for bash, zsh, fish, or powershell:
azd completion <shell> --helpWindows
- v0.5.0+: Use "Add or remove programs" or your package manager (
winget uninstall,choco uninstall) - v0.4.0 and earlier:
powershell -ex AllSigned -c "Invoke-RestMethod 'https://aka.ms/uninstall-azd.ps1' | Invoke-Expression"
Linux / macOS
curl -fsSL https://aka.ms/uninstall-azd.sh | bashOr use your package manager's uninstall command.
This software may collect usage data and send it to Microsoft to help improve our products. You can opt out by setting:
export AZURE_DEV_COLLECT_TELEMETRY=noSee the Microsoft Privacy Statement for details.
We welcome contributions! Please see our contributing guide for details.
Most contributions require a Contributor License Agreement (CLA). A bot will guide you through this when you open a PR.
This project follows the Microsoft Open Source Code of Conduct. Questions? Contact [email protected].
Microsoft employees and partners contributing official templates should follow the template standardization guidelines.
This project may contain Microsoft trademarks or logos. Use of these must follow Microsoft's Trademark & Brand Guidelines. Third-party trademarks are subject to their respective policies.
Licensed under the MIT license.