preset

Deploy Azure OpenAI models to regions with available capacity.

Updated May 25, 2026
One-click install
npx skills add https://github.com/AcendWay/ai-skills-library --skill preset-acendway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preset
Source: https://github.com/AcendWay/ai-skills-library/tree/main/skill-folders/microsoft-foundry/models/deploy-model/preset
Command: npx skills add https://github.com/AcendWay/ai-skills-library --skill preset-acendway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork of deploying Azure OpenAI models by automatically finding the region with available capacity and deploying there.

Core Features & Use Cases

  • Capacity-aware deployment: Checks the current project region first, then queries all regions when capacity is unavailable.
  • Region + project handling: Selects an optimal region, reuses an existing AI Foundry project there, or creates new project resources when needed.
  • Model deployment automation: Deploys using GlobalStandard SKU with sensible defaults (and special handling for Anthropic models).

Quick Start

Ask the AI to deploy the selected Azure OpenAI model to the best available region in your Azure AI Foundry project, using GlobalStandard capacity defaults and switching regions automatically if capacity is unavailable.

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 when my current region has no quota capacity?

To deploy Azure OpenAI models when capacity is unavailable, this Skill checks your current project region first, then queries all regions to find available capacity and deploys there automatically. It handles region switching without manual intervention.

What is the best way to automate Azure AI Foundry model deployments across multiple regions?

Automating Azure AI Foundry deployments involves checking current-region capacity and selecting alternatives when quota is insufficient. This Skill uses GlobalStandard SKU capacity rules to deploy models deterministically via CLI or ARM REST API.

Do I need Azure CLI authentication to deploy models to alternative regions?

Yes, Azure CLI authentication is required to deploy models to alternative regions. You also need an existing Azure AI Foundry PROJECT_RESOURCE_ID to enable region-aware capacity discovery and automated deployment.

Does this deployment automation handle Anthropic models in Azure AI Foundry?

Yes, this deployment automation handles Anthropic models in Azure AI Foundry. It deploys Anthropic-related model formats using the ARM REST API with modelProviderData, while standard OpenAI formats deploy via CLI.

Can I reuse an existing AI Foundry project when switching to a new deployment region?

Yes, you can reuse an existing AI Foundry project when switching deployment regions. This Skill selects an optimal region and either reuses an existing project there or creates new project resources as needed.

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

Azure OpenAI deployments fail due to region capacity limits when the current region lacks sufficient GlobalStandard SKU quota. This Skill resolves the failure by querying all regions for available capacity and deploying to the best alternative.