.NET migration cases for Azure App Service
Azure App Service provides easy-to-use tools to quickly discover on-premises .NET web apps, assess for readiness, and migrate both the content & supported configurations to App Service.
These tools are developed to support different kinds of scenarios, focused on discovery, assessment, and migration. Following is list of .NET migration tools and use cases.
Migrate from multiple servers at-scale
Azure Migrate recently announced at-scale, agentless discovery, and assessment of ASP.NET web apps. You can now easily discover ASP.NET web apps running on Internet Information Services (IIS) servers in a VMware environment and assess them for migration to Azure App Service. Assessments will help you determine the web app migration readiness, migration blockers, remediation guidance, recommended SKU, and hosting costs. At-scale migration resources for are found below.
Once you have successfully assessed readiness, you should proceed with migration of ASP.NET web apps to Azure App Services.
There are existing tools which enable migration of a standalone ASP.NET web app or multiple ASP.NET web apps hosted on a single IIS server as explained in Migrate .NET apps to Azure App Service. With introduction of At-Scale or bulk migration feature integrated with Azure Migrate we are now opening up the possibilities to migrate multiple ASP.NET application hosted on multiple on-premises IIS servers.
Azure Migrate provides at-scale, agentless discovery, and assessment of ASP.NET web apps. You can discover ASP.NET web apps running on Internet Information Services (IIS) servers in a VMware environment and assess them for migration to Azure App Service. Assessments will help you determine the web app migration readiness, migration blockers, remediation guidance, recommended SKU, and hosting costs. At-scale migration resources for are found below.
Bulk migration provides the following key capabilities:
- Bulk Migration of ASP.NET web apps to Azure App Services multitenant or App services environment
- Migrate ASP.NET web apps assessed as "Ready" & "Ready with Conditions"
- Migrate up to five App Service Plans (and associated web apps) as part of a single E2E migration flow
- Ability to change suggested SKU for the target App Service Plan (Ex: Change suggested Pv3 SKU to Standard PV2 SKU)
- Ability to change web apps suggested web apps packing density for target app service plan (Add or Remove web apps associated with an App Service Plan)
- Change target name for app service plans and\or web apps
- Bulk edit migration settings\attributes
- Download CSV with details of target web app and app service plan name
- Track progress of migration using ARM template deployment experience
Move .NET apps to Azure App Service
Azure App Service is a cloud platform that offers a fast, easy, and cost-effective way to migrate your .NET web apps from on-premises to the cloud. Start learning today about how Azure empowers you to modernize your .NET apps with the following resources.
Select one of the following options to get started with a migration assessment:
App Service migration tools and resources
App Service Migration Assistant tool and App Service migration assistant for PowerShell scripts are governed by the terms and conditions in the EULA.pdf packaged with the respective tools.
Migration Tools | Description | Documentation |
---|---|---|
App Service Migration Assistant | Migrate .NET web apps from Windows OS to App Service. | App Service Migration Assistant Documentation |
App Service migration assistant for Java on Apache Tomcat (Windows—preview) | Download prerelease software for migrating Java web applications on Tomcat web server running on Windows servers. | App Service Migration Assistant Documentation |
App Service Migration Assistant PowerShell scripts | Download PowerShell scripts for discovering and assessing all Microsoft Internet Information Services (IIS) web apps on a single server in bulk and migrating .NET web apps from Windows OS to App Service. | App Service Migration Assistant Powershell Documentation SHA256 Identifier |
At-scale migration resources
Migrate from an IIS server
You can migrate ASP.NET web apps from single IIS server discovered through Azure Migrate's at-scale discovery experience using PowerShell scripts (download). Watch the video for updates on migrating to Azure App Service.
ASP.NET web app migration
Using App Service Migration Assistant, you can migrate your standalone on-premises ASP.NET web app onto Azure App Service. App Service Migration Assistant is designed to simplify your journey to the cloud through a free, simple, and fast solution to migrate applications from on-premises to the cloud. For more information about the migration assistant tool, see the FAQ.
Containerize an ASP.NET web app
Some .NET Framework web applications may have dependencies to libraries and other capabilities not available in Azure App Service. These apps may rely on other components in the Global Assembly Cache. Previously, you could only run these applications on virtual machines. However, now you can run them in Azure App Service Windows Containers.
The app containerization tool can repackage applications as containers with minimal changes. The tool currently supports containerizing ASP.NET applications and Apache Tomcat Java applications. For more information about containerization and migration, see the how-to.