If you've ever hit "quota exceeded" errors mid-deployment or wondered why your VMs won't provision in a specific region, this handles the detective work. It walks you through Azure CLI quota commands to check current usage against limits, compare capacity across regions, and submit increase requests. The skill is opinionated about using CLI first instead of the unreliable REST API, and it maps the confusing relationship between ARM resource types and quota names. Most useful during deployment planning when you need to validate capacity before committing to a region or VM family.
npx skills add https://github.com/microsoft/azure-skills --skill azure-quotas