What problem does it solve? Deployments fail when Azure subscriptions lack sufficient quota, and quota resource names do not map directly to ARM resource types, making capacity validation error-prone. This Skill provides a CLI-first workflow to discover quota names, check limits and usage, compare regional capacity, and request increases before deployment. ## Core Features & Use Cases - Quota Discovery and Validation: Use az quota list, az quota show, and az quota usage show to find correct quota resource names and calculate available capacity (Limit - Usage). - Regional Capacity Comparison: Compare quota availability across multiple regions with bash scripts to select the best deployment target. - Quota Increase Requests: Submit and track quota increase requests via az quota update and az quota request status. - Use Case: Before deploying a VM cluster requiring 100 DSv3 vCPUs, run the quota check workflow to confirm East US has 300 available vCPUs, or request an increase with a 20% buffer if capacity is insufficient. ## Quick Start Ask the agent to check whether your subscription has enough vCPU quota in East US for a planned VM deployment using the azure-quotas skill.