azure-quotas

Identify Azure quotas and capacity limits using Azure CLI quota commands.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-quotas-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-quotas
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-skills/skills/azure-quotas
Command: npx skills add https://github.com/microsoft/skills --skill azure-quotas-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure quotas and capacity constraints often block deployments; this skill provides guidance to plan, validate, and manage quotas across providers and regions.

Core Features & Use Cases

  • Plan deployments with region availability and quota awareness
  • Compare quotas across regions and providers to select optimal regions
  • Retrieve quota limits and current usage via the Azure CLI and map ARM resources to quota items
  • Request quota increases when needed and monitor requests

Quick Start

Check your quotas for a target region with az quota list and assess available capacity before deployment.

Frequently Asked Questions about azure-quotas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Azure quotas before deploying to a specific region?

Check Azure quotas for a target region using az quota list to retrieve current limits and usage. This validates available capacity and maps ARM resource types to quota items before deployment planning.

What is the best way to compare Azure capacity limits across multiple regions?

The best way to compare Azure capacity limits across regions is using Azure CLI quota commands to retrieve limits and current usage per provider, allowing you to select optimal regions for deployment.

Why does my Azure deployment fail with a quota exceeded error?

Azure deployments fail with quota exceeded errors when regional capacity limits are reached. Identify the specific quota resource name and ARM resource type mapping to troubleshoot and request a quota increase.

How do I request an Azure quota increase using the CLI?

Request an Azure quota increase using the az quota update command after checking current usage with az quota show. This applies to resolving capacity limits across providers and regions.

Do I need Azure CLI installed to check quota usage and capacity limits?

Yes, you need Azure CLI installed because quota limits and current usage are retrieved using az quota list, show, and update commands to enforce correct ARM resource mapping.

When do I need to map ARM resource types to quota resource names in Azure?

You need to map ARM resource types to quota resource names in Azure when validating deployment capacity, troubleshooting quota exceeded errors, or planning quota increase requests across different providers and regions.