One command starts all services, manages dependencies, and provides real-time monitoring.
Interactive docs, guided tour, and live demos
Stop juggling terminals. Run azd app run and watch everything come alive.
azd app runThat's it. All your services start with dependencies resolved automatically.
|
Monitor all your services in one place with live status updates and health checks. See what's running, what's failing, and where to click. Stream and filter logs from all servicesβboth local and Azure. Search, highlight, and export with ease. Switch between local and cloud logs with a single click. |
Automatically installs packages, creates virtual environments, and resolves requirements across Node.js, Python, .NET, and more. Run tests across all services with Connect GitHub Copilot via MCP to analyze logs, diagnose issues, and suggest fixes. Your AI pair programmer that understands your running app. Automatic health checks with visual indicators. Know when services need attention before your users do. Works with your existing |
Windows
winget install microsoft.azdmacOS
brew tap azure/azd && brew install azdLinux
curl -fsSL https://aka.ms/install-azd.sh | bash# Enable extensions
azd config set alpha.extensions.enabled on
# Add azd-app extension source
azd extension source add -n app -t url -l https://raw.githubusercontent.com/jongio/azd-app/main/registry.json
# Install the extension
azd extension install jongio.azd.appcd your-azd-project
azd app runazd app includes a Model Context Protocol (MCP) server that connects your running application to AI assistants like GitHub Copilot.
10 AI Tools Available:
- Observability:
get_services,get_service_logs,get_project_info - Operations:
run_services,stop_services,restart_service,install_dependencies - Configuration:
check_requirements,get_environment_variables,set_environment_variable
Ask Copilot things like:
- "Why is my API returning 500 errors?"
- "Restart the web service and show me the logs"
- "What environment variables are set for the API?"
Learn about MCP Integration β
| Language | Package Managers | Frameworks |
|---|---|---|
| Node.js | npm, pnpm, yarn | Express, Next.js, React, Vue, Angular, Svelte, Astro, NestJS |
| Python | pip, uv, poetry | FastAPI, Flask, Django, Streamlit, Gradio |
| .NET | dotnet | ASP.NET Core, Aspire |
| Java | Maven, Gradle | Spring Boot, Quarkus |
| Go | go | - |
| Rust | cargo | - |
| PHP | composer | Laravel |
| Docker | docker | Docker Compose |
| 10+ MCP Tools | <5 min Setup | 100% Open Source | Works with Copilot |
|---|---|---|---|
| Full AI integration | Quick start | MIT License | GitHub Copilot ready |
| π Quick Start | Get running in under 5 minutes |
| π― Guided Tour | Step-by-step walkthrough |
| π CLI Reference | All commands documented |
| π€ MCP Guide | AI integration setup |
Contributions are welcome! See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE for details.

