Skip to content

Commit e3b6b83

Browse files
Fix links (#48679)
* Fix links * Update docs/core/porting/github-copilot-app-modernization-overview.md Co-authored-by: Bill Wagner <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent 306539a commit e3b6b83

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/azure/migration/appmod/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: JiDong
88
ms.author: donji
99
---
1010

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

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

docs/azure/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ items:
2727
- name: GitHub Copilot app modernization for .NET
2828
items:
2929
- name: Overview
30-
href: ./migration/appmod/overview.md
30+
href: ../core/porting/github-copilot-app-modernization-overview.md
3131
- name: FAQ
32-
href: ./migration/appmod/faq.md
32+
href: ../core/porting/github-copilot-app-modernization-faq.yml
3333
- name: Predefined Tasks
3434
href: ./migration/appmod/predefined-tasks.md
3535
- name: Quickstart - Assess and migrate a .NET project
36-
href: ./migration/appmod/containerization.md
37-
- name: Quickstart - Containerize a .NET project
3836
href: ./migration/appmod/quickstart.md
37+
- name: Quickstart - Containerize a .NET project
38+
href: ./migration/appmod/containerization.md
3939
- name: Quickstart - Deploy a .NET project to Azure
4040
href: ./migration/appmod/deploy.md
4141
- name: Sample - Contoso University

docs/core/porting/github-copilot-app-modernization-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 09/15/2025
1111

1212
---
1313

14-
# What is GitHub Copilot app modernization
14+
# GitHub Copilot app modernization
1515

1616
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.
1717

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

101101
### Predefined tasks for migration
102102

103-
Predefined tasks capture industry best practices for using Azure services. Currently, App Modernization for .NET (Preview) offers predefined tasks that cover common migration scenarios.
103+
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.
104104

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

0 commit comments

Comments
 (0)