MCPcopy Index your code
hub / github.com/Azure/azure-dev

github.com/Azure/azure-dev @azd-ext-microsoft-azd-extensions_0.12.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release azd-ext-microsoft-azd-extensions_0.12.0 ↗ · + Follow
25,859 symbols 111,802 edges 2,376 files 10,006 documented · 39%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Azure Developer CLI (azd)

From code to cloud in minutes. A developer-centric CLI to build, deploy, and operate Azure applications.

azd version VS Code Extension GitHub Discussions


Built for you

  • 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


Downloads

Artifact Version Download
CLI azd version Windows · Linux · macOS
VS Code Extension vscode extension version Marketplace

🤖 AI Agents

Contributing to this repo? See AGENTS.md for coding standards and docs/ for contributor documentation.

Using azd with an AI coding assistant? Check out the docs and templates.


Installation

Install or upgrade to the latest version. For advanced scenarios, see the installer docs.

Windows

# 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"

macOS

brew install --cask azure/azd/azd

Note: If upgrading from a non-Homebrew installation, remove the existing azd binary first.

Linux

curl -fsSL https://aka.ms/install-azd.sh | bash

Shell Completion

Enable tab completion for bash, zsh, fish, or powershell:

azd completion <shell> --help

Uninstall

Windows

  • v0.5.0+: Use "Add or remove programs" or your package manager (winget uninstall, choco uninstall)
  • v0.4.0 and earlier: powershell powershell -ex AllSigned -c "Invoke-RestMethod 'https://aka.ms/uninstall-azd.ps1' | Invoke-Expression"

Linux / macOS

curl -fsSL https://aka.ms/uninstall-azd.sh | bash

Or use your package manager's uninstall command.


Data Collection

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=no

See the Microsoft Privacy Statement for details.


Contributing

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 opencode@microsoft.com.

Template Authors

Microsoft employees and partners contributing official templates should follow the template standardization guidelines.


Trademarks

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.

License

Licensed under the MIT license.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 14,082
Method 7,998
Struct 2,968
Interface 257
TypeAlias 233
Class 195
FuncType 100
Route 17
Enum 9

Languages

Go96%
TypeScript2%
Python1%
C#1%
Java1%
C++1%

Modules by API surface

cli/azd/pkg/azdext/provisioning.pb.go340 symbols
cli/azd/pkg/azdext/prompt.pb.go317 symbols
cli/azd/pkg/azdext/service_target.pb.go250 symbols
cli/azd/pkg/azdext/framework_service.pb.go204 symbols
cli/azd/pkg/azdext/models.pb.go196 symbols
cli/azd/pkg/azdext/ai_model.pb.go185 symbols
cli/azd/pkg/pipeline/pipeline_coverage3_test.go167 symbols
cli/azd/pkg/azdext/project.pb.go167 symbols
cli/azd/pkg/azdext/environment.pb.go154 symbols
cli/azd/pkg/azdext/copilot.pb.go153 symbols
cli/azd/extensions/azure.ai.agents/internal/pkg/agents/agent_api/models.go108 symbols
cli/azd/cmd/flagcmds_coverage3_test.go108 symbols

Datastores touched

(mysql)Database · 1 repos
(mongodb)Database · 1 repos
mydbDatabase · 1 repos

For agents

$ claude mcp add azure-dev \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page