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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,11 @@ You should see the matched predefined prompts for the selected solution are list
50
50
51
51
1. Select the predefined prompt that best matches the solution. In this workshop, select the one for **Spring** because the sample Java application is a Spring Boot application.
52
52
1. In the search area, select **OK**.
53
-
1. In the **Formulas** pane, on the left, review the migration plan with files proposed to be modified. Disregard files you believe are not necessary to modify. For files you want to modify, do the following for each file:
53
+
1. In the **Apply Formulas** pane, on the left, review the migration plan with files proposed to be modified. Disregard files you believe are not necessary to modify. For files you want to modify, do the following for each file:
54
54
- Select the file. It starts to generate the code changes. Wait until the code changes are generated.
55
+
Notice that when you select a file in the **Apply formulas** pane, the **Apply formula details** pane is populated with the details of the currently selected file.
55
56
- Review the proposed changes carefully.
56
-
-In the **Apply Formulas** pane, select the checkmark (the tooltip is **Accept**) to apply the changes if you agree with them.
57
+
-Hover the mouse over the file in the **Apply Formula details** pane. Select the checkmark (the tooltip is **Accept**) to apply the changes if you agree with them.
57
58
58
59
Once you complete this step, suggest opening **Source Control** view to revisit the changes, and stage changes if you are satisfied with them.
59
60
@@ -63,11 +64,11 @@ Recall that the sample Java application `asset-manager` uses AWS S3 for image st
63
64
64
65
Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Service Bus as well, by using custom prompt created from existing commits that migrated the **Web Application**.
65
66
66
-
1.In 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:
67
+
1.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:
67
68
* migrate web rabbitmq to azure service bus
68
69
* migrate web s3 to azure blob storage
69
-
1. Select these two commits to create a custom prompt, with all defaults populated including the name and description.
70
-
1. Select and run the custom prompt you just created, and follow the same steps as the predefined prompt to review and apply the changes.
70
+
1. Select these two commits to create a custom formula, with all defaults populated including the name and description.
71
+
1. Select and run the custom formula you just created, and follow the same steps as the predefined formula to review and apply the changes.
71
72
72
73
Once you complete this step, suggest opening **Source Control** view to revisit the changes, and stage changes if you are satisfied with them.
0 commit comments