A

azure-quotas

제작자:microsoft·#16위 트렌드

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

1,100
처음 본Mar 10, 2026

설치

AI 에이전트에 다음 명령을 보냅니다.

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

선적 서류 비치

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