azure-hosted-copilot-sdk

Automate build, deployment, and management of GitHub Copilot SDK apps on Azure.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-hosted-copilot-sdk-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-hosted-copilot-sdk-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @github/copilot-sdk, azd, azure-cli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of building, deploying, and modifying GitHub Copilot SDK apps on Azure, ensuring seamless integration and optimal performance.

Core Features & Use Cases

  • Automated Deployment: Scaffold and deploy Copilot SDK apps with predefined templates and infrastructure as code.
  • Codebase Detection: Automatically identifies the presence of the Copilot SDK in the project, triggering the correct deployment flow.
  • Model Configuration: Offers flexibility in model selection, including GitHub default, specific GitHub models, and Azure BYOM configurations.
  • Deployment Workflow: Orchestrates sub-skills like azure-prepare and azure-deploy for a complete deployment process.
  • Use Case: For a developer looking to deploy a Copilot-powered app on Azure, this Skill handles the setup, infrastructure, and model configuration, simplifying the deployment process.

Quick Start

Run the command 'azd init --template azure-samples/copilot-sdk-service' to set up a new Copilot SDK app on Azure.

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?

Deploying a GitHub Copilot SDK app to Azure involves automating infrastructure setup, model configuration, and deployment workflows. This Skill uses predefined Bicep templates and Dockerfiles to scaffold and deploy Copilot-powered applications, streamlining the entire process.

Can I use Bring Your Own Model (BYOM) configurations when deploying Copilot SDK apps on Azure?

Yes, you can use Azure Bring Your Own Model (BYOM) configurations when deploying Copilot SDK apps on Azure. The deployment workflow offers flexibility in model selection, supporting GitHub default models, specific GitHub models, and custom Azure BYOM setups.

What is needed to integrate infrastructure as code with GitHub Copilot apps on Azure?

Integrating infrastructure as code with GitHub Copilot apps on Azure requires the @github/copilot-sdk or CopilotClient. This Skill handles the infrastructure setup using Bicep templates and Dockerfiles, orchestrating the sub-skills needed for a complete deployment process.

Does the Azure deployment workflow support automatic codebase detection for Copilot SDK?

Yes, the Azure deployment workflow supports automatic codebase detection for the Copilot SDK. It automatically identifies the presence of the Copilot SDK in your project, which triggers the correct deployment flow and configures the necessary infrastructure.

What's the best way to manage and modify GitHub Copilot SDK deployments on Azure?

The best way to manage GitHub Copilot SDK deployments on Azure is using automated infrastructure as code. This Skill streamlines building, deploying, and modifying Copilot-powered applications by orchestrating dedicated sub-skills like azure-prepare and azure-deploy for complete lifecycle management.