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
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,27 @@ App Modernization for .NET assessment helps you identify your application readin
72
72
:::image type="content" source="media/assessment-report.png" alt-text="A screenshot showing the generated assessment report with detailed findings.":::
73
73
74
74
75
-
## Start a migration
75
+
## Start migration
76
76
77
77
GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](predefined-tasks.md) for common migration scenarios, following Microsoft's best practices.
78
78
79
-
1. Select the **Migrate** button in the Assessment Report generated in the previous step to start a migration.
79
+
### Start a migration task
80
80
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.":::
83
92
84
93
### Plan and progress tracker generation
85
94
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 <sourcetechnology> to <targettechnology>" in agent mode with predefined prompts.
87
96
- The tool creates two files in the `.appmod/.migration` folder:
88
97
-`plan.md` - the overall migration plan
89
98
-`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](
103
112
- Apply configuration changes
104
113
- Make code changes
105
114
- 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.
106
120
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.":::
108
122
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:
110
124
111
125
- **Run modernization assessment**: Initiates a comprehensive new assessment of your application to identify migration readiness issues and Azure compatibility challenges.
112
126
- **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