Skip to content

Commit 75325ce

Browse files
committed
add screenshots
1 parent a219a7a commit 75325ce

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

asset-manager/WORKSHOP.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To successfully complete this workshop, you need the following:
1616
- [GitHub Copilot extension in VSCode](https://code.visualstudio.com/docs/copilot/overview): The latest version is recommended.
1717
- [AppCAT](https://aka.ms/appcat-install): Required for the app assessment feature.
1818
- [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.
2020
- [Azure subscription](https://azure.microsoft.com/free/): Required to deploy the migrated application to Azure.
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. 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:
2525

2626
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

28+
In VSCode, configure runtime arguments to enable the proposed API:
29+
```json
30+
"enable-proposed-api": ["Microsoft.migrate-java-to-azure"],
31+
```
32+
1. Press **Ctrl+Shift+P** and select **Preferences: Configure Runtime Arguments**.
33+
2. Add the above JSON snippet into the editor and save.
34+
3. Restart VSCode.
35+
2836

2937
## Migrate the Sample Java Application
3038

@@ -40,10 +48,15 @@ The first step is to assess the sample Java application `asset-manager`. The ass
4048

4149
> **NOTE**: If you are asked to allow the tool access the language models provided by GitHub Copilot Chat, select **Allow** to proceed.
4250
51+
![Trigger Assessment](doc-media/trigger-assessment.png)
52+
4353
1. After each step, please manually input "continue" to confirm and proceed.
4454
1. Wait for the assessment to be completed and the report to be generated.
4555
1. Review the **Summary** report. Select **Propose Solution** to view the proposed solutions for the issues identified in the summary report.
4656
1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL** in the Solution report, then select **Confirm Solution**.
57+
58+
![Confirm Solution](doc-media/confirm-postgresql-solution.png)
59+
4760
1. In the Migrate report, click **Migrate**.
4861

4962
### Migrate to Azure Database for PostgreSQL Flexible Server using Predefined Formula
68 KB
Loading
59.3 KB
Loading

0 commit comments

Comments
 (0)