azure-hosted-copilot-sdk
by @microsoft/github-copilot-for-azure · 163 stars · 75.7K installs/wk · Rank #27
Scaffold, configure, and deploy GitHub Copilot SDK applications to Azure with React, TypeScript, and Docker.
Install
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-hosted-copilot-sdkSummary
- Three scaffolding paths: create new greenfield projects, add SDK services to existing repos, or deploy existing SDK apps with Azure infrastructure
- Supports three model configurations: GitHub's default models, specific GitHub models via discovery, or bring-your-own-model (BYOM) on Azure with DefaultAzureCredential authentication
- Template includes Express/TypeScript API, React/Vite frontend, Bicep infrastructure, Dockerfiles, and token management scripts
- Deploy via three sequential skills: azure-prepare, azure-validate, and azure-deploy