You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/service-limits.md
+30-7Lines changed: 30 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,27 @@ recommendations: false
27
27
28
28
* 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.
29
29
30
-
* For the usage with [Form Recognizer SDK](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true), [Form Recognizer REST API](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true), [Form Recognizer Studio](quickstarts/try-v3-form-recognizer-studio.md) and [Sample Labeling Tool](https://fott-2-1.azurewebsites.net/):
|**Max number of pages (Training) - Neural**| 50,000 | 50,000 (default value) |
64
84
| Adjustable | No | No |
65
85
|**Custom neural model train**| 10 per month | 10 per month |
66
-
| Adjustable | No |Yes<sup>3</sup>|
86
+
| Adjustable | No |Yes<sup>3</sup>|
67
87
68
88
::: moniker-end
69
89
@@ -84,18 +104,21 @@ recommendations: false
84
104
85
105
::: moniker range=">=form-recog-2.1.0"
86
106
87
-
<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>
88
-
<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.
107
+
>> <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>
108
+
>> <sup>2</sup> See [best practices](#example-of-a-workload-pattern-best-practice), and [adjustment instructions]</br>(#create-and-submit-support-request).
109
+
>> <sup>3</sup> Open a support request to increase the monthly training limit.</br>
110
+
90
111
::: moniker-end
91
112
92
113
::: 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.
114
+
>> <sup>4</sup>This limit applies to all documents found in your training dataset folder prior to any labeling-related updates.
94
115
::: moniker-end
95
116
96
117
## Detailed description, Quota adjustment, and best practices
97
118
98
-
Before requesting a quota increase (where applicable), ensure that it's necessary. Form Recognizer service uses autoscaling to bring the required computational resources in "on-demand" and at the same time to keep the customer costs low, deprovision unused resources by not maintaining an excessive amount of hardware capacity. If your application receives a Response Code 429 ("Too many requests") while your workload is within the defined limits, the most likely explanation is that the service is scaling up to your demand, but hasn't yet reached the required scale. Thus the service doesn't immediately have enough resources to serve the request. This state is transient and shouldn't last long. For more information, *see*[Quotas and Limits quick reference](#form-recognizer-service-quotas-and-limits))
119
+
Before requesting a quota increase (where applicable), ensure that it's necessary. Form Recognizer service uses autoscaling to bring the required computational resources in "on-demand" and at the same time to keep the customer costs low, deprovision unused resources by not maintaining an excessive amount of hardware capacity.
120
+
121
+
If your application returns Response Code 429 (*Too many requests*) and your workload is within the defined limits: most likely, the service is scaling up to your demand, but hasn't yet reached the required scale. Thus the service doesn't immediately have enough resources to serve the request. This state is transient and shouldn't last long. For more information, *see*[Quotas and Limits quick reference](#form-recognizer-service-quotas-and-limits))
99
122
100
123
### General best practices to mitigate throttling during autoscaling
0 commit comments