Skip to content

Commit c330687

Browse files
committed
mooore
1 parent 9e7c9b3 commit c330687

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

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

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ With this assistant, you can:
5151

5252
- Code must be written in C#.
5353

54-
## Supported project types
54+
## Upgrade .NET projects
5555

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:
5757

5858
- ASP.NET and related technologies such as MVC, Razor Pages, Web API
5959
- Blazor
@@ -63,7 +63,7 @@ GitHub Copilot app modernization supports upgrading projects coded in C#. The fo
6363
- Class libraries
6464
- Console apps
6565

66-
## Upgrade paths
66+
### Upgrade paths
6767

6868
The following upgrade paths are supported:
6969

@@ -72,6 +72,26 @@ The following upgrade paths are supported:
7272
- Modernize your code base with new features.
7373
- Migrate components and services to Azure.
7474

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+
7595
## How does it work
7696

7797
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

Comments
 (0)