-
Notifications
You must be signed in to change notification settings - Fork 325
Add Bug Bash Docs #818
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
Add Bug Bash Docs #818
Conversation
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
Adds comprehensive Bug Bash documentation for Azure MCP Server including installation, scenario-based testing guides (storage, databases, deployment, infra-as-code, PaaS, full-stack, agents), and an overview README.
- Introduces multiple end-to-end scenario guides with prompts and verification steps
- Adds installation and platform/IDE testing procedures
- Provides quick reference sections and common issue reporting structure
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 17 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/bug-bash/README.md | Adds Bug Bash overview, goals, reporting process, and scenario index |
| docs/bug-bash/installation-testing.md | Adds multi-platform and IDE installation testing guide plus UI configuration tests |
| docs/bug-bash/scenarios/storage-operations.md | Adds storage inspection scenario and tool usage guide |
| docs/bug-bash/scenarios/paas-services.md | Adds App Service / Function App inspection and database connection scenarios |
| docs/bug-bash/scenarios/infra-as-code.md | Documents Bicep/Terraform guidance and verification workflows |
| docs/bug-bash/scenarios/full-stack-apps.md | Full-stack (Node/Cosmos, Flask/Postgres) end-to-end scenarios |
| docs/bug-bash/scenarios/deployment.md | Deployment planning, CI/CD, logs, and architecture guidance |
| docs/bug-bash/scenarios/database-operations.md | Database (Cosmos, PostgreSQL) inspection/query scenarios |
| docs/bug-bash/scenarios/agent-building.md | Azure AI Foundry and agent interaction/evaluation scenarios |
joshfree
left a comment
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.
Left comments to address now or as a follow up
Adds first version of bug bash docs.