Skip to content

Commit 9da813c

Browse files
committed
pr fixes
1 parent 660cced commit 9da813c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/ai-services/computer-vision/how-to/mitigate-latency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The errors `429` and `503` may occur on your Face API calls for various reasons.
9999

100100
|HTTP error code | Description |Recommendation |
101101
|---------|---------|---------|
102-
| `429` | Throttling | You may encounter a rate limit with concurrent calls. You should decrease the frequency of calls and retry with exponential backoff. Avoid immediate retries and avoid re-sending numerous requests simultaneously. </br></br>If you want to increase the limit, see the [Request an increase](../identity-quotas-limits.md#how-to-request-an-increase-to-the-default-limits) section of the quotas guide. |
102+
| `429` | Throttling | You may encounter a rate limit with concurrent calls. You should decrease the frequency of calls and retry with exponential backoff. Avoid immediate retries and avoid re-sending numerous requests simultaneously. </br></br>If you want to increase the limit, see the [Request an increase](../identity-quotas-limits.md#request-an-increase-to-the-default-limits) section of the quotas guide. |
103103
| `503` | Service unavailable | The service may be busy and unable to respond to your request immediately. You should adopt a back-off strategy similar to the one for error `429`. |
104104

105105
## Ensure reliability and support

articles/ai-studio/concepts/content-filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.date: 01/10/2025
1313
ms.reviewer: eur
1414
ms.author: pafarley
1515
author: PatrickFarley
16+
---
1617

1718
# Content filtering in Azure AI Foundry portal
1819

0 commit comments

Comments
 (0)