You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asset-manager/WORKSHOP.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The following sections guide you through the process of migrating the sample Jav
43
43
The first step is to assess the sample Java application `asset-manager`. The assessment provides insights into the application's readiness for migration to Azure.
44
44
45
45
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.
46
-
1. Open the extension `GitHub Copilot app modernization for Java`.
46
+
1. Open the extension `app modernization for Java`.
47
47
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**.
@@ -71,7 +71,7 @@ Recall that the sample Java application `asset-manager` uses AWS S3 for image st
71
71
72
72
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**.
73
73
74
-
1. Open the sidebar of `GitHub Copilot app modernization for Java`. 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.
74
+
1. Open the sidebar of `app modernization for Java`. 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
75

76
76
1. Type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed:
77
77
* migrate web rabbitmq to azure service bus
@@ -80,12 +80,12 @@ Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Serv
80
80
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.
81
81
1. Click **Create New** to create a new custom formula.
82
82
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.
83
-
1. Now, the custom formula for migrating rabbitmq is generated and shows in the section of formulas in of `GitHub Copilot app modernization for Java` blade.
83
+
1. Now, the custom formula for migrating rabbitmq is generated and shows in the section of formulas in of `app modernization for Java` blade.
84
84

85
85
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".
86
86
1. Now, the two custom formulas are ready.
87
87

88
-
1. Select and run the two custom formulas one by one you created in the formulas section of `GitHub Copilot app modernization for Java`, one at a time.
88
+
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.
89
89

90
90
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.
91
91
1. Review the proposed code changes and click **Keep** to apply them.
0 commit comments