Skip to content

Commit c7ec910

Browse files
authored
add introduction for the workshop (Azure-Samples#68)
* add introduction * Update Java version from 8 to 21 in README
1 parent 01c75f9 commit c7ec910

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

asset-manager/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Asset Manager
22

3+
This document serves as a comprehensive workshop guide that will walk you through the process of migrating a Java application to Azure using GitHub Copilot app modernization. The workshop covers assessment, Java/framework upgrades, migration to Azure services, containerization, and deployment.
4+
5+
**What the modernization Process Will Do:**
6+
The modernization will transform your application from the outdated technologies to a modern Azure-native solution. This includes upgrading from Java 8 to Java 21, migrating from Spring Boot 2.x to 3.x, replacing AWS S3 with Azure Blob Storage, switching from RabbitMQ to Azure Service Bus, migrating to Azure Database for PostgreSQL, implementing managed identity authentication, adding health checks, containerizing the applications, and preparing them for cloud deployment with proper monitoring.
7+
8+
## Table of Contents
9+
10+
- [Overview](#overview)
11+
- [Current Architecture](#current-architecture)
12+
- [Run Locally](#run-locally)
13+
- [App Modernization](#app-modernization)
14+
- [Install GitHub Copilot app modernization](#install-github-copilot-app-modernization)
15+
- [Assess Your Java Application](#assess-your-java-application)
16+
- [Upgrade Runtime & Frameworks](#upgrade-runtime--frameworks)
17+
- [Migrate to Azure Database for PostgreSQL Flexible Server using Predefined Tasks](#migrate-to-azure-database-for-postgresql-flexible-server-using-predefined-tasks)
18+
- [Migrate to Azure Blob Storage using Predefined Tasks](#migrate-to-azure-blob-storage-using-predefined-tasks)
19+
- [Migrate to Azure Service Bus using Predefined Tasks](#migrate-to-azure-service-bus-using-predefined-tasks)
20+
- [Expose health endpoints using Custom Tasks](#expose-health-endpoints-using-custom-tasks)
21+
- [Containerize Applications](#containerize-applications)
22+
- [Deploy to Azure](#deploy-to-azure)
23+
24+
## Overview
25+
326
The [main](https://github.com/Azure-Samples/java-migration-copilot-samples/tree/main/asset-manager) branch of the asset-manager project is the original state before being migrated to Azure services. It is organized as follows:
427
* AWS S3 for image storage, using password-based authentication (access key/secret key)
528
* RabbitMQ for message queuing, using password-based authentication

0 commit comments

Comments
 (0)