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/appcat/visual-studio-copilot.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,25 @@ ms.author: alexwolf
9
9
10
10
# Use Copilot Conversational Analysis with the Azure Migrate application and code assessment tool
11
11
12
-
Azure Migrate application and code assessment for .NET integrates with the GitHub Copilot extension for Visual Studio. Together, they provide conversational analysis about your migration reports. GitHub Copilot can help you learn more about the overall results, specific issues and determine next steps. In this article, you learn how to use GitHub Copilot to analyze the results of a completed Azure migration report.
12
+
Azure Migrate application and code assessment for .NET integrates with the GitHub Copilot extension for Visual Studio. Together, they provide conversational analysis about your migration reports. GitHub Copilot can help you learn more about the overall results and specific issues and determine next steps. In this article, you learn how to use GitHub Copilot to analyze the results of a completed Azure migration report.
13
13
14
14
> [!NOTE]
15
15
> Copilot integration is not available natively using the [.NET CLI version](/dotnet/azure/migration/appcat/dotnet-cli) of Azure Migrate application and code assessment for .NET.
16
16
17
17
## Prerequisites
18
18
19
19
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) version 17.10 or later
20
-
-[Install GitHub Copilot for Visual Studio extension](/dotnet/azure/migration/appcat/visual-studio)
20
+
-[Install GitHub Copilot for Visual Studio extension](visual-studio.md)
21
21
-[Install a version of .NET](https://dotnet.microsoft.com/download) that supports the app you're trying to migrate
22
-
-[Scan your application in Visual Studio](/dotnet/azure/migration/appcat/visual-studio) to use Copilot conversational analysis. Copilot relies on a completed scan report to provide suggestions.
22
+
-[Scan your application in Visual Studio](visual-studio.md) to use Copilot conversational analysis. Copilot relies on a completed scan report to provide suggestions.
23
23
24
24
## Analyze the Azure compatibility report with Copilot
25
25
26
26
Visual Studio displays the results of the Azure Migrate application and code assessment tool scan using an interactive dashboard. If you have the GitHub Copilot extension installed, additional options are available to start a chat with your Copilot. You can start a chat about the overall results of the report, or prompt Copilot about a specific issue.
27
27
28
28
### Chat about the dashboard results
29
29
30
-
The main dashboard of the Azure compatibility report shows a summary of the scan, including next steps, issue severity and issue categories. You can use Github Copilot to chat about these results and specific followup tasks.
30
+
The main dashboard of the Azure compatibility report shows a summary of the scan, including next steps, issue severity, and issue categories. You can use GitHub Copilot to chat about these results and specific follow-up tasks.
31
31
32
32
1. In the **NEXT STEPS** section of the Azure compatibility report, select the **Open chat** button to launch a chat session with GitHub Copilot.
33
33
1. Visual Studio sends a default prompt asking for assistance with migrating the scanned solution. Copilot responds with a summary of the identified issues and provides clickable links to select specific issues to follow up on.
@@ -39,13 +39,13 @@ The main dashboard of the Azure compatibility report shows a summary of the scan
39
39
40
40
### Chat about a specific issue
41
41
42
-
The Azure compatibility report also provides specific details about the aggregate issues discovered during the scan. You can use Copilot to investigate and learn more about these issues, as well as options or next steps to resolve them.
42
+
The Azure compatibility report also provides specific details about the aggregate issues discovered during the scan. You can use Copilot to investigate and learn more about these issues, as well as discover options or next steps to resolve them.
43
43
44
44
1. On the main dashboard page of the Azure compatibility report, select **Aggregate issues** on the left navigation to switch to the issues view. The new view displays a list of issues and related information, such as their estimated severity and state.
45
45
1. Select the arrow icon next to an issue you're interested in to see more details, and then select the **Ask Copilot** button to start a new Copilot chat about that specific issue.
46
46
47
47
> [!NOTE]
48
-
> THe**Ask Copilot** feature shares the description of the issue as well details about the code snippet that triggered the issue with GitHub Copilot. Only select **Ask Copilot** if you are comfortable sending the details of that issue to Copilot.
48
+
> The**Ask Copilot** feature shares the description of the issue and details about the code snippet that triggered the issue with GitHub Copilot. Only select **Ask Copilot** if you're comfortable sending the details of that issue to Copilot.
49
49
50
50
:::image type="content" source="media/vs/copilot-issue-analyze.png" lightbox="media/vs/copilot-issue-analyze.png" alt-text="A screenshot showing GitHub Copilot integration with the Azure Migrate application and code assessment tool issues report page.":::
51
51
@@ -56,5 +56,5 @@ The Azure compatibility report also provides specific details about the aggregat
56
56
## Next steps
57
57
58
58
-[Interpret the analysis results from the Azure Migrate application and code assessment for .NET](./interpret-results.md).
59
-
-[Customize analysis using run configs](/dotnet/azure/migration/appcat/custom-configuration)
0 commit comments