Increase the limit of concurrent users in Speech Services avatar

Akbar Ali 0 Reputation points
2025-04-16T11:22:54.8733333+00:00

I am getting this error message when concurrent users trying to access the application- "Unable to start avatar: The request is throttled because you have exceeded the concurrent request limit allowed for your sub websocket error code: 4429"
How do you place a request to increase the quota for concurrent users?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,063 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2025-04-16T14:16:11.6766667+00:00

    Hello Akbar Ali !

    Thank you for posting on Microsoft Learn.

    From the error you are having, the Azure Speech Services (specifically the avatar/conversational avatar feature) has hit the concurrent connection limit for your subscription.

    You can request a quota increase directly through the Azure Portal by following these steps:

    1. Go to the Azure Portal: https://portal.azure.com/
    2. Search for “Speech” in the top search bar Then click on your Speech resource (used by your avatar application).
    3. In the left panel, scroll down and select “Usage + quotas”.
    4. Click on "Request Increase" at the top right.
    5. Select:
      • Type: "Speech Services"
      • Quota type: "Concurrent Request Limit" or specifically for the avatar feature
      • Region: Choose the correct region (where your Speech resource is deployed)
      • SKU: Choose the correct SKU (F0, S0...)
    6. Enter the new concurrent request limit you’re requesting. Be realistic but explain your expected user load.
    7. Submit the request.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.