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-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,20 @@ 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 and next steps. In this article, you'll learn how to use GitHub Copilot to analyze potential solutions and action items to resolve any issues with your Azure migration.
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.
13
+
14
+
> [!NOTE]
15
+
> Copilot integration is not available using the .NET CLI version of Azure Migrate application and code assessment for .NET
13
16
14
17
## Prerequisites
15
18
16
-
- Install Visual Studio 2022 version 17.10 or later
17
-
-[Install GitHub Copilot for Visual Studio extension]()
18
-
- Install a supported version of the .NET SDK for the app you're trying to migrate
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)
21
+
-[Install a version of .NET](https://dotnet.microsoft.com/download) that supports the app you're trying to migrate
19
22
20
23
### Scan your application
21
24
22
-
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]() to use this feature. Copilot integration is not available using the .NET CLI version of the tool.
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.
23
26
24
27
## Analyze the results with Copilot
25
28
@@ -44,7 +47,10 @@ The Azure compatibility report also provides specific details about the aggregat
44
47
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
48
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
49
47
-
:::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
+
> [!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.
52
+
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.":::
48
54
49
55
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