Skip to content

Commit 7e4d735

Browse files
authored
add time estimation (#70)
1 parent 0331852 commit 7e4d735

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

asset-manager/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,20 @@ The [main](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/
2828
* RabbitMQ for message queuing, using password-based authentication
2929
* PostgreSQL database for metadata storage, using password-based authentication
3030

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:
3245
* [main](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/main/asset-manager): The original state of the asset-manager application.
3346
* [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.
3447
* [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

Comments
 (0)