azure-quotas

Check and manage Azure quotas and usage across regions for deployment planning and capacity validation.

microsoft ↓ 340k
Claude Code
View source ↗

What it does

  • Prevent accidental over-provisioning
  • Ensure fair resource distribution across Azure
  • Represent available capacity in each region
  • Can be increased (adjustable quotas) or are fixed (non-adjustable)
  • Planning a new deployment - Validate capacity before deployment
  • Selecting an Azure region - Compare quota availability across regions
  • Troubleshooting quota exceeded errors - Check current usage vs limits

Requirements & configuration

  • | Extension Required | az extension add --name quota (MUST install first) |
  • Some requests require manual review (hours to days)
  • Non-adjustable quotas require Azure Support ticket
  • 4. ✅ Account for growth - Request 20% buffer above immediate needs

Configuration: VM_FAMILYSUBSCRIPTION_IDLIMITUSAGEAVAILABLE

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Check and manage Azure quotas and usage across regions for deployment planning and capacity validation.

Source

Repository: https://github.com/microsoft/azure-skills

azure-quotas FAQ

What does the azure-quotas skill do?

Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: \"check quotas\", \"service limits\", \"current usage\", \"request quota increase\", \"quota exceeded\", \"validate capacity\", \"regional availability\", \"provisioning limits\", \"vCPU limit\", \"how many vCPUs available in my subscription\". Prevent accidental over-provisioning Ensure fair resource distribution across Azure

What does azure-quotas require?

| Extension Required | az extension add --name quota (MUST install first) | Some requests require manual review (hours to days) Non-adjustable quotas require Azure Support ticket 4. ✅ Account for growth - Request 20% buffer above immediate needs Configuration keys: VM_FAMILY, SUBSCRIPTION_ID, LIMIT, USAGE, AVAILABLE.

How do I install azure-quotas?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-quotas --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain azure-quotas?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-quotas on getagentictools
[![azure-quotas on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-azure-quotas.svg)](https://getagentictools.com/skills/microsoft-azure-skills-azure-quotas?ref=badge)
npx agentictools info skills/microsoft-azure-skills-azure-quotas

The second line is the CLI lookup for this page — handy in READMEs and docs.