A

azure-quotas

Di:microsoft·#16 di tendenza

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

1,100stelle
Visto per la prima voltaMar 10, 2026

Installazione

Invia questo comando al tuo agente AI:

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

Documentazione

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

Collegamenti

GitHub

Verifiche di sicurezza