Hi divy agarwal
To address the throttling issue, you're experiencing with the Azure AI services, specifically the error code 4429 indicating that you've exceeded the concurrent request limit, here are some steps to follow.
- You can submit a support request to increase the concurrent request limit for your Speech service resource. Ensure you have the necessary information ready, such as your Speech resource ID and the region.
- If you are on a lower pricing tier, consider upgrading to a higher tier that allows for more concurrent requests. This can also be done through the Azure portal.
- To mitigate throttling, implement retry logic in your application and gradually increase the workload instead of making sharp changes. This will help the service scale appropriately without hitting the request limit.
- kindly refer these https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-services-quotas-and-limits#detailed-description,-quota-adjustment,-and-best-practices
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.