azure-hosted-copilot-sdk

Scaffold, configure, and deploy Copilot SDK apps to Azure using azd.

66|41|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-hosted-copilot-sdk-olivomarco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-hosted-copilot-sdk
Source: https://github.com/olivomarco/vbd-copilot/tree/main/skills/azure-hosted-copilot-sdk
Command: npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-hosted-copilot-sdk-olivomarco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build and deploy GitHub Copilot SDK apps to Azure with a guided workflow that bridges scaffolding, BYOM configuration, and production deployment.

Core Features & Use Cases

  • Scaffold a complete Copilot SDK service template (API + UI + infra) for Azure deployments.
  • Add Copilot SDK to an existing project and configure Azure BYOM deployments with fresh tokens per request.
  • Deploy and validate Copilot SDK services to Azure using azd, with guidance on infra, auth, and environment configuration.

Quick Start

Run azd init --template azure-samples/copilot-sdk-service to scaffold a Copilot SDK service and begin deployment.

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 deploy a Copilot SDK app to Azure by using a guided workflow that covers scaffolding, BYOM configuration, and infrastructure deployment via the azd tool with environment and credential validation.

Can I add the Copilot SDK to an existing project for Azure deployment?

Yes, you can add the Copilot SDK to an existing project and configure Azure BYOM deployments with fresh tokens per request, including setting up required API settings and environment variables.

What is Azure BYOM configuration for the Copilot SDK?

Azure BYOM configuration for the Copilot SDK establishes Bring Your Own Model deployments with fresh tokens per request, enforcing secure credential handling via DefaultAzureCredential and ManagedIdentityCredential.

How do I scaffold a Copilot SDK service template for Azure?

You scaffold a complete Copilot SDK service template including API, UI, and infrastructure by running azd init --template azure-samples/copilot-sdk-service to prepare for Azure deployment.

Does the Copilot SDK deployment workflow support ManagedIdentityCredential?

Yes, the Copilot SDK deployment workflow supports ManagedIdentityCredential, enforcing secure credential handling alongside DefaultAzureCredential for authenticating Azure infrastructure and API access.