preset

Deploy Azure OpenAI models to regions with available capacity.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill preset-p-potvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preset
Source: https://github.com/p-potvin/vaultwares-pipelines/tree/main/.github/agents/agents/microsoft-foundry/models/deploy-model/preset
Command: npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill preset-p-potvin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual and time-consuming process of finding available capacity and the best Azure region for deploying Azure OpenAI models, ensuring deployments succeed quickly and with high availability.

Core Features & Use Cases

  • Automatic Region Selection: Checks current-region capacity first and queries all regions when local capacity is insufficient.
  • Project Filtering and Creation: Finds existing projects in the chosen region or creates a new project if needed.
  • Managed Deployment Workflow: Deploys using the GlobalStandard SKU, calculates safe capacity thresholds, generates unique deployment names, and monitors provisioning until completion.
  • Use Case: Deploy a conversational model from Azure AI Foundry across the subscription to the nearest region with available capacity for production traffic.

Quick Start

Deploy the selected Azure OpenAI model to the best available Azure region for your project using Azure CLI and your PROJECT_RESOURCE_ID.

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?

To deploy Azure OpenAI models to a region with available capacity, this workflow analyzes regional quotas, selects the optimal location, and monitors the GlobalStandard SKU deployment until completion.

What is the best way to automate Azure AI Foundry deployments when local capacity is insufficient?

Automating Azure AI Foundry deployments involves checking the current region first, querying all regions if local capacity is insufficient, and filtering or creating a project in the chosen region before deploying.

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

Yes, you need Azure CLI authentication and a valid PROJECT_RESOURCE_ID to analyze subscription-level quotas, calculate safe capacity thresholds, and execute the deployment workflow.

Can I use this deployment workflow for high-availability across multiple Azure regions?

Yes, you can use this workflow for high-availability by querying all regions for available capacity and automatically selecting the optimal location for your Azure OpenAI production traffic.

How does the region selection process work for Azure OpenAI capacity?

The region selection process checks current-region capacity first, then queries all regions when local capacity is insufficient, calculating safe capacity thresholds to ensure successful deployment provisioning.