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/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,20 @@ The [main](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/
28
28
* RabbitMQ for message queuing, using password-based authentication
29
29
* PostgreSQL database for metadata storage, using password-based authentication
30
30
31
-
In this workshop, you will use the **GitHub Copilot app modernization** extension to assess, upgrade, migrate, and finally deploy the project to Azure. There are 3 branches we have prepared for you in case you have any problems with any steps in this workshop:
31
+
In this workshop, you will use the **GitHub Copilot app modernization** extension to assess, upgrade, migrate, and finally deploy the project to Azure.
32
+
33
+
**Time Estimates:**
34
+
The complete workshop takes approximately **2 hours** to complete. Here's the breakdown for each major step:
35
+
-**Assess Your Java Application**: ~5 minutes
36
+
-**Upgrade Runtime & Frameworks**: ~10 minutes
37
+
-**Migrate to Azure Database for PostgreSQL**: ~15 minutes
38
+
-**Migrate to Azure Blob Storage**: ~15 minutes
39
+
-**Migrate to Azure Service Bus**: ~15 minutes
40
+
-**Expose Health Endpoints**: ~15 minutes
41
+
-**Containerize Applications**: ~5 minutes
42
+
-**Deploy to Azure**: ~40 minutes
43
+
44
+
There are 3 branches we have prepared for you in case you have any problems with any steps in this workshop:
32
45
*[main](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/main/asset-manager): The original state of the asset-manager application.
33
46
*[workshop/java-upgrade](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/workshop/java-upgrade/asset-manager): The project state after assessment and Java upgrading steps.
34
47
*[workshop/expected](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/workshop/expected/asset-manager): The project state after assessment, Java upgrading, and migration steps.
0 commit comments