Skip to content

Commit 9a85335

Browse files
committed
update line breaks
1 parent 2ec990a commit 9a85335

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

asset-manager/WORKSHOP.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The first step is to assess the sample Java application `asset-manager`. The ass
5454
1. Review the **Summary** report. Select **Propose Solution** to view the proposed solutions for the issues identified in the summary report.
5555
1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL** in the Solution report, then select **Confirm Solution**.
5656
![Confirm Solution](doc-media/confirm-postgresql-solution.png)
57-
5857
1. In the Migrate report, click **Migrate**.
5958

6059
### Migrate to Azure Database for PostgreSQL Flexible Server using Predefined Formula
@@ -77,18 +76,16 @@ Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Serv
7776
* migrate web s3 to azure blob storage
7877
![Create Formula From Source Control](doc-media/create-formula-from-source-control.png)
7978
![Migration Commits](doc-media/migration-commits.png)
80-
8179
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.
8280
1. Click **Create New** to create a new custom formula.
8381
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.
8482
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.
8583
![Custom Formula of Migrating Rabbitmq](doc-media/custom-formula-rabbitmq.png)
86-
8784
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".
8885
1. Now, the two custom formulas are ready.
8986
![Custom Formulas](doc-media/custom-formulas.png)
90-
9187
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.
88+
9289
![Run Formula](doc-media/run-formula.png)
9390

9491
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.

0 commit comments

Comments
 (0)