Skip to content

Commit dd8141a

Browse files
edburnsyiliuTo
authored andcommitted
On branch workshop
Your branch is up to date with 'origin/workshop'. Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: asset-manager/WORKSHOP.md Signed-off-by: Ed Burns <[email protected]>
1 parent d161532 commit dd8141a

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
@@ -33,14 +33,16 @@ Reference the doc **Getting Started.docx** for how to use the Java Migration Cop
3333

3434
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.
3535

36-
1. Open Java Migration Copilot tool in VSCode. It consists of Assessment and Prompts features currently.
37-
1. Select **Assess**, wait for the assessment to complete, and review the assessment report.
36+
1. Ensure Docker Desktop is running.
37+
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.
38+
1. Open Java Migration Copilot tool in VSCode. It consists of Assessment and Prompts features currently. As of 2025-04-03, the icon looks like the M365 a copilot icon in one color.
39+
1. The **Assess** button looks a triangle pointing right. Select **Assess**, wait for the assessment to complete, and review the assessment report.
3840

3941
> **NOTE**: If you are asked to allow the tool access the language models provided by GitHub Copilot Chat, slect **Allow** to proceed.
4042
4143
1. Select **Propose Solution** to view the proposed solutions for the issues identified in the assessment report, for example, **Migrate from AWS S3 to Azure Blob Storage**, **Migrate from Spring AMQP RabbitMQ to Azure Service Bus** and **Use Azure Database for PostgreSQL**.
4244
1. For this workshop, deselect all solutions and select **Use Azure Database for PostgreSQL**, then select **Confirm the Solution**.
43-
1. Review the solution details and select **Migrate** to initiate the migration process.
45+
1. Review the solution details and select **Migrate** to initiate the migration process. **Migrate** is located in the middle pane.
4446

4547
### Migrate to Azure Database for PostgreSQL Flexible Server using Predefined Prompt
4648

@@ -58,7 +60,7 @@ Once you complete this step, suggest opening **Source Control** view to revisit
5860

5961
Recall that the sample Java application `asset-manager` uses AWS S3 for image storage and Spring AMQP RabbitMQ for message queuing. The `workshop` branch has additional commits that have already migrated the code for **Web Application** with custom code remediation to use Azure Blob Storage and Azure Service Bus, respectively.
6062

61-
Now, you migrate the **Worker Service** to use Azure Blob Storage and Azure Service Bus as well, by using custom propmt created from existing commits that migrated the **Web Application**.
63+
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**.
6264

6365
1. Select **Create prompt from source control**, type **migrate web** to search for the commits that migrated the **Web Application**, and you should see two commits listed:
6466
* migrate web rabbitmq to azure service bus

0 commit comments

Comments
 (0)