preset

Select optimal Azure regions for OpenAI model deployments based on capacity.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aleph23/Natasha --skill preset-aleph23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preset
Source: https://github.com/aleph23/Natasha/tree/main/skills/microsoft-foundry/models/deploy-model/preset
Command: npx skills add https://github.com/aleph23/Natasha --skill preset-aleph23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates intelligent Azure OpenAI deployments by analyzing regional capacity to place models where capacity and performance are best.

Core Features & Use Cases

  • Automatic region optimization: analyzes capacity across all Azure regions and selects the best deployment location.
  • Current-region check & fallback: first verifies capacity in the project's region and automatically falls back to alternatives if needed.
  • End-to-end deployment workflow: supports creating new AI Foundry projects and hubs in the target region, deploying models, and monitoring progress across subscriptions.
  • Use cases: Rapid global rollout of OpenAI models with high availability.

Quick Start

Run the preset deployment workflow to deploy an OpenAI model to the optimal Azure region with automatic capacity checks.

Frequently Asked Questions about preset

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

FAQPage Schema
How do I automate Azure OpenAI deployment to a region with available capacity?

Azure OpenAI deployment can be automated by running a workflow that analyzes regional capacity and selects the optimal location for your models. This process verifies capacity in your current region and automatically falls back to alternatives to ensure successful deployment.

What is Azure OpenAI region capacity checking and why do I need it?

Azure OpenAI region capacity checking is the process of querying subscriptions for available model quota. You need it to prevent deployment failures caused by attempting to place models in regions that lack the necessary infrastructure resources.

Do I need Azure CLI permissions to deploy OpenAI models across multiple regions?

Yes, you need Azure CLI configured with a valid subscription that has Cognitive Services permissions. You also need the PROJECT_RESOURCE_ID for your AI Foundry project to execute region-capacity queries and deployments through the CLI or REST API.

What's the best way to handle Azure OpenAI capacity limits during global rollouts?

The best way to handle Azure OpenAI capacity limits during global rollouts is to use an automated multi-region capacity check. This approach creates new AI Foundry projects and hubs in target regions, deploying models where capacity and performance are best.

Can I monitor ongoing Azure OpenAI deployments across my subscriptions?

Yes, you can monitor ongoing Azure OpenAI deployments across subscriptions using the deployment workflow. It tracks the progress of single-model and multi-region deployments after analyzing capacity and executing the deployment through the CLI or REST API.