Skip to content
krolson edited this page Jan 20, 2022 · 18 revisions

Welcome to the App-Service-Migration-Assistant wiki!

Looking for info about...

Getting Started

FAQs

  1. 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.

  2. What are the current server requirements to use the Migration Assistant?

  3. What are all the readiness checks that the Azure Migration Assistant makes?

  4. 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
Clone this wiki locally