Skip to content

Commit 023d5d0

Browse files
committed
fixes
1 parent 4601275 commit 023d5d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/azure/migration/appmod/coding-agent-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article shows you how to migrate .NET apps using **GitHub Copilot app moder
3434
dotnet --info
3535
```
3636
37-
## Get started
37+
## Add the MCP Server
3838
3939
1. Go to **Settings** for the target repository you want to modernize (admin access required).
4040
1. Select **Copilot**, then select **Coding Agent**.
@@ -73,7 +73,7 @@ This article shows you how to migrate .NET apps using **GitHub Copilot app moder
7373
1. Select the **Copilot** icon, then select **+ Create an agent**. This action opens a template agent profile named `my-agent.agent.md` in the `.github/agents` directory of your target repository.
7474
1. Paste the content below into the template, and rename the file to `appmod-dotnet.agent.md`. Commit the file, and merge it into the default branch. Return to the agents tab, and refresh the page if needed. Your custom agent appears in the dropdown when you open the agent selector in the prompt box.
7575

76-
Visit [Create a custom agent profile in a repository on GitHub](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents#creating-a-custom-agent-profile-in-a-repository-on-github) for more information.
76+
Visit [Create a custom agent profile in a repository on GitHub](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents#creating-a-custom-agent-profile-in-a-repository-on-github) for more information.
7777

7878
```
7979
---
@@ -170,7 +170,7 @@ Migration phases in order:
170170
Migrate this project from file-based logging to OpenTelemetry
171171
```
172172
173-
For details on predefined migration tasks, see [migration tasks](predefined-tasks.md).
173+
For details on predefined migration tasks, see [migration tasks](predefined-tasks.md).
174174
175175
1. After the migration starts, monitor the progress:
176176

docs/azure/migration/appmod/copilot-cli-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Learn how to migrate .NET applications to Azure with **GitHub Copilot app modern
3030
- A GitHub Copilot subscription. See [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot).
3131
- [Install the .NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0).
3232

33-
## Getting started
33+
## Get started
3434

3535
1. In a terminal, navigate to the .NET project folder containing the code you want to work on.
3636
1. Run `copilot` to start Copilot CLI.
@@ -181,15 +181,15 @@ Learn how to migrate .NET applications to Azure with **GitHub Copilot app modern
181181
182182
Use the custom agent in one of the following ways:
183183
184-
- Using the slash command in interactive mode to select from the list of available custom agents:
184+
- Use the slash command in interactive mode to select from the list of available custom agents:
185185
186186
```text
187187
/agent
188188
```
189189
190190
:::image type="content" source="./media/select-custom-agent.png" lightbox="./media/select-custom-agent.png" alt-text="Screenshot of selecting .NET migration custom agent in Copilot CLI.":::
191191
192-
- Calling out to custom agent directly in a prompt:
192+
- Call the custom agent directly in a prompt:
193193
194194
```text
195195
Use the dotnet modernization agent to migrate this application from local File IO to use Azure Blob Storage.

0 commit comments

Comments
 (0)