Cloud & infrastructureMIT

Azure quotas

by Microsoft (opens in a new tab) microsoft/skills

Checks Azure quota usage, compares regional capacity, and requests limit increases.

Installation

Skills CLI

Skills CLI command
npx skills@latest add microsoft/skills --skill azure-quotas

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Discovers quota names with az quota, compares limits with current usage across regions, and can submit increase requests. It requires the Azure CLI quota extension and Azure permissions; quota updates change subscription limits, while the source states the allocation itself is free.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size277 lines
  • Last checked27 Sept 2026 · 3bce38d6df08def03e5934469313e5cd532607a6f5087d08f75712e286550ae2

What it can touch

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

.github/plugins/azure-skills/skills/azure-quotas/SKILL.md on GitHub (opens in a new tab)