Azure OpenAI Resource

Chad Solmon 0 Reputation points
2025-01-11T11:09:50.5966667+00:00

I have signed up with a free Azure account and have the $200 of free spending, just to establish this should not be a money issue with the account. I have provisioned an OpenAI resource that I can interact via semantic Kernel in my .NET application. However, when I run my .NET app I am getting an error about Token Rate Limits. When I look at what the rate limit on the OpenAI resource is the limit is 1000 tokens per minute. I am not able to even interact with the resource once though.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,537 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 22,165 Reputation points
    2025-01-11T11:53:05.9233333+00:00

    Hello Chad Solmon,Thanks for your question.

    This is possibly due to.:

    1. Misconfigured token usage in your .NET application.
    2. An overrun of the token limit due to application logic or concurrent requests.
    3. The resource not being correctly set up in terms of quotas or permissions.

    Could you possibly configure use retry logic to gracefully handle rate-limit errors and test?

    Also Go to the Azure Portal > Select your OpenAI resource > Usage + quotas > Request quota increase.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    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.