Skip to content

Commit 55cf2d1

Browse files
committed
Refresh articles
1 parent 962488c commit 55cf2d1

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed
Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
11
---
2-
title: Migrate .NET apps to Azure App Service
3-
description: A collection of .NET migration resources available to Azure App Service.
2+
title: Migrate .NET Apps to Azure App Service
3+
description: Learn about .NET migration resources available to help you assess and migrate web apps to Azure App Service.
44
author: msangapu-msft
55

66
ms.topic: article
7-
ms.date: 06/29/2023
7+
ms.date: 04/23/2025
88
ms.author: msangapu
99
ms.devlang: csharp
1010
ms.custom: devx-track-dotnet
1111
---
1212
# .NET migration cases for Azure App Service
1313

14-
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.
14+
Azure App Service provides easy-to-use tools to quickly discover on-premises .NET web apps, assess them for readiness, and migrate both the content and supported configurations to App Service.
1515

1616
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.
1717

1818
## Migrate from multiple servers at-scale
1919

2020
> [!NOTE]
21-
> [Learn how to migrate .NET apps to App Service using the .NET migration tutorial.](../migrate/tutorial-modernize-asp-net-appservice-code.md)
21+
> To learn how to migrate .NET apps to App Service using the .NET migration tutorial, see [Modernize ASP.NET web apps to Azure App Service code](../migrate/tutorial-modernize-asp-net-appservice-code.md)
2222
>
2323
24-
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.
24+
[Azure Migrate](../migrate/migrate-services-overview.md) 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 help you determine the web app migration readiness, migration blockers, remediation guidance, recommended products, and hosting costs.
2525

26-
Once you have successfully assessed readiness, you should proceed with migration of ASP.NET web apps to Azure App Services.
26+
After you finish assessing readiness, you should proceed with migration of ASP.NET web apps to Azure App Services.
2727

28-
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](../migrate/tutorial-modernize-asp-net-appservice-code.md). 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.
28+
There are existing tools that enable migration of a standalone ASP.NET web app or multiple ASP.NET web apps hosted on a single IIS server. To learn more, see [Modernize ASP.NET web apps to Azure App Service code](../migrate/tutorial-modernize-asp-net-appservice-code.md). With the introduction of at-scale or bulk migration integrated with Azure Migrate, you can migrate multiple ASP.NET applications hosted on multiple on-premises IIS servers.
2929

30-
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.
30+
Bulk migration provides the following key capabilities:
3131

32-
Bulk migration provides the following key capabilities:
33-
34-
- Bulk Migration of ASP.NET web apps to Azure App Services multitenant or App services environment
35-
- Migrate ASP.NET web apps assessed as "Ready" & "Ready with Conditions"
36-
- Migrate up to five App Service Plans (and associated web apps) as part of a single E2E migration flow
37-
- Ability to change suggested SKU for the target App Service Plan (Ex: Change suggested Pv3 SKU to Standard PV2 SKU)
38-
- 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)
39-
- Change target name for app service plans and\or web apps
40-
- Bulk edit migration settings\attributes
32+
- Bulk migration of ASP.NET web apps to Azure App Services multitenant or App services environment
33+
- Migrate ASP.NET web apps assessed as *Ready* & *Ready with conditions*
34+
- Migrate up to five App Service plans (and associated web apps) as part of a single E2E migration flow
35+
- Ability to change suggested SKU for the target App Service plan (for example, change suggested Pv3 to Standard PV2)
36+
- Ability to change suggested web apps packing density for target app service plan (add or remove web apps associated with an App Service plan)
37+
- Change target name for App Service plans or web apps
38+
- Bulk edit migration settings or attributes
4139
- Download CSV with details of target web app and app service plan name
4240
- Track progress of migration using ARM template deployment experience
4341

@@ -53,11 +51,11 @@ Select one of the following options to get started with a migration assessment:
5351

5452
__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.__
5553

56-
|Migration Tools| Description | Documentation |
54+
|Migration tools| Description | Documentation |
5755
|-----------|-------------|---------------|
58-
|[App Service Migration Assistant](https://appmigration.microsoft.com/api/download/windowspreview/AppServiceMigrationAssistant.msi)|Migrate .NET web apps from Windows OS to App Service.|[App Service Migration Assistant Documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
59-
|[App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://appmigration.microsoft.com/api/download/windowspreview/AppServiceMigrationAssistant.msi)|Download prerelease software for migrating Java web applications on Tomcat web server running on Windows servers.|[App Service Migration Assistant Documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
60-
|[App Service Migration Assistant PowerShell scripts](https://appmigration.microsoft.com/api/download/psscripts/AppServiceMigrationScripts.zip)|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](https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts)<br>[SHA256 Identifier](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Release-Notes)|
56+
|[App Service Migration Assistant](https://appmigration.microsoft.com/api/download/windowspreview/AppServiceMigrationAssistant.msi)|Migrate .NET web apps from Windows OS to App Service.|[App Service Migration Assistant documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
57+
|[App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://appmigration.microsoft.com/api/download/windowspreview/AppServiceMigrationAssistant.msi)|Download prerelease software for migrating Java web applications on Tomcat web server running on Windows servers.|[App Service Migration Assistant documentation](https://github.com/Azure/App-Service-Migration-Assistant/wiki)|
58+
|[App Service Migration Assistant PowerShell scripts](https://appmigration.microsoft.com/api/download/psscripts/AppServiceMigrationScripts.zip)|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](https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts)<br>[SHA256 Identifier](https://github.com/Azure/App-Service-Migration-Assistant/wiki/Release-Notes)|
6159

6260
| More resources to migrate .NET apps to the cloud |
6361
|----------------|
@@ -66,11 +64,9 @@ __App Service Migration Assistant tool and App Service migration assistant for P
6664
| [Start Your Cloud Journey with Azure App Service](https://aka.ms/cloudjourney/start/video) |
6765
| **Blog** |
6866
| [Reliable web app pattern for .NET](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/announcing-the-reliable-web-app-pattern-for-net/ba-p/3745270) |
69-
| [Start your cloud journey with Azure App Service](https://aka.ms/cloudjourney/start/part1) |
70-
| [Start your cloud journey with Azure App Service - Move your code](https://aka.ms/cloudjourney/start/part2) |
67+
| [Start your cloud journey with Azure App Service - Part 1](https://aka.ms/cloudjourney/start/part1) |
68+
| [Start your cloud journey with Azure App Service - Part 2](https://aka.ms/cloudjourney/start/part2) |
7169
| [Learn how to modernize your .NET apps from the pros](https://devblogs.microsoft.com/dotnet/learn-how-to-modernize-your-dotnet-apps/) |
72-
| **On-demand event** |
73-
| [Azure Developers - .NET Day](/events/learn-events/azuredeveloper-dotnetday/)
7470
| **Learning path** |
7571
| [Migrate ASP.NET Apps to Azure](/training/paths/migrate-dotnet-apps-azure/) |
7672
| [Host a web application with Azure App Service](/training/modules/host-a-web-app-with-azure-app-service/) |
@@ -97,18 +93,18 @@ __App Service Migration Assistant tool and App Service migration assistant for P
9793

9894
## Migrate from an IIS server
9995

100-
You can migrate ASP.NET web apps from single IIS server discovered through Azure Migrate's at-scale discovery experience using [PowerShell scripts](https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts) [(download)](https://appmigration.microsoft.com/api/download/psscriptpreview/AppServiceMigrationScripts.zip). Watch the video for [updates on migrating to Azure App Service](/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service).
96+
You can migrate ASP.NET web apps from a single IIS server discovered through Azure Migrate's at-scale discovery experience using [PowerShell scripts](https://github.com/Azure/App-Service-Migration-Assistant/wiki/PowerShell-Scripts). You can [download the scripts](https://appmigration.microsoft.com/api/download/psscriptpreview/AppServiceMigrationScripts.zip). Watch the video for [updates on migrating to Azure App Service](/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service).
10197

10298
## ASP.NET web app migration
10399

104-
Using App Service Migration Assistant, you can [migrate your standalone on-premises ASP.NET web app onto Azure App Service](https://www.youtube.com/watch?v=9LBUmkUhmXU). 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](https://github.com/Azure/App-Service-Migration-Assistant/wiki).
100+
Using App Service Migration Assistant, you can [migrate your standalone on-premises ASP.NET web app onto Azure App Service](https://www.youtube.com/watch?v=9LBUmkUhmXU). 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](https://github.com/Azure/App-Service-Migration-Assistant/wiki#faqs).
105101

106102
## Containerize an ASP.NET web app
107103

108-
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.
104+
Some .NET Framework web applications might have dependencies to libraries and other capabilities not available in Azure App Service. These apps might 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.
109105

110-
The [app containerization tool](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) 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](../migrate/tutorial-app-containerization-aspnet-app-service.md).
106+
The [app containerization tool](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) 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 [ASP.NET app containerization and migration to Azure App Service](../migrate/tutorial-app-containerization-aspnet-app-service.md).
111107

112-
## Next steps
108+
## Related content
113109

114-
[Migrate an on-premises web application to Azure App Service](/training/modules/migrate-app-service-migration-assistant/)
110+
- [Migrate an on-premises web application to Azure App Service](/training/modules/migrate-app-service-migration-assistant/)

0 commit comments

Comments
 (0)