You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/deploy.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,7 @@ In this quickstart, you learn how to deploy your project to Azure with GitHub Co
14
14
15
15
## Prerequisites
16
16
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).
Copy file name to clipboardExpand all lines: docs/core/porting/github-copilot-app-modernization-overview.md
+11-20Lines changed: 11 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ titleSuffix: ""
5
5
author: adegeo
6
6
ms.author: adegeo
7
7
ms.topic: overview
8
-
ms.date: 09/15/2025
8
+
ms.date: 09/23/2025
9
9
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.
11
11
12
12
---
13
13
14
-
# GitHub Copilot app modernization
14
+
# What is GitHub Copilot app modernization?
15
15
16
16
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.
17
17
@@ -27,33 +27,24 @@ With this assistant, you can:
27
27
- Fix issues and apply best practices for cloud migration.
28
28
- Validate that your app builds and tests successfully.
29
29
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
+
30
33
## Provide feedback
31
34
32
35
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.
33
36
34
37
## Prerequisites
35
38
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:
0 commit comments