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
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,35 +9,32 @@ 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 to provide conversational analysis regarding your migration reports. GitHub Copilot can help you learn more about the overall results, specific issues and determine next steps. In this article, you'll 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, 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
-
> Copilot integration is not available using the .NET CLI version of Azure Migrate application and code assessment for .NET
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
20
-[Install GitHub Copilot for Visual Studio extension](/dotnet/azure/migration/appcat/visual-studio)
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
23
23
-
### Scan your application
24
+
##Analyze the Azure compatibility report with Copilot
24
25
25
-
Copilot conversational analysis helps you interpret the results of the Azure Migrate application and code assessment tool scans, so make sure to first [scan your application in Visual Studio](/dotnet/azure/migration/appcat/visual-studio)to use this feature. Copilot integration is not available using the .NET CLI version of the tool.
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.
26
27
27
-
##Analyze the results with Copilot
28
+
### Chat about the dashboard results
28
29
29
-
Visual Studio displays the results of the Azure Migrate application and code assessment tool scan in 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.
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.
30
31
31
-
### Chat about the Dashboard results
32
-
33
-
The main dashboard of the Azure compatibility report shows a summary of the scan, including next steps, issue severity, and the different issue categories. You can use Github Copilot to chat about these results and specific follow up tasks.
34
-
35
-
1. In the **Next steps** section of the Azure compatibility report, select the **Open chat** button to launch a chat session with GitHub Copilot.
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.
36
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.
37
34
38
-
:::image type="content" source="media/vs/copilot-dashbboard-analyze.png" alt-text="A screenshot showing GitHub Copilot integration with the Azure Migrate application and code assessment tool dashboard report page.":::
35
+
:::image type="content" source="media/vs/copilot-dashbboard-analyze.png" lightbox="media/vs/copilot-dashbboard-analyze.png" alt-text="A screenshot showing GitHub Copilot integration with the Azure Migrate application and code assessment tool dashboard report page.":::
39
36
40
-
1. Select one of the proposed issues in the chat response to being further analysis. You can also send your own custom chat prompts to Copilot using the input box at the bottom of the Copilot extension window.
37
+
1. Select one of the proposed issues in the chat response to begin further analysis. You can also send your own custom chat prompts to Copilot using the input box at the bottom of the Copilot extension window.
41
38
1. Continue chatting with Copilot to explore solutions to the discovered issues.
42
39
43
40
### Chat about a specific issue
@@ -48,9 +45,9 @@ The Azure compatibility report also provides specific details about the aggregat
48
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.
49
46
50
47
> [!NOTE]
51
-
> Selecting**Ask Copilot** 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 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.
52
49
53
-
:::image type="content" source="media/vs/copilot-dashbboard-analyze.png" alt-text="A screenshot showing GitHub Copilot integration with the Azure Migrate application and code assessment tool issues report page.":::
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.":::
54
51
55
52
In the preceding screenshot, the scan discovered that the app is using Windows authentication, which is not available on Azure, so Copilot responds with alternatives and general implementation steps.
0 commit comments