Skip to content

Commit f6807e1

Browse files
authored
Merge pull request #3 from Descatles/ninpan/quickstart
Add migration steps in quickstart
2 parents 73e4f9a + cccf295 commit f6807e1

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed
149 KB
Loading
124 KB
Loading

docs/azure/migration/appmod/quickstart.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,27 @@ App Modernization for .NET assessment helps you identify your application readin
7272
:::image type="content" source="media/assessment-report.png" alt-text="A screenshot showing the generated assessment report with detailed findings.":::
7373

7474

75-
## Start a migration
75+
## Start migration
7676

7777
GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](predefined-tasks.md) for common migration scenarios, following Microsoft's best practices.
7878

79-
1. Select the **Migrate** button in the Assessment Report generated in the previous step to start a migration.
79+
### Start a migration task
8080

81-
> [!TIP]
82-
> If you already know which migration scenario you want, go to `GitHub Copilot app modernization for .NET` > `Migration Tasks` and select the appropriate task directly.
81+
You can start a migration task in one of the following ways:
82+
83+
**Option 1. Run from the Assessment Report**
84+
85+
Select the **Run Task** button in the Assessment Report generated in the previous step to start a migration task.
86+
87+
**Option 2. Send in Copilot Chat**
88+
89+
Send the migration task number (e.g., 1.1) or its name in the chat.
90+
91+
:::image type="content" source="media/quickstart_chat_experience.png" alt-text="A screenshot showing sending the message in the Copilot Chat to start a migration task.":::
8392

8493
### Plan and progress tracker generation
8594

86-
- When you start the migration, GitHub Copilot begins a session in agent mode with predefined prompts.
95+
- When you start the migration, GitHub Copilot begins a session named "App modernization: migrate from <source technology> to <target technology>" in agent mode with predefined prompts.
8796
- The tool creates two files in the `.appmod/.migration` folder:
8897
- `plan.md` - the overall migration plan
8998
- `progress.md` - a progress tracker; GitHub Copilot marks items as it completes tasks
@@ -103,10 +112,15 @@ GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](
103112
- Apply configuration changes
104113
- Make code changes
105114
- Build the solution, fix all compilation and configuration errors, and ensure a successful build
115+
- Security vulnerability fix
116+
117+
## Default chat messages
118+
119+
The GitHub Copilot app modernization for .NET extension provides default chat message options to streamline your workflow.
106120

107-
### Default chat messages
121+
:::image type="content" source="media/quickstart_followup.png" alt-text="A screenshot showing default chat message options in the Copilot Chat.":::
108122

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:
123+
You can choose one of the predefined options below and send it in the chat:
110124

111125
- **Run modernization assessment**: Initiates a comprehensive new assessment of your application to identify migration readiness issues and Azure compatibility challenges.
112126
- **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.

0 commit comments

Comments
 (0)