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/quickstart.md
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,25 +49,27 @@ For more information, see [Find, install, and manage extensions for Visual Studi
49
49
50
50
## Assess application readiness
51
51
52
-
App Modernization for .NET assessment helps you identify your application readiness challenges, understand their impact, and find recommended solutions. Each solution recommendation includes references to set up Azure resources, add configurations, and make code changes. Follow these steps to start your migration process with assessment:
52
+
App Modernization for .NET assessment helps you identify your application readiness challenges, understand their impact, and find recommended migration tasks. Each migration task includes references to set up Azure resources, add configurations, and make code changes. Follow these steps to start your migration process with assessment:
53
53
54
-
1. Clone the [.NET migration copilot samples](https://github.com/Azure-Samples/dotnet-migration-copilot-samples) repository.
55
-
2. In Visual Studio, open the **Contoso University** project folder from the samples repository.
56
-
3. Right-click the solution and select **Modernize**.
54
+
1. Clone the [.NET migration copilot samples](https://github.com/Azure-Samples/dotnet-migration-copilot-samples) repository to your local machine.
57
55
58
-
:::image type="content" source="media/Modernize.png" alt-text="A screenshot showing the modernize option.":::
56
+
2. In Visual Studio, open the **Contoso University** solution from the samples repository.
59
57
60
-
4. A GitHub Copilot Chat window opens with a welcome message and a list of options. Choose **Migrate to Azure** and send it to Copilot.
58
+
3. Right-click the solution in Solution Explorer and select **Modernize**.
61
59
62
-
:::image type="content" source="media/Welcome.png" alt-text="A screenshot showing the welcome message.":::
60
+
:::image type="content" source="media/Modernize.png" alt-text="A screenshot showing the modernize option in the context menu.":::
63
61
64
-
5. A new Copilot chat session opens and displays the welcome message. The assessment runs automatically.
62
+
4. A GitHub Copilot Chat window opens with a welcome message and predefined options. Select **Migrate to Azure** from the available choices and send it to Copilot.
65
63
66
-
:::image type="content" source="media/AssessmentInProcess.png" alt-text="A screenshot showing assessment in progress.":::
64
+
:::image type="content" source="media/Welcome.png" alt-text="A screenshot showing the welcome message with migration options.":::
67
65
68
-
6. When the assessment finishes, you can view an assessment report UI page and a list of migration tasks in the chat.
66
+
5. A new Copilot chat session opens and displays the welcome message. The assessment automatically begins analyzing your project for migration readiness.
69
67
70
-
:::image type="content" source="media/assessment-report.png" alt-text="A screenshot showing the generated assessment report.":::
68
+
:::image type="content" source="media/AssessmentInProcess.png" alt-text="A screenshot showing assessment in progress with status indicators.":::
69
+
70
+
6. When the assessment completes, you can view a comprehensive assessment report UI page and receive a list of migration tasks in the chat window.
71
+
72
+
:::image type="content" source="media/assessment-report.png" alt-text="A screenshot showing the generated assessment report with detailed findings.":::
71
73
72
74
73
75
## Start a migration
@@ -102,6 +104,18 @@ GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](
102
104
- Make code changes
103
105
- Build the solution, fix all compilation and configuration errors, and ensure a successful build
104
106
107
+
### Default chat messages
108
+
109
+
The GitHub Copilot app modernization for .NET extension provides default chat message options to streamline your workflow. When you open the Copilot chat interface, you can choose from the following predefined options:
110
+
111
+
- **Run modernization assessment**: Initiates a comprehensive new assessment of your application to identify migration readiness issues and Azure compatibility challenges.
112
+
- **View assessment report**: Opens the previously generated assessment report and provides a summarized list of migration tasks based on the assessment results. If no previous assessment exists, it will automatically run a new assessment first.
113
+
- **Browse top migration tasks**: Displays recommended migration tasks and common modernization scenarios, independent of any specific assessment results.
114
+
115
+
> [!TIP]
116
+
> These default messages help you quickly navigate common workflows without typing custom prompts. You can also type your own custom messages to interact with Copilot for specific questions or requirements.
0 commit comments