Skip to content

Commit 2ec990a

Browse files
committed
update line breaks
1 parent e468fdd commit 2ec990a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

asset-manager/WORKSHOP.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,14 @@ The first step is to assess the sample Java application `asset-manager`. The ass
4545
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.
4646
1. Open the extension `GitHub Copilot App Modernization - Java on Azure`.
4747
1. The **Assess** button looks a triangle pointing right. Select **Assess**, the Github Copilot chat window will be opened and propose to run Modernization Assessor. Please confirm the tool usage by clicking **Continue**.
48+
![Trigger Assessment](doc-media/trigger-assessment.png)
4849

4950
> **NOTE**: If you are asked to allow the tool access the language models provided by GitHub Copilot Chat, select **Allow** to proceed.
5051
51-
![Trigger Assessment](doc-media/trigger-assessment.png)
52-
5352
1. After each step, please manually input "continue" to confirm and proceed.
5453
1. Wait for the assessment to be completed and the report to be generated.
5554
1. Review the **Summary** report. Select **Propose Solution** to view the proposed solutions for the issues identified in the summary report.
5655
1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL** in the Solution report, then select **Confirm Solution**.
57-
5856
![Confirm Solution](doc-media/confirm-postgresql-solution.png)
5957

6058
1. In the Migrate report, click **Migrate**.
@@ -79,16 +77,20 @@ Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Serv
7977
* migrate web s3 to azure blob storage
8078
![Create Formula From Source Control](doc-media/create-formula-from-source-control.png)
8179
![Migration Commits](doc-media/migration-commits.png)
80+
8281
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.
8382
1. Click **Create New** to create a new custom formula.
8483
1. Default formula name will be generated. Give it a new name: "custom formula migrate rabbitmq". Press `Enter` to confirm. Then, formula description, and search patterns will be generated in order. Press `Enter` repeatedly to confirm.
8584
1. Now, the custom formula for migrating rabbitmq is generated and shows in the section of formulas in of `GitHub Copilot App Modernization - Java on Azure` blade.
8685
![Custom Formula of Migrating Rabbitmq](doc-media/custom-formula-rabbitmq.png)
86+
8787
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".
8888
1. Now, the two custom formulas are ready.
8989
![Custom Formulas](doc-media/custom-formulas.png)
90+
9091
1. Select and run the two custom formulas one by one you created in the formulas section of `GitHub Copilot App Modernization - Java on Azure`, one at a time.
91-
![Run Formula](doc-media/run-formula.png)
92+
![Run Formula](doc-media/run-formula.png)
93+
9294
1. Follow the same steps as the predefined formula to review and apply the changes, and run the Java Application Build-Fix tool to apply build fixes.
9395
1. Review the proposed code changes and click **Keep** to apply them.
9496

0 commit comments

Comments
 (0)