preset

Deploy Azure OpenAI models to optimal regions with GlobalStandard SKU.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of deploying Azure OpenAI models to optimal regions, saving time and ensuring efficient deployment.

Core Features & Use Cases

  • Intelligent Deployment: Automatically analyzes capacity across all regions and selects the best one for deployment.
  • Optimal Region Selection: Checks current region first and provides alternatives if needed.
  • Use Case: Quickly deploy a model like gpt-4o to a project in East US, which has capacity, without needing to select a region.

Quick Start

Deploy the "latest gpt-4o" model to an existing project in your Azure AI Foundry environment.

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

Azure OpenAI model deployment is automated by analyzing capacity across all regions and selecting the optimal one using GlobalStandard SKU. The process handles authentication, project retrieval, and region analysis to deploy models like gpt-4o efficiently.

What is the best way to check Azure OpenAI capacity before deploying a model?

The best way to check Azure OpenAI capacity is analyzing available capacity across all regions automatically. The current region is checked first, and alternative regions are provided if the initial region lacks the required capacity.

Do I need Azure CLI to deploy OpenAI models to an Azure AI Foundry project?

Yes, Azure CLI is required to deploy OpenAI models to an Azure AI Foundry project. It handles the authentication, project retrieval, region analysis, and deployment using the GlobalStandard SKU.

Can I deploy gpt-4o to East US if my current Azure region lacks capacity?

Yes, you can deploy gpt-4o even if your current region lacks capacity. The deployment process checks the current region first and automatically provides alternative optimal regions with available capacity.

How does region selection work for Azure OpenAI GlobalStandard SKU deployments?

Region selection for GlobalStandard SKU deployments works by analyzing capacity across all available regions. It prioritizes the current region and automatically falls back to alternative regions if capacity is unavailable.