Skip to content

Commit bc2dfaf

Browse files
authored
Updates
1 parent 47eb230 commit bc2dfaf

10 files changed

+77
-301
lines changed

.openpublishing.redirection.azure.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"source_path_from_root": "/docs/azure/dotnet-howto-migrate-vm.md",
1717
"redirect_url": "/dotnet/azure/migration/vm"
1818
},
19+
{
20+
"source_path_from_root": "/docs/azure/migration/appmod/overview.md",
21+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-overview?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json"
22+
},
23+
{
24+
"source_path_from_root": "/docs/azure/migration/appmod/faq.md",
25+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-faq?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json"
26+
},
1927
{
2028
"source_path_from_root": "/docs/azure/dotnet-quickstart-vs.md",
2129
"redirect_url": "/visualstudio/deployment/quickstart-deploy-aspnet-web-app"

docs/azure/migration/appmod/deploy.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ In this quickstart, you learn how to deploy your project to Azure with GitHub Co
1414

1515
## Prerequisites
1616

17-
- Windows operating system
18-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
19-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
20-
- GitHub Copilot
21-
- GitHub Copilot app modernization for .NET
22-
- GitHub account with Copilot access and a supported subscription plan:
23-
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
24-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
25-
- If you change subscriptions, restart Visual Studio.
17+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
2618

2719
## Deploy your project
2820

docs/azure/migration/appmod/faq.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

docs/azure/migration/appmod/overview.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/azure/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ items:
2727
- name: GitHub Copilot app modernization for .NET
2828
items:
2929
- name: Overview
30-
href: ../core/porting/github-copilot-app-modernization-overview.md
30+
href: ../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3131
- name: FAQ
32-
href: ../core/porting/github-copilot-app-modernization-faq.yml
32+
href: ../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3333
- name: Predefined Tasks
3434
href: ./migration/appmod/predefined-tasks.md
3535
- name: Quickstart - Assess and migrate a .NET project

docs/core/porting/github-copilot-app-modernization-overview.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ titleSuffix: ""
55
author: adegeo
66
ms.author: adegeo
77
ms.topic: overview
8-
ms.date: 09/15/2025
8+
ms.date: 09/23/2025
99

10-
#customer intent: As a developer, I want to upgrade my project or migrate the project to Azure so that I can take advantage of the latest features.
10+
#customer intent: As a developer, I want to learn about what the GitHub Copilot app modernziation is, so that I understand its capabilities and how I can take advantage of it.
1111

1212
---
1313

14-
# GitHub Copilot app modernization
14+
# What is GitHub Copilot app modernization?
1515

1616
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.
1717

@@ -27,33 +27,24 @@ With this assistant, you can:
2727
- Fix issues and apply best practices for cloud migration.
2828
- Validate that your app builds and tests successfully.
2929

30+
> [!IMPORTANT]
31+
> Starting with Visual Studio 2022 17.14.16, the GitHub Copilot Modernization agent is included with Visual Studio. If you're using an older version of Visual Studio 2022, upgrade to the latest release.
32+
3033
## Provide feedback
3134

3235
Feedback is important to Microsoft and the efficiency of this agent. Use the [Suggest a feature](/visualstudio/ide/suggest-a-feature) and [Report a problem](/visualstudio/ide/report-a-problem) features of Visual Studio to provide feedback.
3336

3437
## Prerequisites
3538

36-
- Windows Operating System
37-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/). (To be released)
38-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with the following optional components enabled:
39-
40-
- GitHub Copilot
41-
- GitHub Copilot app modernization for .NET
42-
43-
- Copilot license and supported subscription plan:
44-
45-
[Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
39+
The following items are required before you can use GitHub Copilot app modernization:
4640

47-
Supported subscription plans:
41+
[!INCLUDE[github-copilot-app-mod-prereqs](../../includes/github-copilot-app-mod-prereqs.md)]
4842

49-
- Copilot Pro
50-
- Copilot Pro+
51-
- Copilot Business
52-
- Copilot Enterprise
43+
## How to start an upgrade or migration
5344

54-
(If you change subscriptions, you must restart Visual Studio.)
45+
To start an upgrade or migration, interact with GitHub Copilot, following these steps:
5546

56-
- Code must be written in C#.
47+
[!INCLUDE[github-copilot-how-to-initiate](./includes/github-copilot-how-to-initiate.md)]
5748

5849
## Upgrade .NET projects
5950

0 commit comments

Comments
 (0)