Skip to content

Commit 65b7677

Browse files
committed
acrolinx java
1 parent a7c3abe commit 65b7677

File tree

1 file changed

+14
-27
lines changed

1 file changed

+14
-27
lines changed

articles/app-service/app-service-java-migration.md

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,24 @@ ms.custom: seodec18
1111
---
1212
# Java migration resources for Azure App Service
1313

14-
Azure App Services now provides easy to use tools to quickly discover web apps deployed on on-premises web servers, assess these web apps for readiness and migrate the web apps including content & supported config to App Service.
14+
Azure App Service provides tools to discover web apps deployed to on-premise web servers. You can assess these apps for readiness, then migrate them to App Service. Both the web app content and supported configuration can be migrated to App Service. These tools are developed to support a wide variety of scenarios focused on discovery, assessment, and migration.
1515

16-
These tools are developed to support wide variety of scenarios focused on scope of web app discovery, assessment, and migration. Following is the list of migration tools and recommended use cases.
16+
## Java Tomcat migration (Linux)
1717

18+
[Download the assistant](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java app running on Apache Tomcat web server. You can also use Azure Container Registry to migrate on-premise Linux Docker containers to App Service.
1819

19-
## Standalone Tomcat Web App (Linux OS) or on-premises Linux container migration
20+
| Resources |
21+
|-----------|
22+
| **How-tos** |
23+
| Java App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information) |
24+
| [Azure/App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Linux-Notes) |
25+
| **Videos** |
26+
|[Point and Migrate Java Apps to Azure App Service Using the Migration System](https://www.youtube.com/watch?v=Mpxa0KE0X9k) |
2027

21-
Download this preview tool If your use case is to migrate standalone Java web app running on Apache Tomcat web servers on Linux OS to App Service Or to migrate on-premises Docker containers running on Linux OS to App Service using Docker Hub or Azure Container Registry
28+
## Standalone Tomcat Web App Migration (Windows OS)
2229

23-
Video: [Point and Migrate Java Apps to Azure App Service Using the Migration System](https://www.youtube.com/watch?v=Mpxa0KE0X9k)
30+
Download this [preview tool](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java web app on Apache Tomcat to App Service on Windows. For more information, see the [video](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service) and [how-to](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information).
2431

25-
Download: [App Service migration assistant for Java on Apache Tomcat](https://azure.microsoft.com/services/app-service/migration-assistant/)
32+
## Containerize standalone Tomcat Web App
2633

27-
How-to: [TOMCAT Java Information · Azure/App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information)
28-
29-
How-to: [Linux Notes · Azure/App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Linux-Notes)
30-
31-
## Standalone Tomcat Web App Migration (Windows OS)
32-
33-
Download this preview tool If your use case is to migrate standalone Java web app running on Apache Tomcat web servers on Windows OS to App Service
34-
35-
Video: [Updates on Migrating to Azure App Service](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service)
36-
37-
Download: [Download App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://azure.microsoft.com/services/app-service/migration-assistant/)
38-
39-
How-to: TOMCAT Java Information · Azure/App-Service-Migration-Assistant Wiki(https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information)
40-
41-
## Containerize standalone Tomcat Web App
42-
43-
The App Containerization tool offers a point-and-containerize approach to repackage applications as containers with minimal to no code changes by using the running state of the application. The tool currently supports containerizing ASP.NET applications and Java web applications running on Apache Tomcat.
44-
45-
Blog: [Accelerate application modernization with Azure Migrate: App Containerization](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/)
46-
47-
How-to: [Azure App Containerization Java; Containerization and migration of Java web applications to Azure App Service](../migrate/tutorial-app-containerization-java-app-service.md)
34+
App Containerization offers a simple approach to repackage applications as containers with minimal code changes. The tool currently supports containerizing ASP.NET and Apache Tomcat Java web applications. For more information, see the [blog](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) and [how-to](../migrate/tutorial-app-containerization-java-app-service.md).

0 commit comments

Comments
 (0)