azure-hosted-copilot-sdk

Automates building, deploying and hosting Copilot SDK services on Azure via zad templates and Bicep.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables developers to build, scaffold, and deploy GitHub Copilot SDK-powered apps on Azure, providing a streamlined path from template to production hosting.

Core Features & Use Cases

  • Scaffold API + UI for Copilot SDK as Azure Container Apps and infra templates
  • Configure Azure BYOM deployments with per-request bearer tokens and managed identities
  • Integrate Copilot SDK into existing projects using AGENTS guidance and azd tooling

Quick Start

Scaffold a Copilot SDK service in Azure using the Azure Copilot SDK template and adapt it to your project.

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?

You can deploy a Copilot SDK app to Azure by scaffolding API and UI components as Azure Container Apps using azd templates and Bicep infrastructure configurations provided by the skill.

What is Azure BYOM deployment for Copilot SDK and how does it work?

Azure BYOM deployment for Copilot SDK configures per-request bearer tokens and managed identities, allowing your Copilot service to authenticate securely using DefaultAzureCredential or ManagedIdentityCredential.

Can I integrate Copilot SDK into an existing project using azd tooling?

Yes, you can integrate Copilot SDK into existing projects by applying AGENTS guidance and utilizing azd tooling to adapt the Azure Copilot SDK template to your current architecture.

What's the best way to scaffold a Copilot SDK service for Azure Container Apps?

The best way to scaffold a Copilot SDK service for Azure Container Apps is using the Azure Copilot SDK template to generate the API, UI, and Bicep infrastructure files.

How do I configure local development patterns for Copilot SDK on Azure?

You configure local development patterns for Copilot SDK on Azure by implementing DefaultAzureCredential or ManagedIdentityCredential to retrieve per-request tokens locally.

Do I need ManagedIdentityCredential to configure BYOM deployments for Copilot SDK?

You need either ManagedIdentityCredential or DefaultAzureCredential to configure BYOM deployments, as the skill implements per-request token retrieval using these Azure identity methods.