-
Notifications
You must be signed in to change notification settings - Fork 60
Home
krolson edited this page Jan 23, 2024
·
18 revisions
Welcome to the App-Service-Migration-Assistant wiki!
- Using Migration Assistant on Linux -> see Linux Notes
- The PowerShell scripts -> check out PowerShell Scripts
- Migrating Java applications from Apache Tomcat servers -> see TOMCAT Java Information
- Download the App Service Migration Assistant here or the preview version
- Introducing App Service Migration Assistant for ASP.NET applications
- Migrate Your .NET Web Our New Step-By-Step Assistant - PRE10
- Start your .NET and PHP app assessments and migrations now
-
Does App Service Migration Assistant support apps running on Windows and Linux? At this time we support .NET app migration from Windows OS to Azure App Service. Java Tomcat app migrations from Windows and Linux machines is in Preview.
-
What are the current server requirements to use the Migration Assistant?
- Windows server IIS version greater than or equal to 7.5
- Administrator access
- Outbound connections allowed (see here for details: https://github.com/Azure/App-Service-Migration-Assistant/wiki/How-the-Assistant-Works#outbound-connections)
- Local IIS configuration (clustered / remote IIS server configurations not supported)
-
What are all the readiness checks that the Azure Migration Assistant makes?
-
What are the current list of conditions that we consider that make an application unsuitable for automatic migration? Below is the list:
- Apps that depend on session state that would break in our environment
- Dependence on ISAPI filters
- Dependence on ISAPI extensions
- Bindings that are not HTTP or HTTPS
- Endpoints that are not 80 for HTTP, or 443 for HTTPS
- Authentication schemes other than anonymous
- Dependencies on applicationhost.config settings made with a location tag
- Applications that use more than one application pool
- Use of an application pool that uses a custom account
Migration assistant tooling is provided as-is, and the way to get help or report issues is by using the Issues page.