azure-quotas
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-quotasStats
| Total installs | 79,729 |
| Weekly installs | 75.9K |
| GitHub stars | 557 |
| First seen | Mar 11, 2026 |
| Source | @microsoft/azure-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs azure-quotas |
|---|---|---|
| appinsights-instrumentation | 145,556 | +65,827 |
| genkit | 10,389 | -69,340 |
| azure-diagnostics | 145,697 | +65,968 |
| azure-observability | 115,487 | +35,758 |
| azure-messaging | 132,663 | +52,934 |
FAQ
- How many installs does azure-quotas have?
- azure-quotas has 79,729 total installs and 75.9K installs this week.
- Where is azure-quotas hosted?
- azure-quotas is published by @microsoft/azure-skills at https://github.com/microsoft/azure-skills.
- How many GitHub stars does azure-quotas have?
- azure-quotas has 557 GitHub stars.
- When was azure-quotas first indexed?
- OrangeBot.AI first indexed azure-quotas on Mar 11, 2026.
- How do I install azure-quotas?
- Run: npx skills add https://github.com/microsoft/azure-skills --skill azure-quotas