azure-quotas
by @microsoft/azure-skills · 557 stars · 75.9K installs/wk · Rank #61
Manage and validate Azure service quotas and capacity limits using the Azure CLI for reliable resource planning.
Install
npx skills add https://github.com/microsoft/azure-skills --skill azure-quotasSummary
- Azure CLI (az quota) is the only reliable method for checking quotas; REST API and Portal are unreliable and may show misleading "No Limit" values that do not indicate unlimited capacity
- Supports four core workflows: checking specific resource quotas, comparing capacity across regions, requesting quota increases, and listing all quotas for a provider
- Quota resource names do not map 1:1 to ARM resource types; use az quota list to discover correct names by matching localizedValue descriptions
- Covers Microsoft.Compute, Microsoft.Network, Microsoft.App, Microsoft.Storage, and Microsoft.MachineLearningServices; some providers like Cosmos DB are unsupported and require Portal or documentation