Skip to content

Update service-limits.md for ACS Chat to introduce new limits #127090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/communication-services/concepts/service-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,11 @@ Azure Communication Services supports chat.
| Operation | Scope | Limit per 10 seconds | Limit per minute |
| --- | --- | --- | --- |
| Create chat thread | Per user | 10 | - |
| Create chat thread | Per resource | - | 3000 |
| Delete chat thread | Per user | 10 | - |
| Update chat thread | Per chat thread | 5 | - |
| Add participants or remove participants | Per chat thread | 10 | 30 |
| Add participants | Per resource | - | 3000 |
| Get chat thread or list chat threads | Per user | 50 | - |
| Get chat message | Per user, per chat thread | 50 | - |
| Get chat message | Per chat thread | 250 | - |
Expand Down