Skip to content

Commit 5161157

Browse files
committed
edits
1 parent 6d1d9dd commit 5161157

4 files changed

Lines changed: 23 additions & 16 deletions

File tree

articles/github-copilot-app-modernization/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ landingContent:
2727
- text: Java FAQ
2828
url: ../java/migration/migrate-github-copilot-app-modernization-for-java-faq.yml?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
2929
- text: .NET overview
30-
url: /dotnet/core/porting/github-copilot-app-modernization-overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
30+
url: /dotnet/core/porting/github-copilot-app-modernization/overview?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
3131
- text: .NET FAQ
32-
url: /dotnet/core/porting/github-copilot-app-modernization-faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
32+
url: /dotnet/core/porting/github-copilot-app-modernization/faq?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
3333
- title: "CLI: Modernization agent"
3434
linkLists:
3535
- linkListType: overview
@@ -49,7 +49,7 @@ landingContent:
4949
- text: Batch assessment
5050
url: modernization-agent/batch-assess.md
5151
- text: Batch upgrade
52-
url: modernization-agent/batch-upgrade.md
52+
url: modernization-agent/batch-upgrade.md
5353
- text: Customization
5454
url: modernization-agent/customization.md
5555
- text: CI/CD integration

articles/github-copilot-app-modernization/toc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- name: Batch assessment
2424
href: modernization-agent/batch-assess.md
2525
- name: Batch upgrade
26-
href: modernization-agent/batch-upgrade.md
26+
href: modernization-agent/batch-upgrade.md
2727
- name: Customization
2828
href: modernization-agent/customization.md
2929
- name: CI/CD integration
@@ -79,8 +79,8 @@ items:
7979
- name: Migrate from Oracle to PostgreSQL
8080
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-oracle-to-postgresql.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
8181
- name: Migration via custom agent
82-
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-custom-agent.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
83-
- name: "Re-architect (preview)"
82+
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-custom-agent.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
83+
- name: Re-architect (preview)
8484
href: ../java/migration/github-copilot-app-modernization-for-java-rearchitecture.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
8585
- name: Infrastructure and deployment
8686
expanded: true
@@ -91,7 +91,6 @@ items:
9191
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-containerization.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
9292
- name: "Quickstart: Deploy your project"
9393
href: ../java/migration/migrate-github-copilot-app-modernization-for-java-quickstart-deploy-to-azure.md?toc=/azure/developer/github-copilot-app-modernization/toc.json&bc=/azure/developer/github-copilot-app-modernization/breadcrumb/toc.json
94-
9594
- name: .NET
9695
expanded: true
9796
items:

articles/java/migration/github-copilot-app-modernization-for-java-rearchitecture.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Re-architect projects by using GitHub Copilot modernization
2+
title: Re-architect Projects by Using GitHub Copilot Modernization
33
titleSuffix: Azure
44
description: Learn how to use the re-architecture feature in GitHub Copilot modernization to rewrite projects from legacy frameworks to modern architectures.
55
author: KarlErickson
66
ms.author: karler
77
ms.reviewer: xiading
88
ms.topic: overview
9-
ms.date: 04/10/2026
9+
ms.date: 04/17/2026
1010
ms.custom: devx-track-java
1111
ms.subservice: migration-copilot
1212
ms.collection: ce-skilling-ai-copilot
@@ -15,7 +15,7 @@ ai-usage: ai-generated
1515

1616
# Re-architect projects by using GitHub Copilot modernization
1717

18-
This article describes how to use the re-architecture feature in GitHub Copilot modernization to rewrite projects from legacy frameworks to modern architectures, for example, from Struts to Spring MVC.
18+
This article describes how to use the re-architecture feature in GitHub Copilot modernization to rewrite projects from legacy frameworks to modern architectures, such as from Struts to Spring MVC.
1919

2020
> [!IMPORTANT]
2121
> The re-architecture feature is currently in preview. Preview features might have limited capabilities and aren't recommended for production use.
@@ -41,11 +41,11 @@ Common re-architecture scenarios include:
4141

4242
## Enable the re-architecture feature
4343

44-
The re-architecture feature requires manual activation in VS Code because it's in preview.
44+
The re-architecture feature is in preview, so you need to activate it manually in Visual Studio Code.
4545

4646
Use the following steps to enable the feature:
4747

48-
1. In VS Code, open the **Settings** editor by selecting **File** > **Preferences** > **Settings** (or **Code** > **Preferences** > **Settings** on macOS).
48+
1. In Visual Studio Code, open the **Settings** editor by selecting **File** > **Preferences** > **Settings** (or **Code** > **Preferences** > **Settings** on macOS).
4949

5050
1. Search for `appmod.experimental.task.rearchitecture`.
5151

@@ -65,15 +65,15 @@ After you enable the feature, use the re-architecture agent in the GitHub Copilo
6565

6666
Use the following steps to re-architect a project:
6767

68-
1. Open your project in VS Code.
68+
1. Open your project in Visual Studio Code.
6969

7070
1. Open the **GitHub Copilot Chat** panel.
7171

7272
1. Select the **modernize-rearchitecture** agent from the agent list.
7373

7474
1. Describe the transformation you want to perform. For example:
7575

76-
```text
76+
```prompt
7777
Rewrite the entire project from Struts to Spring MVC
7878
```
7979

@@ -94,7 +94,7 @@ You can improve the transformation results by providing additional context in yo
9494

9595
For example:
9696

97-
```text
97+
```prompt
9898
Rewrite the entire project from Struts to Spring MVC using Spring Boot 3.2.
9999
Refer to the Spring MVC migration guide at https://docs.spring.io/spring-framework/reference/web/webmvc.html.
100100
Keep the existing backend business logic unchanged.

articles/java/migration/toc.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ items:
1313
href: migrate-github-copilot-app-modernization-for-java.md
1414
- name: FAQ
1515
href: migrate-github-copilot-app-modernization-for-java-faq.yml
16+
- name: Portfolio assessment integration
17+
href: github-copilot-app-modernization-for-java-portfolio-assessment-integration.md
18+
- name: Copilot CLI
19+
href: github-copilot-app-modernization-for-java-copilot-cli.md
20+
- name: Coding agent
21+
href: github-copilot-app-modernization-for-java-coding-agent.md
1622
- name: Predefined tasks
1723
href: migrate-github-copilot-app-modernization-for-java-predefined-tasks.md
1824
- name: Working with assessment
@@ -36,7 +42,9 @@ items:
3642
- name: Migrate from Oracle to PostgreSQL
3743
href: migrate-github-copilot-app-modernization-for-java-oracle-to-postgresql.md
3844
- name: Migration via custom agent
39-
href: migrate-github-copilot-app-modernization-for-java-custom-agent.md
45+
href: migrate-github-copilot-app-modernization-for-java-custom-agent.md
46+
- name: Re-architect (preview)
47+
href: github-copilot-app-modernization-for-java-rearchitecture.md
4048
- name: Spring to Azure
4149
expanded: true
4250
items:

0 commit comments

Comments
 (0)