Skip to content

Commit 9cf78fd

Browse files
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent ba9dc21 commit 9cf78fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ 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. 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.
1313

1414
> [!NOTE]
1515
> 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
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)
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.
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.
2323

2424
## Analyze the Azure compatibility report with Copilot
2525

2626
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.
2727

2828
### Chat about the dashboard results
2929

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+
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.
3131

3232
1. In the **NEXT STEPS** section of the Azure compatibility report, select the **Open chat** button to launch a chat session with GitHub Copilot.
3333
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
3939

4040
### Chat about a specific issue
4141

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

4444
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.
4545
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.
4646

4747
> [!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.
4949
5050
:::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.":::
5151

@@ -56,5 +56,5 @@ The Azure compatibility report also provides specific details about the aggregat
5656
## Next steps
5757

5858
- [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)
60-
- [Frequently asked questions](/dotnet/azure/migration/appcat/faq)
59+
- [Customize analysis using run configs](custom-configuration.md)
60+
- [Frequently asked questions](faq.md)

0 commit comments

Comments
 (0)