capacity

Official source

Discovers available Azure OpenAI model capacity across all accessible regions and projects, then validates subscription quota and ranks deployment locations.

Source: Microsoft

GitHub Copilot · CompatibleClaude Code · CompatibleAI Agents & Automation

At a glance

Verified source
Best for
Finding where you can deploy a model with enough TPM capacity
Works with
GitHub Copilot · Claude Code
Outcome
Comparing model availability across regions and projects
Source
microsoft/github-copilot-for-azure

01 / Understand the skill

About capacity

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

Not a fit when

DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.

Read full description

Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.

02 / Confirm the fit

Use capacity when you need to

  • Finding where you can deploy a model with enough TPM capacity
  • Comparing model availability across regions and projects
  • Recovering from a quota error by locating an alternative region
  • Pre-deployment capacity planning before preset or customize

03 / See the workflow

How capacity works

  1. 01Install: npx skills add https://github.com/microsoft/github-copilot-for-azure --skill capacity
  2. 02Try: Find a region with at least 10K TPM available for gpt-4o.
  3. 03Get: A ranked table of regions/projects annotated with capacity and subscription quota.

Check before installing

Compatible platforms

GitHub Copilot · Claude Code

Best fit

Finding where you can deploy a model with enough TPM capacity

Review the source instructions if the required output differs from the formats described above.

Install and use

Compatible with GitHub Copilot and Claude Code · Published by Microsoft

Ready to add capacity?

Use the published instructions below, then provide the required input and describe the result you need.

General instructions · GitHub Copilot · Claude Code

npx skills add https://github.com/microsoft/github-copilot-for-azure --skill capacity

Review the source repository and license before installing third-party skills.

Continue exploring

Similar skills

find-skillsOfficial

Discover and install agent skills from the open ecosystem via the npx skills CLI — when you wish you had a skill for some task.

End-to-end Azure AI Foundry agent lifecycle with azd—scaffold, deploy, invoke, evaluate, optimize, fine-tune, and troubleshoot agents—routing to specialized sub-skills per task.

finetuningOfficial

Fine-tunes models on Azure AI Foundry with SFT, DPO, or RFT, covering dataset prep and validation, grader calibration, training, checkpoint selection, deployment, and evaluation.

deploy-modelOfficial

Unified Azure OpenAI deployment router that detects intent and dispatches to quick preset, full customize, or capacity-discovery modes, with shared project and quota validation.