Rebrand GitHub Copilot modernization for .NET to Copilot upgrade - #55191
Closed
adegeo wants to merge 1 commit into
Closed
Rebrand GitHub Copilot modernization for .NET to Copilot upgrade#55191adegeo wants to merge 1 commit into
adegeo wants to merge 1 commit into
Conversation
Rebrand all "GitHub Copilot modernization" references to "GitHub Copilot upgrade / Upgrade agent" across conceptual and how-to articles, tables of contents, index pages, global configurations, and redirections. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3ca5be59-64e3-4b9f-a09a-716a90107150
adegeo
requested review from
a team,
alexwolfmsft and
meaghanlewis
as code owners
July 29, 2026 23:13
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET porting and Azure migration documentation set to reflect the rebranded “GitHub Copilot upgrade / Upgrade agent” name, including link updates and redirections after renaming the content folder.
Changes:
- Updates TOCs, landing pages, and cross-links to point from
github-copilot-app-modernizationtogithub-copilot-upgrade. - Refreshes product/agent terminology across core porting and Azure migration pages, and adds cloud (Copilot coding agent) setup guidance.
- Adds/updates Open Publishing redirection entries to preserve existing URLs after the rename.
Reviewed changes
Copilot reviewed 34 out of 36 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/navigate/migration-guide/toc.yml | Updates migration guide TOC links to the new github-copilot-upgrade paths. |
| docs/navigate/migration-guide/index.yml | Rebrands landing page section and updates links to the new upgrade content. |
| docs/includes/github-copilot-upgrade-prereqs.md | Rebrands shared Visual Studio prerequisites include for upgrade agent. |
| docs/core/tools/sdk-errors/netsdk1138.md | Updates TIP link text/target to “GitHub Copilot upgrade”. |
| docs/core/porting/third-party-deps.md | Updates porting guidance link to point at upgrade overview. |
| docs/core/porting/porting-approaches.md | Updates “Next steps” link to upgrade overview. |
| docs/core/porting/modernize.md | Updates modernization article to reference upgrade agent for upgrading. |
| docs/core/porting/index.md | Rebrands the recommended upgrade tool section and related links. |
| docs/core/porting/includes/github-copilot-suggestion.md | Updates the deprecation include to recommend the upgrade chat agent. |
| docs/core/porting/github-copilot-upgrade/working-with-agent.md | Rebrands title/body and related links for the upgrade agent. |
| docs/core/porting/github-copilot-upgrade/troubleshooting.md | Rebrands troubleshooting content and related links. |
| docs/core/porting/github-copilot-upgrade/toc.yml | Updates TOC display name for the rebranded section. |
| docs/core/porting/github-copilot-upgrade/scenarios-and-skills.md | Rebrands scenarios/skills reference wording and related links. |
| docs/core/porting/github-copilot-upgrade/overview.md | Rebrands overview page and updates terminology throughout. |
| docs/core/porting/github-copilot-upgrade/install.md | Rebrands install article and adds Copilot coding agent (cloud) instructions. |
| docs/core/porting/github-copilot-upgrade/index.yml | Rebrands landing page metadata and updates Azure migration links’ toc/bc parameters. |
| docs/core/porting/github-copilot-upgrade/includes/supported-upgrade-paths.md | Adds an include listing supported upgrade paths. |
| docs/core/porting/github-copilot-upgrade/includes/how-to-initiate.md | Adds an include describing how to start/initiate the agent. |
| docs/core/porting/github-copilot-upgrade/how-to-upgrade-with-github-copilot.md | Rebrands the “how-to upgrade” guide and related links. |
| docs/core/porting/github-copilot-upgrade/how-to-custom-upgrade-instructions.md | Rebrands customization guidance for upgrade instructions. |
| docs/core/porting/github-copilot-upgrade/faq.yml | Rebrands FAQ content and section naming. |
| docs/core/porting/github-copilot-upgrade/customization.md | Rebrands customization article heading/description. |
| docs/core/porting/github-copilot-upgrade/concepts.md | Rebrands concepts article wording and related links. |
| docs/core/porting/github-copilot-upgrade/best-practices.md | Rebrands best practices article wording and related links. |
| docs/core/porting/framework-overview.md | Updates porting tool overview section references to the upgrade agent. |
| docs/core/install/upgrade.md | Updates install/upgrade tip to refer to the upgrade agent. |
| docs/azure/toc.yml | Updates Azure TOC entries to point at the upgrade content paths. |
| docs/azure/migration/appmod/working-with-assessment.md | Updates FAQ link to point at the upgrade FAQ. |
| docs/azure/migration/appmod/quickstart.md | Updates quickstart “Next steps” link target to the upgrade FAQ. |
| docs/azure/migration/appmod/includes/quickstart-visual-studio.md | Switches prereqs include and FAQ link to the upgrade equivalents. |
| docs/azure/migration/appmod/deploy.md | Switches prereqs include to the upgrade prereqs include. |
| docs/azure/migration/appmod/containerization.md | Switches prereqs include to the upgrade prereqs include. |
| docfx.json | Updates ownership/metadata mappings from the old folder path to the new one. |
| .openpublishing.redirection.navigate.json | Updates redirect to point to the new upgrade index (but schema needs correction). |
| .openpublishing.redirection.core.json | Adds redirects for old modernization paths to new upgrade paths. |
| .openpublishing.redirection.azure.json | Updates Azure redirect targets for appmod overview/FAQ to the upgrade pages. |
Comments suppressed due to low confidence (2)
docs/includes/github-copilot-upgrade-prereqs.md:15
- The prerequisites list says the Visual Studio optional component is "GitHub Copilot upgrade", but the install article in this PR says Visual Studio uses the "GitHub Copilot app modernization" optional component. Align the component name here to avoid setup failures due to mismatched UI labels.
docs/core/porting/github-copilot-upgrade/install.md:156 - The ordered list under "Disable the firewall" uses
1.then2.. This repo's Markdown style expects ordered lists to use1.for every item so numbering is handled consistently by Markdown renderers.
Comment on lines
1
to
+5
| { | ||
| "redirections": [ | ||
| { | ||
| "source_path_from_root": "/docs/navigate/github-copilot-modernize/index.yml", | ||
| "redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/index" | ||
| } | ||
| ] | ||
| "redirections": { | ||
| "source_path_from_root": "/docs/navigate/github-copilot-modernize/index.yml", | ||
| "redirect_url": "/dotnet/core/porting/github-copilot-upgrade/index" | ||
| } |
Comment on lines
33
to
+34
| - [Predefined Tasks](predefined-tasks.md) | ||
| - [GitHub Copilot modernization FAQ](../../../core/porting/github-copilot-app-modernization/faq.yml) | ||
| - [GitHub Copilot modernization FAQ](../../../core/porting/github-copilot-upgrade/faq.yml) |
Comment on lines
+1349
to
1352
| { | ||
| "source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-install.md", | ||
| "redirect_url": "/dotnet/core/porting/github-copilot-upgrade/overview" | ||
| }, |
adegeo
marked this pull request as draft
July 30, 2026 00:29
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
To match the rebranded product name, the folder
docs/core/porting/github-copilot-app-modernizationwas renamed togithub-copilot-upgrade. This pull request updates internal links, global index files, and prereqs include files, and adds appropriate redirection entries. To avoid user confusion, the term "modernization" is now strictly limited to topics that involve actual Azure migration paths.Fixes #55008
Internal previews
Toggle expand/collapse
Note
This table shows the first 30 preview links (sorted alphabetically by file path) found in the OPS build report. For the full list, select OpenPublishing.Build Details within checks.