preset

Automate Azure OpenAI model deployment to regions with available capacity.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill preset-cassm199-mita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preset
Source: https://github.com/cassm199-mita/azure-agentic-infraops-accelerator/tree/main/.github/skills/microsoft-foundry/models/deploy-model/preset
Command: npx skills add https://github.com/cassm199-mita/azure-agentic-infraops-accelerator --skill preset-cassm199-mita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of Azure OpenAI models to optimal regions based on capacity analysis, simplifying the process of selecting and deploying models with high availability.

Core Features & Use Cases

  • Capacity Analysis: Automatically checks capacity across all available regions.
  • Region Selection: Shows alternatives if the current region has no capacity.
  • Deployment Automation: Handles the entire deployment process, from verification to deployment monitoring.
  • Use Case: For instance, deploying a model in a project with no available capacity in the current region, the Skill can suggest an alternative region and proceed with the deployment.

Quick Start

Deploy the Azure OpenAI model 'gpt-4o' to the 'my-project' in the 'eastus2' region using the 'preset' skill.

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 regions with available capacity?

The skill checks current region capacity for Azure OpenAI models and analyzes all regions if needed. It then suggests an alternative region with high availability and proceeds with deployment automatically.

Do I need Azure CLI to automate OpenAI model region selection and deployment?

Yes, Azure CLI is required to automate OpenAI model region selection and deployment. You also need Cognitive Services permissions configured in your Azure environment to execute the deployment operations successfully.

What is the best way to find alternative Azure regions when OpenAI capacity is full?

When capacity is full, you can run an automated capacity analysis to evaluate all available regions. It identifies the optimal alternative region with high availability for your Azure OpenAI model deployment.

Can I deploy a specific OpenAI model like gpt-4o to a custom Azure project region?

You can deploy specific OpenAI models like gpt-4o by specifying the model name, project, and target region. The automation handles verification, capacity analysis, and deployment monitoring for your custom Azure project.

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

Deployments fail when the target region lacks available resources for the requested model. Running a capacity analysis identifies alternative regions with availability and automates deployment to resolve the constraint.