capacity

Discover Azure OpenAI model capacity across regions and projects via REST.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Discovers available Azure OpenAI model capacity across regions and projects, analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements.

Core Features & Use Cases

  • Capacity discovery across all regions and projects to identify available TPM capacity
  • Quota checks and region ranking to ensure deployability within subscription limits
  • Guidance for where to deploy and when to hand off to preset or customize deployment workflows

Quick Start

Run the capacity discovery script to locate the best Azure OpenAI region with sufficient capacity for your model.

Frequently Asked Questions about capacity

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

FAQPage Schema
How do I find the best Azure OpenAI region with available model capacity?

To find the best Azure OpenAI region for capacity, you can run a discovery script that queries model capacities via REST and cross-references AI projects in your subscription to identify available TPM.

How do I check Azure OpenAI quota limits across multiple subscriptions before deploying?

You can check Azure OpenAI quota limits across multiple subscriptions by running a script that annotates per-region results with quota status, ensuring your deployment stays within subscription limits.

Can I rank Azure OpenAI regions based on available TPM capacity for my deployment?

Yes, you can rank Azure OpenAI regions by available TPM capacity. The tool checks per-region quotas and applies region ranking to recommend optimal deployment locations based on your capacity requirements.

What do I need to discover Azure OpenAI model capacity across regions?

To discover Azure OpenAI model capacity across regions, you need the Azure CLI (az), jq, and python3 installed in your environment to execute the discovery and quota check scripts.

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

Azure OpenAI deployments often fail due to region capacity limits when available TPM is exhausted. Analyzing quota status and comparing availability across projects helps identify regions with sufficient capacity.

Does the capacity discovery process work with preset deployment workflows?

Yes, after discovering available Azure OpenAI model capacity and ranking regions, the tool provides guidance on when to hand off to preset or customize deployment workflows for your chosen location.