azure-hosted-copilot-sdk

Deploy GitHub Copilot SDK applications to Azure with BYOM authentication.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill azure-hosted-copilot-sdk-p-potvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/p-potvin/vaultwares-pipelines/tree/main/.github/agents/agents/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill azure-hosted-copilot-sdk-p-potvin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures Copilot SDK-powered applications are detected, integrated, and deployed to Azure while preserving SDK integration patterns and enforcing BYOM authentication requirements so generic azure workflows are not incorrectly applied.

Core Features & Use Cases

  • Repository detection: Scans package.json and source files for @github/copilot-sdk, copilot-sdk, CopilotClient, createSession, and sendAndWait markers and mandates routing to this skill before other azure skills.
  • Scaffolding & integration: Supports greenfield scaffolding with azd templates and adding a Copilot SDK service into existing repositories alongside infra and azure.yaml adjustments.
  • BYOM & auth enforcement: Configures model provider options with bearerToken obtained via DefaultAzureCredential or ManagedIdentityCredential and documents required auth patterns and model configuration.
  • Deployment orchestration: Coordinates azure-prepare, azure-validate, and azure-deploy steps, enforces Docker usage, and applies repository-level rules before making changes.

Quick Start

Analyze the repository for @github/copilot-sdk or CopilotClient markers and produce a step-by-step Azure deployment and BYOM authentication plan that scaffolds or adapts infra as needed.

Frequently Asked Questions about azure-hosted-copilot-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a GitHub Copilot SDK app to Azure?

Deploy Copilot SDK apps to Azure using SDK-aware scaffolding that orchestrates azure-prepare, azure-validate, and azure-deploy sequencing with Docker-based builds.

What is BYOM authentication in Copilot SDK deployments?

BYOM authentication in Copilot SDK deployments configures model provider options with a bearerToken obtained via DefaultAzureCredential or ManagedIdentityCredential to enforce secure access.

How do I scaffold a new Copilot SDK service into an existing repository?

Scaffold a Copilot SDK service into existing repositories alongside infrastructure adjustments and azure.yaml modifications using azd templates that preserve SDK integration patterns like CopilotClient.

Does deploying Copilot SDK to Azure require Docker?

Yes, deploying Copilot SDK to Azure requires Docker-based builds during the azure-deploy orchestration step to ensure consistent containerized deployment.

Why do I need repository detection before deploying to Azure?

Repository detection scans package.json and source files for @github/copilot-sdk or CopilotClient markers to ensure SDK-aware deployment rules apply before generic Azure workflows run.

Can I use generic Azure workflows for my Copilot SDK project?

No, generic Azure workflows are avoided for Copilot SDK projects because this Skill enforces BYOM bearerToken authentication and SDK integration patterns that generic workflows do not preserve.