Skip to content

Commit 213b965

Browse files
committed
update official name
1 parent b07f1c1 commit 213b965

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

asset-manager/WORKSHOP.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Workshop: migrate this project to Azure
22

33
> [!IMPORTANT]
4-
> `GitHub Copilot app modernization for Java on Azure` is in preview and is subject to change before becoming generally available.
4+
> `GitHub Copilot App Modernization - Java on Azure` is in preview and is subject to change before becoming generally available.
55
6-
`GitHub Copilot app modernization for Java on Azure` (also referred to as App Modernization for Java on Azure) assists with app assessment, planning and code remediation. It automates repetitive tasks, boosting developer confidence and speeding up the Azure migration and ongoing optimization.
6+
`GitHub Copilot App Modernization - Java on Azure` (also referred to as App Modernization for Java on Azure) assists with app assessment, planning and code remediation. It automates repetitive tasks, boosting developer confidence and speeding up the Azure migration and ongoing optimization.
77

8-
In this workshop, you learn how to use `GitHub Copilot app modernization for Java on Azure` to assess and migrate a sample Java application `asset-manager` to Azure. For more information about the sample application, see [Asset Manager](README.md).
8+
In this workshop, you learn how to use `GitHub Copilot App Modernization - Java on Azure` to assess and migrate a sample Java application `asset-manager` to Azure. For more information about the sample application, see [Asset Manager](README.md).
99

1010
## Prerequisites
1111

@@ -21,14 +21,14 @@ To successfully complete this workshop, you need the following:
2121
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli): Required if you deploy the migrated application to Azure locally. The latest version is recommended.
2222
- Fork the [GitHub repository](https://github.com/Azure-Samples/java-migration-copilot-samples) that contains the sample Java application. **MAKE SURE TO UNCHECK THE BOX "Copy the `main` branch only.** Clone it to your local machine. Open the `asset-manager` folder in VSCode and checkout the `workshop` branch.
2323

24-
## Install GitHub Copilot app modernization for Java on Azure Tool
24+
## Install GitHub Copilot App Modernization - Java on Azure Tool
2525

26-
In VSCode, open the Extensions view from Activity Bar, search `GitHub Copilot app modernization for Java on Azure` extension in marketplace. Select the Install button on the extension. After installation completes, you should see a notification in the bottom-right corner of VSCode confirming success.
26+
In VSCode, open the Extensions view from Activity Bar, search `GitHub Copilot App Modernization - Java on Azure` extension in marketplace. Select the Install button on the extension. After installation completes, you should see a notification in the bottom-right corner of VSCode confirming success.
2727

2828

2929
## Migrate the Sample Java Application
3030

31-
The following sections guide you through the process of migrating the sample Java application `asset-manager` to Azure using GitHub Copilot app modernization for Java on Azure.
31+
The following sections guide you through the process of migrating the sample Java application `asset-manager` to Azure using GitHub Copilot App Modernization - Java on Azure.
3232

3333
### Assess Your Java Application
3434

@@ -50,7 +50,7 @@ The first step is to assess the sample Java application `asset-manager`. The ass
5050

5151
1. After clicking the Migrate button in the Solution Report, Copilot chat window will be opened with Agent Mode.
5252
1. In Copilot chat window, click **Continue** repeatedly to confirm each tool action. The Copilot Agent uses various tools to facilitate application modernization. Each tool's usage requires confirmation by clicking the `Continue` button.
53-
1. After each step, please manually input a response to confirm and proceed.
53+
1. After each step, please manually input "Continue" to confirm and proceed.
5454
1. Click **Continue** to confirm to run **Java Application Build-Fix** tool. This tool will attempt to resolve any build errors, in up to 10 iterations.
5555
1. After the Build-Fix tool begins, click **Continue** to proceed and show progress and migration summary.
5656
1. Review the proposed code changes and click **Keep** to apply them.

0 commit comments

Comments
 (0)