Skip to content

Commit 42520c8

Browse files
authored
Merge pull request #127665 from prithads/patch-3
Update batch-delete.md
2 parents aebd947 + caed78c commit 42520c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

articles/service-bus-messaging/batch-delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ When using Azure SDKs to perform these operations, the beforeEnqueueTime paramet
5454
>[!NOTE]
5555
> The purge operation could lead to increased CPU usage as it involves multiple API calls. During purge, locked messages are not eligible for removal and will remain in the entity.
5656
57+
## Quotas
58+
59+
To ensure predictable performance across tiers, Azure Service Bus offers tier-based limits for the maximum number of messages that can be deleted in a single batch delete request:
60+
61+
| Tier | Maximum batch size per request |
62+
| --- | --- |
63+
| Standard | 500 messages |
64+
| Premium | 4,000 messages |
65+
66+
These limits apply to all batch delete operations initiated via SDKs, REST APIs, and Service Bus Explorer.
67+
5768

5869
## Next steps
5970

0 commit comments

Comments
 (0)