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
2 changes: 1 addition & 1 deletion docs/azure/migration/appmod/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author: JiDong
ms.author: donji
---

# Deploy your project to Azure by using GitHub Copilot app modernization for .NET
# Quickstart: Use GitHub Copilot app modernization for .NET to deploy your project to Azure

In this quickstart, you learn how to deploy your project to Azure with GitHub Copilot app modernization for .NET. This tool lets you deploy migrated projects to Azure and automatically fixes deployment errors during the process.

Expand Down
8 changes: 4 additions & 4 deletions docs/azure/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ items:
- name: GitHub Copilot app modernization for .NET
items:
- name: Overview
href: ./migration/appmod/overview.md
href: ../core/porting/github-copilot-app-modernization-overview.md
- name: FAQ
href: ./migration/appmod/faq.md
href: ../core/porting/github-copilot-app-modernization-faq.yml
- name: Predefined Tasks
href: ./migration/appmod/predefined-tasks.md
- name: Quickstart - Assess and migrate a .NET project
href: ./migration/appmod/containerization.md
- name: Quickstart - Containerize a .NET project
href: ./migration/appmod/quickstart.md
- name: Quickstart - Containerize a .NET project
href: ./migration/appmod/containerization.md
- name: Quickstart - Deploy a .NET project to Azure
href: ./migration/appmod/deploy.md
- name: Sample - Contoso University
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 09/15/2025

---

# What is GitHub Copilot app modernization
# GitHub Copilot app modernization

GitHub Copilot app modernization is a GitHub Copilot agent that helps upgrade projects to newer versions of .NET and migrate .NET applications to Azure quickly and confidently by guiding you through assessment, solution recommendations, code fixes, and validation - all within Visual Studio.

Expand Down Expand Up @@ -100,7 +100,7 @@ The modernization agent combines automated analysis, AI-driven code remediation,

### Predefined tasks for migration

Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET (Preview) offers predefined tasks that cover common migration scenarios.
Predefined tasks capture industry best practices for using Azure services. Currently, GitHub Copilot app modernization for .NET offers predefined tasks that cover common migration scenarios.

- **Migrate to Managed Identity based Database on Azure, including Azure SQL DB, Azure SQL MI, and Azure PostgreSQL**

Expand Down