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/overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ App Modernization for .NET is provided as a Visual Studio extension and relies o
29
29
30
30
For a complete walkthrough of setting up and using GitHub Copilot app modernization for .NET, see [Quickstart: Assessing an application and applying code changes](quickstart.md).
31
31
32
-
## Key Concepts
32
+
## Key concepts
33
33
34
34
GitHub Copilot app modernization for .NET supports end-to-end migration to Azure, including assessment, planning, code remediation, build fixes, and unit test fixes. It uses GitHub Copilot AI capabilities to help you migrate and run your applications on Azure with confidence, accelerating the entire modernization lifecycle.
35
35
@@ -45,33 +45,33 @@ When code changes are needed, the tool guides you through remediation using pred
45
45
46
46
For more information, see [Predefined tasks](predefined-tasks.md).
47
47
48
-
## Common Use Cases
48
+
## Common use cases
49
49
50
50
App Modernization for .NET (Preview) supports the following scenarios:
51
51
52
52
-**Assessment of modernization issue**
53
53
54
54
Evaluates your application's readiness for Azure migration in Visual Studio, powered by [AppCAT for .NET](../appcat/install.md).
55
55
56
-

56
+

57
57
58
58
-**Solution recommendations**
59
59
60
60
Recommends target Azure services for your application's resource dependencies, tailored to each category of assessed issues.
61
61
62
-

62
+

63
63
64
64
-**Code remediation for common issues**
65
65
66
66
Accelerates code changes for [common modernization issues](predefined-tasks.md) by applying predefined tasks that represent expert best practices.
67
67
68
-

68
+

69
69
70
70
-**Automatic fixes for compilation errors:**
71
71
72
72
Automatically discovers and fixes compilation errors introduced by code changes.
73
73
74
-
## Feedback and Privacy
74
+
## Feedback and privacy
75
75
76
76
-**Feedback:** We value your feedback—share [your thoughts here](https://aka.ms/AM4DFeedback) to help us improve the product.
77
77
-**License:** This extension is licensed under the [GitHub Copilot Product Specific Terms](https://github.com/customer-terms/github-copilot-product-specific-terms).
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: alexwolfmsft
8
8
ms.author: alexwolf
9
9
---
10
10
11
-
# Quickstart: Assess and Migrate a .NET Project with GitHub Copilot app modernization for .NET (Preview)
11
+
# Quickstart: Assess and migrate a .NET Project with GitHub Copilot app modernization for .NET (Preview)
12
12
13
13
In this quickstart, you assess and migrate a .NET project using [GitHub Copilot app modernization for .NET (Preview)](https://marketplace.visualstudio.com/items?itemName=vscjava.appmod-dotnet). You complete the following tasks:
14
14
@@ -33,7 +33,7 @@ GitHub Copilot is a dependency of the App Modernization Extension and experience
33
33
34
34
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states?view=vs-2022).
35
35
36
-
## Install the GitHub Copilot App Modernization Extension
36
+
## Install the GitHub Copilot app modernization extension
37
37
38
38
To complete the steps ahead, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension.
Copy file name to clipboardExpand all lines: docs/azure/migration/appmod/sample.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ author: alexwolfmsft
8
8
ms.author: alexwolf
9
9
---
10
10
11
-
# Contoso University Migration Sample
11
+
# Contoso University migration sample
12
12
13
13
The [Contoso University sample web app](https://github.com/Azure-Samples/dotnet-migration-copilot-samples/tree/main/ContosoUniversity) provides an example project you can experiment with using GitHub Copilot app modernization for .NET (Preview). For more information and step-by-step instructions, see the [quickstart guide](quickstart.md).
14
14
15
-
## Scenario Overview
15
+
## Scenario overview
16
16
17
17
Contoso University is a fictional university management system originally built with .NET Framework 4.8. The application includes features such as:
18
18
@@ -37,6 +37,6 @@ Using App Modernization for .NET (Preview), you can update the sample to use mod
37
37
38
38
This migration illustrates how to transform a legacy, on-premises application into a scalable and maintainable cloud-native solution using GitHub Copilot and Azure services.
39
39
40
-
## Learn More
40
+
## Learn more
41
41
42
42
-[Quickstart: Assess and migrate a .NET project using GitHub Copilot app modernization for .NET (Preview)](quickstart.md)
0 commit comments