Migrating IIS workloads to Azure Web Apps
As we have learned throughout this guide, dependencies are key for all workloads, and IIS applications are no different. Admins, architects, and engineers alike must take into consideration different application requirements, ports used, identities used for hosting the applications, and authentication type(s) used, among other application and environmental-specific dependencies. The Microsoft Azure team has provided the following Wiki documenting the various readiness checks for any IIS to Azure migration efforts: https://github.com/Azure/App-Service-Migration-Assistant/wiki/Readiness-Checks.
In addition to the Wiki, the Azure App Service Migration Assistant can be utilized as a set of tools and applications to help transform and migrate applications to the cloud. This assistant acts as a set of assessments on specific web applications and determines details and dependencies to complete a smooth transition to the cloud, including any warnings...