A

azure-quotas

Von:microsoft·#16 im Trend

Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: \"check quotas\", \"service…

1,100Sterne
Zum ersten Mal gesehenMar 10, 2026

Installation

Senden Sie diesen Befehl an Ihren KI-Agenten:

npx skills add https://github.com/microsoft/azure-skills --skill azure-quotas

Dokumentation

Check and manage Azure quotas and usage across regions for deployment planning and capacity validation.

  • 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