The problem of communication data limit between Bot and Teams

穆永英 6 Reputation points
2022-10-24T06:49:37.803+00:00

1.Is there a limit to the amount of data per minute sent from a bot on Azure and a message from Teams to Teams together?
2.What happens if the amount of data communicated between Bot and Teams exceeds the limit?
3.On Teams, the information that sent by the user is transmitted to the Azure bot. Is there a limit to the amount of data per minute?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
779 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,012 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 5,991 Reputation points Microsoft Vendor
    2022-10-25T06:31:17.93+00:00

    The per bot per thread limit controls the traffic that a bot is allowed to generate in a single conversation.
    -The thread limit of 3600 seconds and 1800 operations applies only if multiple bot messages are sent to a single user.
    -The global limit per app per tenant is 50 Requests Per Second (RPS).

    To protect Teams and its users, the bot APIs provide a rate limit for incoming requests.
    Rate limiting ensures an optimal experience and messages don't appear as spam to your users. Apps that go over this limit receive an HTTP 429 Too Many Requests error status.
    Ref: https://video2.skills-academy.com/en-us/microsoftteams/platform/bots/how-to/rate-limit#handle-rate-limits

    Thanks,

    Prasad Das


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    1 person found this answer helpful.
    0 comments No comments