deploy-model

Automate Azure OpenAI model deployments across preset, customize, and capacity modes.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill deploy-model-bzellman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-model
Source: https://github.com/bzellman/earp-kit/tree/main/skills/system/microsoft-foundry/models/deploy-model
Command: npx skills add https://github.com/bzellman/earp-kit --skill deploy-model-bzellman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates end-to-end deployment of Azure OpenAI models by intelligently routing user prompts to the appropriate sub-flow (preset, customize, or capacity) to speed up deployment and reduce misconfigurations.

Core Features & Use Cases

  • Router-driven deployment: automatically selects the deployment mode (preset, customize, capacity) based on user intent.
  • Multi-mode orchestration: supports quick default deployments, full configuration control, and capacity discovery across regions and projects.
  • Project resolution & governance: ensures a target AI Foundry project is selected or created and validates regional capacity and quotas before deployment.

Quick Start

Deploy gpt-4o to the best region using the preset defaults.

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?

Deploy Azure OpenAI models by routing intents to appropriate sub-skills for preset, customize, or capacity modes. The router validates project context, model availability, SKU compatibility, and regional quota before deployment across regions and projects.

Can I check Azure OpenAI capacity and quotas before deploying a model?

Azure OpenAI capacity discovery validates regional quota and SKU compatibility before deployment. The capacity mode checks model availability across regions and projects to prevent misconfigurations and ensure successful provisioning.

What's the best way to automate Azure OpenAI deployment configuration?

Automate Azure OpenAI deployment using a router that selects preset, customize, or capacity modes based on intent. This orchestrates quick default deployments, full configuration control, and capacity discovery while validating authentication and project governance.

Does Azure AI Foundry require a specific project setup before model deployment?

Azure AI Foundry requires a target project to be selected or created before model deployment. The deployment process validates authentication, project context, model availability, and regional quotas to ensure proper governance and successful provisioning.

Why does Azure OpenAI deployment fail due to regional capacity issues?

Azure OpenAI deployment fails when regional quotas or SKU compatibility are insufficient. The deployment router validates model availability and capacity across regions before attempting provisioning, preventing misconfigurations and directing intents to suitable alternatives.