Skip to content

Commit e3898ef

Browse files
authored
Updated requests per second and minute
Changesd100 requests per minute to 100 requests per second and added 1000 requests per minute (as per https://azure.microsoft.com/en-us/pricing/details/cognitive-services/)
1 parent 12d67f9 commit e3898ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Details on request definition can be found in [How to call the Text Analytics AP
103103
104104
## Step 2: Post the request
105105

106-
Analysis is performed upon receipt of the request. The service accepts up to 100 requests per minute. Each request can be a maximum of 1 MB.
106+
Analysis is performed upon receipt of the request. The service accepts up to 100 requests per second and 1000 requests per minute. Each request can be a maximum of 1 MB.
107107

108108
Recall that the service is stateless. No data is stored in your account. Results are returned immediately in the response.
109109

0 commit comments

Comments
 (0)