azure-quotas

Check Azure subscription and region quota limits and usage via Azure CLI.

Updated Dec 20, 2023
One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-quotas-thiago-cruz-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-quotas
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/azure-quotas
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-quotas-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you avoid deployment failures by identifying the real available Azure quota (service limits) and validating regional capacity before you provision resources.

Core Features & Use Cases

  • Quota discovery and validation: Uses Azure CLI to find the correct quota resource names and compute available capacity from limit minus current usage.
  • Region comparison for capacity planning: Compares quota availability across candidate regions to select where provisioning is most likely to succeed.
  • Quota increase guidance: Walks through requesting quota updates and checking request status when capacity is insufficient, with guardrails against unreliable sources.

Quick Start

Ask the skill to check your Azure quota and current usage for vCPUs in a specific subscription and region before deploying, and then report whether you have enough available capacity.

Frequently Asked Questions about azure-quotas

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

FAQPage Schema
How do I check Azure quota limits and current usage before deploying resources?

To check Azure quota limits and current usage, use Azure CLI quota commands to discover correct quota resource names and compute available capacity by subtracting current usage from your subscription or regional service limits.

What causes a quota exceeded error during Azure deployment and how can I resolve it?

A quota exceeded error happens when deployment requests surpass your Azure subscription service limits. You can resolve it by validating available capacity first or initiating and tracking a quota increase request through Azure CLI.

How do I compare Azure region capacity for successful resource provisioning?

To compare Azure region capacity for provisioning, validate quota availability across candidate regions by querying limit and usage metrics to select the region with the highest deployable capacity for your resources.

Do I need Azure CLI to validate subscription quotas and available vCPUs?

Yes, you need Azure CLI to validate subscription quotas and available vCPUs because the Skill uses Azure CLI quota commands as the authoritative source, requiring correct scope formatting to execute limit and usage checks.

What is the best way to request an Azure quota increase for regional capacity planning?

The best way to request an Azure quota increase for regional capacity planning is to use Azure CLI to walk through requesting quota updates and checking request status when available capacity is insufficient for deployment.