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/core/porting/github-copilot-app-modernization-overview.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ With this assistant, you can:
51
51
52
52
- Code must be written in C#.
53
53
54
-
## Supported project types
54
+
## Upgrade .NET projects
55
55
56
-
GitHub Copilot app modernization supports upgrading projects coded in C#. The following types of projects are supported:
56
+
The modernization agent supports upgrading projects coded in C#. The following types of projects are supported:
57
57
58
58
- ASP.NET and related technologies such as MVC, Razor Pages, Web API
59
59
- Blazor
@@ -63,7 +63,7 @@ GitHub Copilot app modernization supports upgrading projects coded in C#. The fo
63
63
- Class libraries
64
64
- Console apps
65
65
66
-
## Upgrade paths
66
+
###Upgrade paths
67
67
68
68
The following upgrade paths are supported:
69
69
@@ -72,6 +72,26 @@ The following upgrade paths are supported:
72
72
- Modernize your code base with new features.
73
73
- Migrate components and services to Azure.
74
74
75
+
## Migrate .NET projects to Azure
76
+
77
+
The modernization agent combines automated analysis, AI-driven code remediation, build and vulnerability checks, and deployment automation to simplify migrations to Azure. The following capabilities describe how the agent assesses readiness, applies fixes, and streamlines the migration process:
78
+
79
+
- Analysis & Intelligent Recommendations.
80
+
81
+
Assess your application's readiness for Azure migration and receive tailored guidance based on its dependencies and identified issues.
82
+
83
+
- AI-Powered Code Remediation.
84
+
85
+
Apply predefined best-practice code patterns to accelerate modernization with minimal manual effort.
86
+
87
+
- Automatic Build and CVE Resolution.
88
+
89
+
automatically builds your app and resolves compilation errors and vulnerabilities, streamlining development.
90
+
91
+
- Seamless Deployment.
92
+
93
+
Deploy to Azure effortlessly, taking your code from development to cloud faster than ever.
94
+
75
95
## How does it work
76
96
77
97
Once you request the Modernization agent to upgrade or migrate your app, Copilot analyzes your projects and their dependencies, and then asks you a series of questions about the upgrade or migration. After you answer these questions, a plan is written in the form of a Markdown file. If you tell Copilot to proceed with the upgrade or migration, it follows the steps described in the plan.
0 commit comments