I am trying to create a chatbot for my custom q and a in Azure. I keep getting 429 error

SUJATHA MOHAN 0 Reputation points
2025-04-18T15:33:31.6866667+00:00

I have tried and failed to create a chatbot for my custom q and a project. I keep getting 429 error.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,427 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Suwarna S Kale 2,596 Reputation points
    2025-04-18T18:16:28.78+00:00

    Hi SUJATHA MOHAN,

    Thank you for posting your question in the Microsoft Q&A forum. 

    To resolve the 429 error in your Azure AI chatbot, first check your rate limits in the Azure portal and ensure your requests stay within the allocated quota. Implement exponential backoff retry logic to handle throttling gracefully. Distribute requests evenly by adding delays or batching them. Upgrade your tier if needed for higher limits. Monitor usage metrics to identify spikes and adjust accordingly.

    Finally, verify your code for accidental loops causing excessive calls. If the issue persists, contact Azure support for specific service to get further assistance based on your environment. 

    If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated. 


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.