Skip to content

Commit ba9dc21

Browse files
committed
fixes
1 parent 3b919fc commit ba9dc21

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

docs/azure/migration/appcat/visual-studio-copilot.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,32 @@ ms.author: alexwolf
99

1010
# Use Copilot Conversational Analysis with the Azure Migrate application and code assessment tool
1111

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.
1313

1414
> [!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.
1616
1717
## Prerequisites
1818

1919
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) version 17.10 or later
2020
- [Install GitHub Copilot for Visual Studio extension](/dotnet/azure/migration/appcat/visual-studio)
2121
- [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.
2223

23-
### Scan your application
24+
## Analyze the Azure compatibility report with Copilot
2425

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.
2627

27-
## Analyze the results with Copilot
28+
### Chat about the dashboard results
2829

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.
3031

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.
3633
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.
3734

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.":::
3936

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.
4138
1. Continue chatting with Copilot to explore solutions to the discovered issues.
4239

4340
### Chat about a specific issue
@@ -48,9 +45,9 @@ The Azure compatibility report also provides specific details about the aggregat
4845
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.
4946

5047
> [!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.
5249
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.":::
5451

5552
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.
5653

0 commit comments

Comments
 (0)