Azure Devops Rate Limits
Azure DevOps Services enforces a global consumption limit measured in Azure DevOps Throughput Units (TSTUs) - an abstract unit blending database (Azure SQL DTUs), compute, and storage cost. The limit is 200 TSTUs in any sliding five-minute window per user (or pipeline). Normal user activity generates fewer than 10 TSTUs per five minutes; bursts can reach 100. Throttled requests are first delayed (response still returns HTTP 200) and ultimately blocked with HTTP 429.
Azure Devops Rate Limits is the machine-readable rate-limit profile for Azure DevOps on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring TSTU_per_5min.
The profile also includes 6 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include DevOps, CI/CD, and Rate Limiting.