azure-hosted-copilot-sdk

Build and deploy GitHub Copilot SDK applications on Azure.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/forgefabrik/agent-bigbrother --skill azure-hosted-copilot-sdk-forgefabrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/forgefabrik/agent-bigbrother/tree/main/.agents/skills/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/forgefabrik/agent-bigbrother --skill azure-hosted-copilot-sdk-forgefabrik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork from building, modifying, and deploying GitHub Copilot SDK applications for Azure, so existing codebases can be prepared with the right routing, authentication, and infrastructure patterns.

Core Features & Use Cases

  • Copilot SDK Detection and Routing: Identifies when a repository contains Copilot SDK markers and routes work through the correct skill flow.
  • Azure App Preparation: Scaffolds or adapts Azure infrastructure, deployment manifests, and app configuration for Copilot-powered services.
  • Model and Auth Configuration: Supports GitHub default models, specific GitHub models, and Azure BYOM setups with the required credential patterns.
  • Use Case: A team wants to add a chat endpoint to an existing Node app, connect it to Copilot SDK, and deploy it to Azure with secure token handling and environment-specific model settings.

Quick Start

Ask this skill to prepare your existing Copilot SDK application for Azure by analyzing the repository, selecting the correct deployment path, and applying the required Copilot and Azure configuration.

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 application to Azure?

To deploy a GitHub Copilot SDK application to Azure, the skill analyzes your repository, identifies Copilot SDK markers, and applies the correct routing, Azure infrastructure manifests, and environment-specific configuration.

Can I add Copilot SDK to an existing Node app and deploy it to Azure?

Yes, you can integrate Copilot SDK into an existing Node app and deploy it to Azure by adapting your current codebase with the required chat endpoints, secure bearerToken authentication, and Azure deployment manifests.

How does Azure BYOM authentication work with the Copilot SDK?

Azure BYOM authentication with the Copilot SDK uses environment-aware Azure credentials and bearerToken-based model authentication to securely connect your deployed application to custom Azure-hosted models.

Do I need Docker and an AGENTS.md file to scaffold a Copilot app on Azure?

Yes, deploying Copilot SDK applications on Azure requires Docker availability for containerized builds and an AGENTS.md review to ensure the correct skill flow and project routing are applied.

What is the best way to configure environment-specific GitHub models for Azure deployments?

The best way to configure environment-specific GitHub models for Azure deployments is to apply environment-aware Azure credentials that support both GitHub default models and specific custom model setups.

Why does my Copilot SDK deployment fail during Azure app preparation?

Copilot SDK deployments fail during Azure app preparation if the repository lacks valid Copilot SDK markers for routing, has missing GitHub token handling, or lacks proper Docker availability for builds.