Rate limiting for token generation of Bot Framework API

Hasit Parmar 10 Reputation points
2024-04-23T07:27:52.4866667+00:00

I was using bot framework api for creating conversation and sending messages which requires access token generated using azure bot credentials.

So does anyone know rate limit of below endpoint:

Token generation: https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
779 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,656 Reputation points Microsoft Employee
    2024-04-23T11:39:19.6766667+00:00

    @Hasit Parmar Please see this page which provides some insights about rate limits. As per the document the rate limits are not published and it should be lenient to allow multiple calls even at high volume. Thanks!!

    We're continuously tuning the rate limits to make them as lenient as possible while at the same time protecting our service and our users. Because thresholds will occasionally change, we aren't publishing the numbers at this time. Finally, if you're hosting your bot on an App Service, the bot is bound to the limitations of the App Service. For more information, see SLA summary for Azure services If you're impacted by rate limiting, feel free to reach out to us at bf-reports@microsoft.com.

    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.

    0 comments No comments