From d637c4a6c976fd136a1d931c1ff90a3709e5e9da Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:30:28 -0400 Subject: [PATCH 1/7] Fix links --- docs/azure/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/azure/toc.yml b/docs/azure/toc.yml index 5e6e5e8821360..248c4a0b7f907 100644 --- a/docs/azure/toc.yml +++ b/docs/azure/toc.yml @@ -33,9 +33,9 @@ items: - name: Predefined Tasks href: ./migration/appmod/predefined-tasks.md - name: Quickstart - Assess and migrate a .NET project - href: ./migration/appmod/containerization.md - - name: Quickstart - Containerize a .NET project href: ./migration/appmod/quickstart.md + - name: Quickstart - Containerize a .NET project + href: ./migration/appmod/containerization.md - name: Quickstart - Deploy a .NET project to Azure href: ./migration/appmod/deploy.md - name: Sample - Contoso University From 4299233f234452f76d598adf1cdf165e8bbb23d7 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:32:05 -0400 Subject: [PATCH 2/7] title fix --- docs/azure/migration/appmod/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure/migration/appmod/deploy.md b/docs/azure/migration/appmod/deploy.md index dc9c45ccd17f9..5ee2948f9a997 100644 --- a/docs/azure/migration/appmod/deploy.md +++ b/docs/azure/migration/appmod/deploy.md @@ -8,7 +8,7 @@ author: JiDong ms.author: donji --- -# Deploy your project to Azure by using GitHub Copilot app modernization for .NET +# Quickstart: Use GitHub Copilot app modernization for .NET to deploy your project to Azure In this quickstart, you learn how to deploy your project to Azure with GitHub Copilot app modernization for .NET. This tool lets you deploy migrated projects to Azure and automatically fixes deployment errors during the process. From e14e00b66fcb3e8c5a7daf67a5776a6f2489c573 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:37:16 -0400 Subject: [PATCH 3/7] fix links --- docs/azure/toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/azure/toc.yml b/docs/azure/toc.yml index 248c4a0b7f907..fb885a85be29e 100644 --- a/docs/azure/toc.yml +++ b/docs/azure/toc.yml @@ -27,9 +27,9 @@ items: - name: GitHub Copilot app modernization for .NET items: - name: Overview - href: ./migration/appmod/overview.md + href: ../core/porting/github-copilot-app-modernization-overview.md - name: FAQ - href: ./migration/appmod/faq.md + href: ../core/porting/github-copilot-app-modernization-faq.md - name: Predefined Tasks href: ./migration/appmod/predefined-tasks.md - name: Quickstart - Assess and migrate a .NET project From ce6f97d68aa4b542e0bf9d8ec5692b87fb6ab0a2 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:39:59 -0400 Subject: [PATCH 4/7] verbiage --- docs/core/porting/github-copilot-app-modernization-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization-overview.md b/docs/core/porting/github-copilot-app-modernization-overview.md index 50e10561ff58d..c42e57426569d 100644 --- a/docs/core/porting/github-copilot-app-modernization-overview.md +++ b/docs/core/porting/github-copilot-app-modernization-overview.md @@ -100,7 +100,7 @@ The modernization agent combines automated analysis, AI-driven code remediation, ### Predefined tasks for migration -Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET (Preview) offers predefined tasks that cover common migration scenarios. +Predefined tasks capture industry best practices for using Azure services. Currently, GitHub Copilot app modernization for .NET offers predefined tasks that cover common migration scenarios. - **Migrate to Managed Identity based Database on Azure, including Azure SQL DB, Azure SQL MI, and Azure PostgreSQL** From 964107f4b44072607f1e1b35a646f8c1d3711e32 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:49:55 -0400 Subject: [PATCH 5/7] fix --- docs/core/porting/github-copilot-app-modernization-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization-overview.md b/docs/core/porting/github-copilot-app-modernization-overview.md index c42e57426569d..28d71d5b27dc1 100644 --- a/docs/core/porting/github-copilot-app-modernization-overview.md +++ b/docs/core/porting/github-copilot-app-modernization-overview.md @@ -11,7 +11,7 @@ ms.date: 09/15/2025 --- -# What is GitHub Copilot app modernization +# What is GitHub Copilot app modernization? GitHub Copilot app modernization is a GitHub Copilot agent that helps upgrade projects to newer versions of .NET and migrate .NET applications to Azure quickly and confidently by guiding you through assessment, solution recommendations, code fixes, and validation - all within Visual Studio. From dd921bdf187188839764261f322d2cdaad6faed9 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 23 Sep 2025 12:58:16 -0400 Subject: [PATCH 6/7] fix link --- docs/azure/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure/toc.yml b/docs/azure/toc.yml index fb885a85be29e..cbd97e033c01d 100644 --- a/docs/azure/toc.yml +++ b/docs/azure/toc.yml @@ -29,7 +29,7 @@ items: - name: Overview href: ../core/porting/github-copilot-app-modernization-overview.md - name: FAQ - href: ../core/porting/github-copilot-app-modernization-faq.md + href: ../core/porting/github-copilot-app-modernization-faq.yml - name: Predefined Tasks href: ./migration/appmod/predefined-tasks.md - name: Quickstart - Assess and migrate a .NET project From 9b782bd38d5abf0662338d22c5ca047ba02a5c00 Mon Sep 17 00:00:00 2001 From: alexwolfmsft <93200798+alexwolfmsft@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:07:20 -0400 Subject: [PATCH 7/7] Update docs/core/porting/github-copilot-app-modernization-overview.md Co-authored-by: Bill Wagner --- docs/core/porting/github-copilot-app-modernization-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/porting/github-copilot-app-modernization-overview.md b/docs/core/porting/github-copilot-app-modernization-overview.md index 28d71d5b27dc1..53082daab9250 100644 --- a/docs/core/porting/github-copilot-app-modernization-overview.md +++ b/docs/core/porting/github-copilot-app-modernization-overview.md @@ -11,7 +11,7 @@ ms.date: 09/15/2025 --- -# What is GitHub Copilot app modernization? +# GitHub Copilot app modernization GitHub Copilot app modernization is a GitHub Copilot agent that helps upgrade projects to newer versions of .NET and migrate .NET applications to Azure quickly and confidently by guiding you through assessment, solution recommendations, code fixes, and validation - all within Visual Studio.