Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update pictures indention
  • Loading branch information
yiliuTo committed May 23, 2025
commit 3e8b11d1d058208864e9c26e7320dd270c471d6e
3 changes: 3 additions & 0 deletions asset-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ The first step is to assess the sample Java application `asset-manager`. The ass
1. Open the VS code with all the prerequisites installed on the asset manager by changing the directory to the `asset-manager` directory and running `code .` in that directory.
1. Open the extension `App Modernization for Java`.
1. Hover the mouse over the **Assessment** section and click **Assess** button which looks like a triangle pointing right. Then, the Github Copilot Chat window will be opened and propose to run Modernization Assessor. Please confirm the tool usage by clicking **Continue**.

![Trigger Assessment](doc-media/trigger-assessment.png)

> **NOTE**: If you are asked to allow the tool access the language models provided by GitHub Copilot Chat, select **Allow** to proceed.
Expand Down Expand Up @@ -255,6 +256,7 @@ The following steps demonstrate how to generate custom formulas based on those e
1. Type **migrate web** to search for the commits that migrated the **Web** module, and you should see two commits listed:
* migrate web RabbitMQ to azure service bus
* migrate web s3 to azure blob storage

![Migration Commits](doc-media/migration-commits.png)
1. You will create two custom formulas based on the two commits. First, create the formula for migrating RabbitMQ. Select the commit of **migrate web RabbitMQ to azure service bus**, click OK.
1. Click **Create New** to create a new custom formula.
Expand All @@ -263,6 +265,7 @@ The following steps demonstrate how to generate custom formulas based on those e
![Custom Formula of Migrating Rabbitmq](doc-media/custom-formula-RabbitMQ.png)
1. Create another custom formula for migrating S3. Follow the same steps you just did, select the commit **migrate web s3 to azure blob storage** to create a new custom formula with name: "custom formula migrate s3".
1. Now, the two custom formulas are ready.

![Custom Formulas](doc-media/custom-formulas.png)
1. Select and run the two custom formulas one by one you created in the formulas section of `App Modernization for Java`, one at a time.
![Run Formula](doc-media/run-formula.png)
Expand Down