Skip to content

docs(azmcp): add Managed Remote hosting survey banner to README#2998

Draft
yunjchoi wants to merge 2 commits into
mainfrom
yunjchoi/azmcp-managed-hosting-survey-banner
Draft

docs(azmcp): add Managed Remote hosting survey banner to README#2998
yunjchoi wants to merge 2 commits into
mainfrom
yunjchoi/azmcp-managed-hosting-survey-banner

Conversation

@yunjchoi

@yunjchoi yunjchoi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Description

Adds an image banner at the top of the Azure MCP Server README inviting users to fill out the Azure MCP Managed Remote hosting survey.

  • Clickable banner linking to https://aka.ms/azmcp/managed-hosting-survey
  • New image asset: servers/Azure.Mcp.Server/images/managed-hosting-survey-banner.png
  • The banner is wrapped in a remove-section annotation (nuget;vsix;npm;pypi) so it appears only in the GitHub README and is excluded from all package-specific READMEs.

Validation

  • Process-PackageReadMe.ps1 -Command validate passes.
  • Extract for npm confirms the banner is stripped from package READMEs.
  • Invoke-Cspell.ps1 on the README surfaces no new spelling issues from this change.

Preview

banner

Adds a clickable image banner at the top of the Azure MCP Server README inviting users to fill out the Managed Remote hosting survey (https://aka.ms/azmcp/managed-hosting-survey). The banner is wrapped in a remove-section annotation so it only appears in the GitHub README and is excluded from nuget/vsix/npm/pypi package READMEs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub-only banner at the top of the Azure MCP Server README to direct users to the “Azure MCP Managed Remote hosting” survey, while ensuring the banner is stripped from all packaged README variants via remove-section annotations.

Changes:

  • Added a clickable survey banner link at the top of servers/Azure.Mcp.Server/README.md, wrapped in remove-section markers for nuget;vsix;npm;pypi.
  • Added the corresponding image asset under servers/Azure.Mcp.Server/images/.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
servers/Azure.Mcp.Server/README.md Inserts a GitHub-only banner link using remove-section annotations so package README outputs exclude it.
servers/Azure.Mcp.Server/images/managed-hosting-survey-banner.png Adds the banner image referenced by the README.

@yunjchoi yunjchoi marked this pull request as draft July 6, 2026 21:04
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@jongio jongio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked the remove-section annotation format against existing patterns in this README (remove_note_ga, remove_azure_logo, remove_install_links). The new remove_managed_hosting_survey identifier follows the same convention.

Verified:

  • Package targets (nuget;vsix;npm;pypi) match other GitHub-only content sections
  • Image path (images/managed-hosting-survey-banner.png) resolves correctly from the README location
  • Start/end annotation identifiers are correctly paired
  • Alt text is present for accessibility

No issues found. CI builds are still in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

3 participants