Getting Started
Get up and running with azd-copilot in under 5 minutes.
Install the Azure Developer CLI, add the extension, and launch your AI-powered Azure experience.
~5 minutes
1
Install GitHub Copilot CLI
The AI engine that powers azd-copilot
Install via npm
npm install -g @github/copilot You can also install via
brew install copilot-cli (macOS/Linux) or winget install GitHub.Copilot (Windows). See the GitHub Copilot CLI installation guide for all options. 2
Install Azure Developer CLI
The foundation for azd-copilot
Choose your platform
winget install microsoft.azd brew install azd curl -fsSL https://aka.ms/install-azd.sh | bash After installing azd, restart your terminal for changes to take effect. See the full installation guide for more options.
3
Install azd-copilot
Install the azd-copilot package
Add the extension source
azd extension source add -n jongio -t url -l https://jongio.github.io/azd-extensions/registry.json Install the extension
azd extension install jongio.azd.copilot Verify installation
azd copilot version Expected output:
azd-copilot version 0.0.x 4
Launch
Enter your immersive Azure coding AI experience
azd copilot
Or build directly from a description
azd copilot build "A todo API with PostgreSQL on Azure Container Apps" Explore available agents and skills
azd copilot agents azd copilot skills