Skip to content

Commit c949d68

Browse files
committed
Merged PR 491207: Making service limits public
1 parent 3ae6a61 commit c949d68

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

docs/get-started/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
href: ../user-guide/faqs.md
2121
- name: Service status
2222
href: ../user-guide/service-status-info.md
23+
- name: Service limits
24+
href: ../user-guide/service-limits.md
2325
- name: REST API Reference
2426
items:
2527
- name: Search

docs/user-guide/service-limits.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Azure DevOps Service and Rate limits
3+
description: Description of limits and rate limits on the Azure DevOps service
4+
ms.prod: devops
5+
ms.topic: article
6+
ms.technology: devops-new-user
7+
ms.assetid: 3F3BD90B-1D08-4C8F-9CDC-D4B806F65448
8+
ms.manager: jillfra
9+
ms.date: 07/30/2019
10+
ms.author: danhellem
11+
author: danhellem
12+
monikerRange: 'azure-devops'
13+
---
14+
15+
# Service limits and rate limits
16+
17+
Learn which service limits and rate limits that all projects and organizations are subject to.
18+
19+
## Work items
20+
- A long text field can contain 1M characters.
21+
- You can't assign more than 100 tags to a work item.
22+
- You can't add more than 1,000 links to a work item.
23+
- You can't add more than 100 attachments to a work item.
24+
- You can't add an attachment size larger than 60 MB to a work item.
25+
- You can have up to 1,000 tasks on a task board
26+
- You can have up to 10,000 work items on a backlog
27+
- You are limited to 5,000 teams in a project
28+
- You can't create more than 150,000 tag definitions per project
29+
30+
## Queries
31+
- The execution time limit for queries is 30 seconds. See [optimization best practices](../integrate/concepts/integration-bestpractices.md#optimize-queries) to improve query performance.
32+
- Query results are limited to 20,000
33+
- Queries are limited in length to 32,000 characters
34+
35+
## Process customization
36+
37+
When customizing the work item types (WITs) defined in the Inheritance or Hosted XML process models, be aware of the limits placed on objects defined in this topic.
38+
39+
- See [Process related limits](../organizations/settings/work/object-limits.md) for details
40+
41+
## Wiki
42+
43+
Wikis defined for a project are limited to 1 GB per git repository.
44+
45+
> [!TIP]
46+
> To derive the size of a wiki/git repository, download the repo to your local computer, unzip the file, and then open the **Properties** for the corresponding folder.
47+
48+
## Rate limiting
49+
Azure DevOps Services, like many Software-as-a-Service solutions, uses multi-tenancy to reduce costs and to enhance scalability and performance. This leaves users vulnerable to performance issues and even outages when other users of their shared resources have spikes in their consumption. To combat these problems, Azure DevOps Services limits the resources individuals can consume and the number of requests they can make to certain commands. When these limits are exceeded, subsequent requests may be either delayed or blocked.
50+
51+
See [Rate limits documentation](../integrate/concepts/rate-limits.md) for details
52+
53+
## Data Import
54+
- Limited to to 300 projects per collection
55+
- See [data import documentation](../migrate/index.md) for details
56+
57+
## Next steps
58+
59+
> [!div class="nextstepaction"]
60+
> - [Review work tracking object limits](../organizations/settings/work/object-limits.md)

0 commit comments

Comments
 (0)