deploy-model

Route deployment intents and orchestrate Azure OpenAI model deployments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Unified entry point for Azure OpenAI model deployment workflows, routing user intent to the correct deployment mode (preset, customize, capacity) and enabling intelligent capacity discovery, region selection, and project validation across regions.

Core Features & Use Cases

  • Unified entry point for model deployment across preset, customize, and capacity discovery workflows.
  • Intelligent intent routing to the appropriate sub-skill (preset, customize, capacity) with guided workflows.
  • Pre-deployment validation, region qualification, project selection/confirmation, and deployment monitoring.

Quick Start

Activate the deployment workflow by selecting a model and region, then run with sensible defaults to deploy quickly.

Frequently Asked Questions about deploy-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Azure OpenAI models across different regions?▼

Azure OpenAI model deployment uses intent routing to direct your configuration to preset, customize, or capacity modes, orchestrating region selection, capacity discovery, and project validation for secure execution.

What's the best way to check Azure OpenAI capacity before deploying a model?▼

To check Azure OpenAI capacity, route your intent to the capacity discovery mode, which performs pre-deployment quota validation and region qualification checks before model execution.

Do I need Azure CLI authentication to deploy OpenAI models?▼

Yes, Azure CLI authentication is a required prerequisite for OpenAI model deployment, as the orchestration workflow enforces this alongside quota validation to ensure secure execution.

Can I customize my Azure OpenAI deployment configuration instead of using presets?▼

Yes, you can customize your Azure OpenAI deployment by routing your intent to the customize mode, which provides a guided workflow for detailed configuration and project validation.

Why does my Azure OpenAI model deployment fail during region selection?▼

Azure OpenAI model deployment fails during region selection when pre-deployment checks detect insufficient quota capacity or when Azure CLI authentication and project validation requirements are not met.