Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/azure/migration/appmod/coding-agent-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ This article shows you how to migrate .NET apps using **GitHub Copilot app moder
1. In the prompt box, open the dropdown, and select the repository where you want to create the custom agent profile.
1. (Optional) Select the branch where you want to create the agent profile. The default is the main branch.
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.
1. Paste the content below into the template, and rename the file to `appmod-dotnet.agent.md`.
1. Paste the content below into the template, and rename the file to `modernize-azure-dotnet.agent.md`.

```
---
# .NET Modernization Assistant - Custom GitHub Copilot Agent
# .NET modernize to azure assistant - Custom GitHub Copilot Agent
# This agent helps modernize .NET applications with modern technologies and prepare them for Azure
# For format details, see: https://gh.io/customagents/config

name: dotnet-modernization
name: modernize-azure-dotnet
description: Expert assistant for modernizing .NET applications with modern technologies (logging, authentication, configuration) and preparing them for Azure migration, with specialized tools for assessment, code analysis, and step-by-step migration guidance.
---

# .NET Modernization Assistant
# .NET modernize to azure assistant

I am a specialized AI assistant for modernizing .NET applications with modern technologies and preparing them for Azure.

Expand Down
8 changes: 4 additions & 4 deletions docs/azure/migration/appmod/copilot-cli-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@ Learn how to migrate .NET applications to Azure with **GitHub Copilot app modern

### Configure a custom agent

1. Create a file in the local `~/.copilot/agents` directory named `appmod-dotnet.agent.md`.
1. Create a file in the local `~/.copilot/agents` directory named `modernize-azure-dotnet.agent.md`.
1. Add the following content to define a User-level custom agent.

For more information, visit [Use custom agents in Copilot CLI](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli#use-custom-agents).

```text
---
# .NET Modernization Assistant - Custom GitHub Copilot Agent
# .NET modernize to azure assistant - Custom GitHub Copilot Agent
# This agent helps modernize .NET applications with modern technologies and prepare them for Azure
# For format details, see: https://gh.io/customagents/config

name: dotnet-modernization
name: modernize-azure-dotnet
description: Expert assistant for modernizing .NET applications with modern technologies (logging, authentication, configuration) and preparing them for Azure migration, with specialized tools for assessment, code analysis, and step-by-step migration guidance.
---

# .NET Modernization Assistant
# .NET modernize to azure assistant

I am a specialized AI assistant for modernizing .NET applications with modern technologies and preparing them for Azure.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/azure/migration/appmod/media/select-custom-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading