Skip to content

Commit 0af76a9

Browse files
committed
update service limits
1 parent 8bf0f5a commit 0af76a9

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

articles/applied-ai-services/form-recognizer/service-limits.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: applied-ai-services
99
ms.subservice: forms-recognizer
1010
ms.topic: conceptual
11-
ms.date: 10/20/2022
11+
ms.date: 12/06/2022
1212
ms.author: lajanuar
1313
monikerRange: '>=form-recog-2.1.0'
1414
recommendations: false
@@ -17,7 +17,13 @@ recommendations: false
1717
# Form Recognizer service quotas and limits
1818
<!-- markdownlint-disable MD033 -->
1919

20-
**Applies to:** ![Form Recognizer v2.1 checkmark](media/yes-icon.png) **Form Recognizer v3.0**. ![Form Recognizer v2.1 checkmark](media/yes-icon.png) **Form Recognizer v2.1**.
20+
::: moniker range="form-recog-3.0.0"
21+
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
22+
::: moniker-end
23+
24+
::: moniker range="form-recog-2.1.0"
25+
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
26+
::: moniker-end
2127

2228
* This article contains a quick reference and the **detailed description** of Azure Form Recognizer service Quotas and Limits for all [pricing tiers](https://azure.microsoft.com/pricing/details/form-recognizer/). It also contains some best practices to avoid request throttling.
2329

@@ -42,13 +48,15 @@ recommendations: false
4248

4349
::: moniker range="form-recog-3.0.0"
4450

51+
## Custom model limits v3.0
52+
4553
|Quota|Free (F0)<sup>1</sup>|Standard (S0)|
4654
|--|--|--|
4755
| **Compose Model limit** | 5 | 200 (default value) |
4856
| Adjustable | No | No |
49-
| **Training dataset size - Template** | 50 MB | 50 MB (default value) |
57+
| **Training dataset size - Template** | 50 MB<sup>4</sup> | 50 MB (default value) |
5058
| Adjustable | No | No |
51-
| **Training dataset size - Neural** | 1 GB | 1 GB (default value) |
59+
| **Training dataset size - Neural** | 1 GB<sup>3</sup> | 1 GB (default value) |
5260
| Adjustable | No | No |
5361
| **Max number of pages (Training) - Template** | 500 | 500 (default value) |
5462
| Adjustable | No | No |
@@ -57,12 +65,12 @@ recommendations: false
5765
| **Custom neural model train** | 10 per month | 10 per month |
5866
| Adjustable | No |Yes<sup>3</sup>|
5967

60-
<sup>3</sup> Open a support request to increase the monthly training limit.
61-
6268
::: moniker-end
6369

6470
::: moniker range="form-recog-2.1.0"
6571

72+
## Custom model limits v2.1
73+
6674
| Quota | Free (F0)<sup>1</sup> | Standard (S0) |
6775
|--|--|--|
6876
| **Compose Model limit** | 5 | 100 (default value) |
@@ -74,8 +82,16 @@ recommendations: false
7482

7583
::: moniker-end
7684

85+
::: moniker range=">=form-recog-2.1.0"
86+
7787
<sup>1</sup> For **Free (F0)** pricing tier see also monthly allowances at the [pricing page](https://azure.microsoft.com/pricing/details/form-recognizer/).</br>
7888
<sup>2</sup> See [best practices](#example-of-a-workload-pattern-best-practice), and [adjustment instructions](#create-and-submit-support-request).
89+
<sup>3</sup> Open a support request to increase the monthly training limit.
90+
::: moniker-end
91+
92+
::: moniker range="form-recog-3.0.0"
93+
<sup>4</sup>This limit applies to all documents found in your training dataset folder prior to any labeling-related updates.
94+
::: moniker-end
7995

8096
## Detailed description, Quota adjustment, and best practices
8197

0 commit comments

Comments
 (0)