capacity

Identify Azure OpenAI regions and projects with sufficient GlobalStandard capacity.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rrbanda/skills --skill capacity-rrbanda
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: capacity
Source: https://github.com/rrbanda/skills/tree/main/skills/cloud-infra/capacity
Command: npx skills add https://github.com/rrbanda/skills --skill capacity-rrbanda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Finding suitable Azure OpenAI deployment locations by analyzing capacity, available regions, and project presence to minimize trial-and-error and deployment delays.

Core Features & Use Cases

  • Capacity discovery across regions and AI projects to build a deployment shortlist.
  • Quota-aware ranking that surfaces regions with remaining OpenAI GlobalStandard capacity.
  • Guidance for post-discovery deployment via presets or customization after discovery.

Quick Start

Run the capacity discovery script with a model name, version, and a minimum TPM target to generate a ranked deployment shortlist.

Frequently Asked Questions about capacity

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

FAQPage Schema
How do I find Azure OpenAI capacity across regions for deployment planning?▼

To find Azure OpenAI capacity, you can run a discovery script that cross-references AI projects and computes region quotas using the GlobalStandard SKU to return a ranked deployment shortlist.

How does quota-aware ranking work for Azure OpenAI deployments?▼

Quota-aware ranking analyzes remaining OpenAI GlobalStandard capacity across subscriptions and regions, surfacing the locations with sufficient available quota to minimize trial-and-error deployment delays.

What do I need to check Azure OpenAI model capacities and region quotas?▼

You need az, jq, and python3 installed to query Azure REST APIs, cross-reference AI projects, and compute region quotas for identifying available deployment locations.

Can I target a specific minimum TPM when identifying Azure OpenAI deployment regions?▼

Yes, you can specify a model name, version, and a minimum TPM target when running the capacity discovery script to generate a ranked deployment shortlist.

What is the best way to plan Azure OpenAI deployments without hitting quota limits?▼

The best way to avoid quota limits is to perform capacity discovery across all subscriptions and regions first, using a script to return a quota-aware deployment shortlist before applying presets or customizations.