Add comprehensive TROUBLESHOOTING.md file for Azure Service Bus Python SDK#41352
Merged
Add comprehensive TROUBLESHOOTING.md file for Azure Service Bus Python SDK#41352
Conversation
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add TROUBLESHOOTING.md for Azure Service Bus
Add comprehensive TROUBLESHOOTING.md file for Azure Service Bus Python SDK
May 29, 2025
swathipil
reviewed
May 29, 2025
…ing example Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
kashifkhan
reviewed
May 30, 2025
kashifkhan
reviewed
May 30, 2025
kashifkhan
reviewed
May 30, 2025
Co-authored-by: kashifkhan <361477+kashifkhan@users.noreply.github.com>
Co-authored-by: kashifkhan <361477+kashifkhan@users.noreply.github.com>
… string Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
swathipil
reviewed
Jun 5, 2025
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
…ets suggestion, and clean up formatting Co-authored-by: jsquire <913445+jsquire@users.noreply.github.com>
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Contributor
Author
I've addressed the feedback by removing the "Threading and concurrency issues" section entirely rather than condensing it. This section contained general Python patterns rather than Service Bus-specific troubleshooting. The guide now focuses exclusively on Service Bus-specific issues. Commit: b684064 |
Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Member
|
@copilot undo the previous 2 commits |
Contributor
Author
Member
…tion and client options references Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Contributor
Author
l0lawrence
reviewed
Jun 12, 2025
l0lawrence
approved these changes
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive
TROUBLESHOOTING.mdfile to the Azure Service Bus Python SDK directory (sdk/servicebus/azure-servicebus/) to provide developers with clear guidance on diagnosing and resolving common issues.Addresses: #36334
What's Changed
sdk/servicebus/azure-servicebus/TROUBLESHOOTING.md(421 lines)Content Overview
The troubleshooting guide includes the following sections:
🔧 General Troubleshooting
🔐 Authentication & Authorization Issues
🌐 Connectivity Issues
📨 Message Handling Issues
AutoLockRenewerusage🎯 Session Handling Issues
📊 Quota & Capacity Issues
❓ Frequently Asked Questions
🆘 Getting Help
Key Features
Benefits for Developers
This troubleshooting guide will help developers:
The file serves as a centralized resource for Service Bus troubleshooting, reducing the need to search through multiple documentation sources or GitHub issues.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.