azure-hosted-copilot-sdk

Detect Copilot SDK markers and orchestrate Azure deployment sub-skills.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-hosted-copilot-sdk-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-skills/skills/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/microsoft/skills --skill azure-hosted-copilot-sdk-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The azure-hosted Copilot SDK skill automates routing, scaffolding, and deployment of Copilot SDK-enabled apps on Azure, ensuring correct project detection and proper orchestration of sub-skills like azure-prepare and azure-deploy.

Core Features & Use Cases

  • Detects Copilot SDK markers in a codebase and selects this skill as the entry point for deployment/modification tasks.
  • Orchestrates Azure deployment templates (azure.yaml, Bicep resources) and BYOM model configuration to streamline end-to-end SDK work.
  • Supports BYOM authentication patterns, model configuration, and safe deployment workflows across new and existing repositories.
  • Use cases include deploying a fresh Copilot SDK service, adding Copilot SDK features to an existing app, or modifying a Copilot SDK service while preserving SDK integration patterns.

Quick Start

Follow the Step 1–4 routing to deploy or modify a Copilot SDK app on Azure using the Copilot SDK service template and BYOM 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 Copilot SDK app to Azure?

To deploy a Copilot SDK app to Azure, this skill detects SDK markers in your package.json and source files, then orchestrates azure-prepare and azure-deploy sub-skills. It scaffolds azure.yaml and Bicep templates while configuring BYOM authentication for a complete deployment workflow.

What is BYOM configuration and how does it work with Azure deployments?

BYOM configuration sets up Bring Your Own Model authentication patterns for Copilot SDK apps. This skill ensures proper model configuration and authentication when routing Azure deployments, allowing you to safely integrate custom AI models within your Azure-hosted Copilot service.

Can I add Copilot SDK features to an existing repository?

Yes, you can add Copilot SDK features to an existing repository. The skill detects Copilot SDK markers in existing source files and applies the service template safely, preserving current SDK integration patterns while orchestrating the required Azure deployment modifications.

How does codebase detection work for Copilot SDK projects?

Codebase detection works by scanning package.json and source files for specific Copilot SDK markers. When markers are found, this skill acts as the entry point to route and orchestrate the necessary Azure deployment templates and BYOM model configurations.

What is the best way to modify a deployed Copilot SDK service?

The best way to modify a deployed Copilot SDK service is through this skill's routing system, which detects existing SDK markers and orchestrates updates via azure-prepare and azure-deploy sub-skills. It ensures modifications preserve current SDK integration patterns and maintain proper BYOM authentication.