A

azure-hosted-copilot-sdk

제작자:microsoft·#12위 트렌드

Build, deploy, and modify GitHub Copilot SDK apps on Azure. MANDATORY when codebase contains @github/copilot-sdk or CopilotClient in package.json. PREFER OVER…

1,100
처음 본Feb 24, 2026

설치

AI 에이전트에 다음 명령을 보냅니다.

npx skills add https://github.com/microsoft/azure-skills --skill azure-hosted-copilot-sdk

선적 서류 비치

Build and deploy GitHub Copilot SDK applications to Azure with flexible model configuration.

  • 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
  • Includes complete templates with Express/TypeScript API, React/Vite frontend, Bicep infrastructure, Docker support, and token management scripts
  • Deploy workflow uses azure-prepare, azure-validate, and azure-deploy steps; requires Docker and respects existing AGENTS.md configuration in user repos