Skip to content

Commit 73e4f9a

Browse files
author
Wenhao Zhang
committed
refine and add follow up
1 parent 3c814ab commit 73e4f9a

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

docs/azure/migration/appmod/quickstart.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,27 @@ For more information, see [Find, install, and manage extensions for Visual Studi
4949

5050
## Assess application readiness
5151

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

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.
5755

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.
5957

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**.
6159

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.":::
6361

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.
6563

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.":::
6765

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.
6967

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.":::
7173

7274

7375
## Start a migration
@@ -102,6 +104,18 @@ GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](
102104
- Make code changes
103105
- Build the solution, fix all compilation and configuration errors, and ensure a successful build
104106

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.
117+
118+
105119
## Next Steps
106120

107121
- [Predefined Tasks](predefined-tasks.md)

0 commit comments

Comments
 (0)