-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update batch-delete.md #127665
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
base: main
Are you sure you want to change the base?
Update batch-delete.md #127665
Conversation
added batch delete quotas per SKU
@prithads : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit e03b2f0: 💡 Validation status: suggestions
articles/service-bus-messaging/batch-delete.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds quota information to the batch delete documentation, specifically detailing the maximum batch size limits for different Azure Service Bus tiers.
- Added a new "Quotas" section explaining tier-based limits for batch delete operations
- Included a table showing maximum batch sizes for Standard (500 messages) and Premium (4000 messages) tiers
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Tier | Maximum Batch Size per Request | | ||
|:-----------:|:----------------------------:| | ||
| Standard | 500 messages | | ||
| Premium | 4000 messages | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table has inconsistent spacing and formatting. The header row has extra spaces around 'Tier' and the alignment syntax uses colons on both sides for center alignment but only one column appears to need centering. Consider using standard left alignment for both columns or ensure consistent spacing.
| Tier | Maximum Batch Size per Request | | |
|:-----------:|:----------------------------:| | |
| Standard | 500 messages | | |
| Premium | 4000 messages | | |
| Tier | Maximum Batch Size per Request | | |
| --- | --- | | |
| Standard | 500 messages | | |
| Premium | 4000 messages | |
Copilot uses AI. Check for mistakes.
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are unnecessary empty lines before the table. Remove the extra blank lines on lines 61 and 62 to maintain consistent spacing in the documentation.
Copilot uses AI. Check for mistakes.
Hi @prithads - This pull request was opened in the public repo. PMs should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you! Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hi Tracey,
Thanks for your feedback, I have been OOF and am just catching up on my emails.
Could you please direct me to the correct repo or the documentation guide so that I can follow the right process from now on?
Thanks!
Pritha
…________________________________
From: Tracey Torble ***@***.***>
Sent: 29 September 2025 20:19
To: MicrosoftDocs/azure-docs ***@***.***>
Cc: Pritha Das ***@***.***>; Mention ***@***.***>
Subject: Re: [MicrosoftDocs/azure-docs] Update batch-delete.md (PR #127665)
[https://avatars.githubusercontent.com/u/56347952?s=20&v=4]ttorble left a comment (MicrosoftDocs/azure-docs#127665)<#127665 (comment)>
Hi @prithads<https://github.com/prithads> - This pull request was opened in the public repo. PMs should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you!
@spelluru<https://github.com/spelluru>
Can you review the proposed changes?
IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team<https://github.com/orgs/MicrosoftDocs/teams/public-repo-pr-review-team>
—
Reply to this email directly, view it on GitHub<#127665 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKVBI3SYT2RZBSGP3QSIBP33VFBIFAVCNFSM6AAAAACHX6SUHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNBXGQZDONBTGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @spelluru |
added batch delete quotas per SKU