Azure Networking · Rate Limits

Microsoft Azure Networking Rate Limits

Azure Networking management API calls go through Azure Resource Manager (ARM) and the Microsoft.Network resource provider. ARM applies a token-bucket throttling model per region, per subscription, per service principal, per operation type. The Microsoft.Network resource provider applies an additional per-subscription per-region cap (writes/deletes 1,000 per 5 minutes; reads 10,000 per 5 minutes). Throttled requests return HTTP 429 with a Retry-After header. Limits can be raised by support request.

Microsoft Azure Networking Rate Limits is the machine-readable rate-limit profile for Azure Networking on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 7 rate-limit definitions, measuring requests_per_second, requests_per_5_minutes, and queries_per_second.

The profile also includes 6 backoff/retry policies defined and response codes documented for throttled, retryableErrorDueToAnotherOperation, and serviceUnavailable.

Tagged areas include Azure, Cloud, Infrastructure, Microsoft, and Networking.

7 Limits Throttle: 429
AzureCloudInfrastructureMicrosoftNetworkingRate Limiting

Limits

ARM subscription reads (token bucket) subscription/region/serviceprincipal
requests_per_second · second
25
Bucket size 250 tokens; refill rate 25 tokens/sec. Global subscription cap is 15× per operation type across all service principals.
ARM subscription writes (token bucket) subscription/region/serviceprincipal
requests_per_second · second
10
Bucket size 200 tokens; refill rate 10 tokens/sec.
ARM subscription deletes (token bucket) subscription/region/serviceprincipal
requests_per_second · second
10
Bucket size 200 tokens; refill rate 10 tokens/sec.
ARM tenant reads tenant
requests_per_second · second
25
Bucket size 250; refill 25/sec.
Microsoft.Network resource provider — write/delete (PUT) subscription/region
requests_per_5_minutes · minute
1000
Per-subscription per-region cap on Microsoft.Network PUT/DELETE.
Microsoft.Network resource provider — read (GET) subscription/region
requests_per_5_minutes · minute
10000
Per-subscription per-region cap on Microsoft.Network GET.
Azure DNS query plane hosted-zone
queries_per_second
see vendor docs
Authoritative resolvers handle very high QPS via anycast; query-plane is not subject to ARM throttling.

Policies

Token bucket algorithm
ARM uses a regional token bucket. Each request consumes a token; tokens refill at the documented rate. When the bucket is empty, requests return 429 with Retry-After.
Exponential backoff with Retry-After
Clients must honor the Retry-After response header. Azure SDKs implement automatic backoff; custom clients should use exponential backoff with jitter.
Multi-instance global cap
The global subscription-wide cap is 15× the per-service-principal limit per operation type to prevent any single principal from saturating the subscription.
getBatch for metrics
Heavy use of the */providers/microsoft.insights/metrics API is a common cause of throttling. Microsoft recommends switching to the metrics:getBatch API to query multiple resources per request.
Limit increase via support
Resource-provider-specific limits can be raised by opening an Azure support ticket; the ARM-level token bucket is generally fixed.
RetryableErrorDueToAnotherOperation
Microsoft.Network may return 429 with code RetryableErrorDueToAnotherOperation when the target resource is locked by a concurrent operation; retry with backoff.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/microsoft-azure-networking-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.