Skip to content

Commit 179d07b

Browse files
committed
update
1 parent 9a85335 commit 179d07b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

asset-manager/WORKSHOP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ Recall that the sample Java application `asset-manager` uses AWS S3 for image st
7171

7272
Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Service Bus as well, by using custom formulas created from existing commits that migrated the **Web Application**.
7373

74-
1. Open the sidebar of `GitHub Copilot App Modernization - Java on Azure`. Hover the mouse over the **Formulas** section. Select **Create formula from source control**. This icon looks like two circles with arrows pointing to the other circle. Type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed:
74+
1. Open the sidebar of `GitHub Copilot App Modernization - Java on Azure`. Hover the mouse over the **Formulas** section. Select **Create formula from source control**. This icon looks like two circles with arrows pointing to the other circle.
75+
![Create Formula From Source Control](doc-media/create-formula-from-source-control.png)
76+
1.Type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed:
7577
* migrate web rabbitmq to azure service bus
7678
* migrate web s3 to azure blob storage
77-
![Create Formula From Source Control](doc-media/create-formula-from-source-control.png)
78-
![Migration Commits](doc-media/migration-commits.png)
79+
![Migration Commits](doc-media/migration-commits.png)
7980
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.
8081
1. Click **Create New** to create a new custom formula.
8182
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.

0 commit comments

Comments
 (0)