Three tools for your Azure workflow
azd app runs your entire app locally. azd copilot is your AI-powered Azure assistant. azd rest makes authenticated REST API calls. Three extensions that handle local dev, AI assistance, and REST calls.
The Extensions
Built to solve real problems. Battle-tested with comprehensive security scanning, cross-platform support, and extensive documentation.
One command starts all your services with auto-dependencies, real-time dashboard, and AI-powered debugging via GitHub Copilot MCP integration.
-
One-Command Start
All services, auto-dependencies
-
Real-time Dashboard
Live status & health checks
-
Copilot MCP
10 AI tools for debugging
-
Multi-Language
Node, Python, .NET, Go, Java
Try It
-
Start Everything
azd app run -
Check Prerequisites
azd app reqs -
View Service Logs
azd app logs api -
Run Tests
azd app test --coverage
- developer
- productivity
- app
- testing
Describe what you want to build, and Copilot builds and deploys it to Azure. Includes 16 specialized agents and 29 Azure skills with GitHub Copilot integration.
-
16 Agents
Specialized AI agents for Azure tasks
-
29 Azure Skills
Deep Azure service integration
-
Interactive Mode
Chat or single-prompt execution
-
MCP Server
GitHub Copilot MCP integration
Try It
-
Interactive Session
azd copilot -
Single Prompt
azd copilot 'build a REST API' -
Use Specific Agent
azd copilot --agent azure-security -
List Agents
azd copilot agents
- ai
- copilot
- agents
- mcp-server
Make REST API calls to Azure services with automatic authentication and scope detection. No manual token management — just point at a URL and go.
-
Auto Auth
Automatic scope detection & tokens
-
All HTTP Methods
GET, POST, PUT, PATCH, DELETE
-
20+ Services
Management, Graph, Key Vault, more
-
Secure by Default
HTTPS, credential chain, retries
Try It
-
List Subscriptions
azd rest get https://management.azure.com/subscriptions?api-version=2020-01-01 -
Key Vault Secret
azd rest get https://myvault.vault.azure.net/secrets/mysecret?api-version=7.4 -
Microsoft Graph
azd rest get https://graph.microsoft.com/v1.0/me
- rest
- api
- http
- developer-tools
Get Started in 30 Seconds
Install all three extensions with a single command
Install Azure Developer CLI
winget install microsoft.azd brew tap azure/azd && brew install azd curl -fsSL https://aka.ms/install-azd.sh | bash Add Extension Registry
azd extension source add -n jongio -t url -l https://jongio.github.io/azd-extensions/registry.json Install Extensions
Install all extensions at once, or pick and choose.
Install all
azd extension install jongio.azd.app jongio.azd.copilot jongio.azd.rest Or install individually
azd extension install jongio.azd.app azd extension install jongio.azd.copilot azd extension install jongio.azd.rest