Skip to content
Faiz Shaikh edited this page Nov 4, 2019 · 18 revisions

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

Getting Started

FAQs

  1. Does App Service Migration Assistant support apps running on Windows and Linux? At this time we support .NET and PHP(new!) app migration from Windows OS to Azure App Service.

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

  3. What are the current list of conditions that we consider that make an application unsuitable for automatic migration? Below is the list:

    • IIS version less than 7.5
    • Missing .NET Framework 4.7.2 Runtime
    • Apps with a dependency on assemblies in the GAC that we don’t offer in our configuration
    • 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