deploy-model

Route Azure OpenAI deployment requests to the correct workflow.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/forgefabrik/agent-bigbrother --skill deploy-model-forgefabrik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-model
Source: https://github.com/forgefabrik/agent-bigbrother/tree/main/.agents/skills/microsoft-foundry/models/deploy-model
Command: npx skills add https://github.com/forgefabrik/agent-bigbrother --skill deploy-model-forgefabrik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the guesswork from Azure OpenAI model deployment by routing requests to the right workflow, validating capacity and quota, and preventing accidental deployment to the wrong project or region.

Core Features & Use Cases

  • Preset deployments: Quickly deploy a model to the best available region with sensible defaults and automatic fallback when the current region is full.
  • Custom deployments: Choose the exact model version, SKU, capacity, content filter, and advanced options such as dynamic quota, priority processing, or spillover.
  • Capacity discovery: Compare regions and projects to find where a model can be deployed, then hand off to the right deployment flow.
  • Use case: A team can find the best region for gpt-4o, confirm the target project, and launch a production-ready deployment without manually checking every prerequisite.

Quick Start

Ask the assistant to deploy your chosen Azure OpenAI model to the best available region and confirm the target project before proceeding.

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 to the region with the most available quota?

To deploy Azure OpenAI models with optimal quota, this skill performs capacity discovery across regions, compares availability, and routes the request to the best available region automatically. It validates live quota and model capacity before proceeding with the deployment.

What is the best way to find available PTU capacity for gpt-4o across Azure regions?

Finding available PTU capacity for gpt-4o is handled through the capacity discovery workflow, which compares regions and projects to locate where the model can be deployed. It then hands off to the appropriate deployment flow.

Do I need Azure CLI authentication to deploy models in Azure AI Foundry?

Yes, Azure CLI authentication is required to deploy models in Azure AI Foundry using this skill. The deterministic scripts rely on authenticated access to validate live quota, check model capacity, and execute the deployment safely.

Can I select a custom SKU and model version for my Azure OpenAI deployment?

Yes, you can select a custom SKU, exact model version, capacity, and content filter for Azure OpenAI deployment. The custom deployment workflow also supports advanced options like dynamic quota, priority processing, and spillover configuration.

How does capacity discovery work for Anthropic or MaaS models in Azure AI Foundry?

Capacity discovery for Anthropic or MaaS models in Azure AI Foundry works by routing deployment requests to the correct workflow without manual branching. It validates available quota and model capacity before confirming the target project and proceeding safely.

Why does my Azure OpenAI model deployment fail due to regional capacity limits?

Azure OpenAI model deployment fails due to regional capacity limits when the target region is full. This skill prevents failure by validating live quota beforehand and providing automatic fallback to the best available region during preset deployments.