Update AppLens SignalR endpoint to diagnosticschatnext - #3173
Open
adwait-hegde wants to merge 1 commit into
Open
Update AppLens SignalR endpoint to diagnosticschatnext#3173adwait-hegde wants to merge 1 commit into
adwait-hegde wants to merge 1 commit into
Conversation
Point public-cloud conversational diagnostics at the replacement hub so diagnose continues to work after the old chatHub retirement (microsoft#3164). Co-authored-by: Cursor <cursoragent@cursor.com>
adwait-hegde
requested review from
RickWinter,
alzimmermsft,
conniey,
jairmyree,
saikoumudi and
tmeschter
July 28, 2026 21:36
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Thank you for your contribution @adwait-hegde! We will review the pull request and get back to you soon. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure AppLens tool’s public-cloud conversational diagnostics SignalR hub endpoint to the new diagnosticschatnext host while keeping China and US Government cloud endpoints unchanged, and adds a server changelog entry documenting the fix.
Changes:
- Switched Azure Public Cloud SignalR URL from
diagnosticschat.azure.com/chatHubtodiagnosticschatnext.azure.com/chathub. - Kept China and US Government cloud SignalR endpoints as-is.
- Added an Azure.Mcp.Server changelog entry for the bug fix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/Azure.Mcp.Tools.AppLens/src/Services/AppLensService.cs | Updates the public-cloud SignalR hub endpoint and the fallback/default endpoint. |
| servers/Azure.Mcp.Server/changelog-entries/adwait-applens-signalr-endpoint.yml | Adds a changelog entry describing the endpoint update (needs section name fix). |
Comment on lines
+1
to
+3
| changes: | ||
| - section: "Bugs Fixed" | ||
| description: "Updated AppLens conversational diagnostics to use the new SignalR endpoint." |
Author
|
@microsoft-github-policy-service agree |
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
https://diagnosticschat.azure.com/chatHubtohttps://diagnosticschatnext.azure.com/chathub(Update AppLens Tool endpoint #3164).Test plan
dotnet build tools/Azure.Mcp.Tools.AppLens/srcdotnet testAppLens unit tests (27 passed)azmcp applens resource diagnoseagainst a diagnosable Azure resource to confirm SignalR connects via the new hubFixes #3164
Made with Cursor