Get compute quota usage for a region

Returns current compute quota usage and limits for the subscription in the specified region.
Includes per-family vCPU quotas (e.g., standardDSv3Family) and total regional vCPU quota.
Use this to check available capacity before deploying VMs.
Cross-reference with VmSizeDto.Family and VmSizeDto.Cores to determine if a deployment will succeed.
Supports filtering, sorting, and pagination. Results are cached server-side for 5 minutes.

Useful filter examples:

  • Families with active usage: filter=gt(currentUsage,0)
  • Specific family lookup: filter=eq(name,standardDSv3Family)
  • Total regional quota: filter=eq(name,cores)
Path Params
uuid
required

The subscription ID.

Query Params
string
required
length ≤ 64

Azure region/location (e.g., "eastus", "westeurope").
Required.

string

Optional filter expression.

string

Sort expression for ordering results.

int32
1 to 2147483647

The page number to retrieve (1-based). Default: 1.

int32
1 to 100

The number of items per page (1-100). Default: 50.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json