preset

Deploy Azure AI Foundry models to regions with available capacity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual guesswork from deploying Azure OpenAI models by checking capacity across regions, choosing a viable location, and guiding the deployment end to end.

Core Features & Use Cases

  • Optimal Region Selection: Checks the current project region first, then searches all regions when capacity is unavailable.
  • End-to-End Deployment Workflow: Handles authentication, project parsing, model/version selection, deployment creation, and status monitoring.
  • Special Model Handling: Supports Anthropic deployments through the REST API with required provider metadata, and gracefully handles quota, name conflicts, and onboarding scenarios.
  • Use Case: Use this Skill when you need to quickly deploy a model in Azure AI Foundry, pick the best available region, or recover from capacity shortages without manual trial and error.

Quick Start

Ask this skill to deploy your Azure OpenAI model to the optimal region for your project, and it will validate access, compare regional capacity, select or create the right project, and create the deployment for you.

Frequently Asked Questions about preset

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

FAQPage Schema
How do I deploy Azure OpenAI models to a region with available capacity?

Deploying Azure OpenAI models to a region with available capacity requires checking GlobalStandard quotas across regions and automatically selecting a viable location. This workflow checks your current project region first, then searches all regions for fallback selection.

Does Azure AI Foundry deployment support Anthropic models?

Yes, Azure AI Foundry deployment supports Anthropic models through the REST API. The deployment process handles required provider metadata automatically to ensure proper configuration during the model release workflow.

What is the best way to recover from Azure OpenAI capacity shortages?

The best way to recover from Azure OpenAI capacity shortages is to use automatic capacity analysis and fallback selection. This removes manual guesswork by searching all regions to find a viable location when your current project region is unavailable.

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

Yes, you need Azure CLI authentication to deploy models in Azure AI Foundry. The end-to-end deployment workflow requires valid Azure CLI credentials to validate access, parse projects, and create the deployment.

How does automatic region selection work for Azure OpenAI deployments?

Automatic region selection for Azure OpenAI deployments works by checking the current project region first. When capacity is unavailable, it searches all regions to compare availability and guides the deployment to a viable fallback location.