azure-hosted-copilot-sdk

Deploy and modify GitHub Copilot SDK apps on Azure.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-hosted-copilot-sdk-anishi1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.agents/skills/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-hosted-copilot-sdk-anishi1222

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the necessary tools to build, deploy, and modify apps powered by the GitHub Copilot SDK on Azure. It addresses the specific requirements of copilot SDK-aware development, including codebase detection, SDK-aware scaffolding, and deployment strategies tailored for Azure environments.

Core Features & Use Cases

  • Codebase Detection: Automatically identifies the presence of the Copilot SDK in a project's codebase to ensure the correct deployment strategy is applied.
  • SDK-aware Scaffolding: Generates a new project or adds a Copilot SDK service to an existing project with necessary infrastructure and configurations.
  • Deployment and Modification: Orchestrates the process of deploying existing Copilot SDK apps to Azure or modifying them for additional features.
  • Model Configuration: Offers guidance on configuring models for BYOM (Bring Your Own Model) integration.
  • Authentication Best Practices: Provides best practices for secure authentication when using Azure services.

Quick Start

Initialize a new project with Copilot SDK on Azure using: azd init --template azure-samples/copilot-sdk-service

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?

You can deploy a GitHub Copilot SDK app to Azure by initializing a project with the `azd init` command using the Azure template. This Skill provides SDK-aware scaffolding and automates the necessary infrastructure configurations for hosting on Azure environments.

What is SDK-aware scaffolding for GitHub Copilot apps?

SDK-aware scaffolding generates a new project or adds a Copilot SDK service to an existing codebase while including the required infrastructure and configurations. It ensures the correct deployment strategy is applied by detecting the Copilot SDK in the project.

Does this deployment approach support Bring Your Own Model integration on Azure?

Yes, Bring Your Own Model (BYOM) integration is supported. The Skill offers specific guidance on configuring models within your Azure environment to seamlessly integrate your own custom models with the Copilot SDK application.

How does codebase detection work for Copilot SDK projects?

Codebase detection automatically identifies the presence of the Copilot SDK within your project files. This ensures that the correct SDK-aware deployment strategy and scaffolding are applied when modifying or deploying the application to Azure.

What are the authentication best practices for hosting Copilot SDK apps on Azure?

The Skill provides specific best practices for secure authentication when using Azure services to host your Copilot SDK application. These guidelines ensure your deployment and model configurations remain protected throughout the application lifecycle.