You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asset-manager/WORKSHOP.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To successfully complete this workshop, you need the following:
16
16
-[GitHub Copilot extension in VSCode](https://code.visualstudio.com/docs/copilot/overview): The latest version is recommended.
17
17
-[AppCAT](https://aka.ms/appcat-install): Required for the app assessment feature.
18
18
-[JDK 21](https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-21): Required for the code remediation feature and running the initial application locally.
19
-
-[Maven 3.9.9](https://maven.apache.org/install.html): Required for the code remediation feature.
19
+
-[Maven 3.9.9](https://maven.apache.org/install.html): Required for the assessment and code remediation feature.
20
20
-[Azure subscription](https://azure.microsoft.com/free/): Required to deploy the migrated application to Azure.
21
21
-[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.
22
22
- Fork the [GitHub repository](https://github.com/Azure-Samples/java-migration-copilot-samples) that contains the sample Java application. Clone it to your local machine. Open the `asset-manager` folder in VSCode and checkout the `workshop` branch.
@@ -25,6 +25,14 @@ To successfully complete this workshop, you need the following:
25
25
26
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.
27
27
28
+
In VSCode, configure runtime arguments to enable the proposed API:
1. After each step, please manually input "continue" to confirm and proceed.
44
54
1. Wait for the assessment to be completed and the report to be generated.
45
55
1. Review the **Summary** report. Select **Propose Solution** to view the proposed solutions for the issues identified in the summary report.
46
56
1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL** in the Solution report, then select **Confirm Solution**.
0 commit comments