azure-hosted-copilot-sdk

Deploy GitHub Copilot SDK applications on Azure using Azure Developer CLI.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill azure-hosted-copilot-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/mahmoud20138/Claude-Skills-Collection/tree/main/02-Azure-Skills/skills/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/mahmoud20138/Claude-Skills-Collection --skill azure-hosted-copilot-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of building, deploying, and configuring applications that leverage the GitHub Copilot SDK on Microsoft Azure, including options for using your own models.

Core Features & Use Cases

  • Scaffolding: Quickly set up new Copilot SDK projects or add SDK services to existing repositories using the azd CLI.
  • Deployment: Automate the deployment of Copilot SDK applications to Azure, managing infrastructure and configurations.
  • Model Configuration: Supports using GitHub's default models, specific GitHub models, or bringing your own Azure OpenAI or Azure AI Foundry models (BYOM).
  • Use Case: A developer wants to build a new chat application powered by the GitHub Copilot SDK and deploy it to Azure Container Apps, potentially using a custom Azure OpenAI model for enhanced control.

Quick Start

Use the azure-hosted-copilot-sdk skill to scaffold a new Copilot SDK service using the command 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 application to Azure?

To deploy a GitHub Copilot SDK application to Azure, use this Skill to automate infrastructure provisioning via the Azure Developer CLI. It manages configurations and deploys the application to Azure Container Apps using the `azd init` command.

Can I use my own Azure OpenAI models with the GitHub Copilot SDK?

Yes, you can use your own Azure OpenAI models with the GitHub Copilot SDK. The Skill supports Bring Your Own Model (BYOM) configurations, allowing you to integrate Azure OpenAI and Azure AI Foundry models for enhanced control.

How do I scaffold a new Copilot SDK service using Azure Developer CLI?

You scaffold a new Copilot SDK service using the Azure Developer CLI by running the `azd init --template azure-samples/copilot-sdk-service` command. This quickly sets up a new project or adds SDK services to existing repositories.

Does the Copilot SDK deployment template support existing codebases?

Yes, the Copilot SDK deployment template supports existing codebases. It enables the development and deployment of GitHub Copilot SDK applications on Azure for both greenfield projects and integration into existing repositories.

What is the best way to configure infrastructure for Copilot SDK apps on Azure?

The best way to configure infrastructure for Copilot SDK apps on Azure is by using the Azure Developer CLI (`azd`). This Skill automates infrastructure provisioning and manages model configurations for your deployment.