capacity

Solid

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.

DevOps & Infrastructure 607 stars 93 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
93
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Capacity Discovery Finds available Azure OpenAI model capacity across all accessible regions and projects. Recommends the best deployment location based on capacity requirements. ## Quick Reference | Property | Description | |----------|-------------| | **Purpose** | Find where you can deploy a model with sufficient capacity | | **Scope** | All regions and projects the user has access to | | **Output** | Ranked table of regions/projects with available capacity | | **Action** | Read-only analysis — does NOT deploy. Hands off to preset or customize | | **Authentication** | Azure CLI (`az login`) | ## When to Use This Skill - ✅ User asks "where can I deploy gpt-4o?" - ✅ User specifies a capacity target: "find a region with 10K TPM for gpt-4o" - ✅ User wants to compare availability: "which regions have gpt-4o available?" - ✅ User got a quota error and needs to find an alternative location - ✅ User asks "best region and project for deploying model X" **After discovery → hand off to [preset](../preset/SKILL.md) or [customize](../customize/SKILL.md) for actual deployment.** ## Scripts Pre-built scripts handle the complex REST API calls and data processing. Use these instead of constructing commands manually. | Script | Purpose | Usage | |--------|---------|-------| | `scripts/discover_and_rank.ps1` | Full discovery: capacity + projects + ranking | Primary script for capacity discovery | | `scripts/discover_and_rank.sh` | Same as above (bash) | Primary script for capacity ...

Details

Author
microsoft
Repository
microsoft/azure-skills
Created
3 months ago
Last Updated
2 months ago
Language
Bicep
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

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. 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.

353 Updated today
aiskillstore
DevOps & Infrastructure Solid

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. 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.

1,998 Updated 2 months ago
microsoft
AI & Automation Solid

preset

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

607 Updated 2 months ago
microsoft