You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-asp-net-migration.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,13 @@ ms.custom: seodec18
13
13
14
14
Azure App Service provides easy-to-use tools to quickly discover on-premise .NET web apps, assess for readiness, and migrate both the content & supported configurations to App Service.
15
15
16
-
These tools are developed to support a variety of scenarios,focused on discovery, assessment, and migration. Following is list of .NET migration tools and use cases.
16
+
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.
17
17
18
-
## Migrate from multiple servers at-scale
18
+
## Migrate from multiple servers at-scale (preview)
19
19
20
20
<!-- Intent: discover how to assess and migrate at scale. -->
21
21
22
-
If your use case is to discover and assess web apps deployed across your data center, Azure Migrate has recently announced the preview of at-scale, agentless discovery, and assessment of ASP.NET web apps.
23
-
24
-
With this preview feature in Azure Migrate, 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.
25
-
26
-
Assessments will help you determine the migration readiness of the web apps, migration blockers and remediation guidance, recommended SKU, and cost of hosting your web apps in App Service.
27
-
28
-
Currently Azure migrate integrated experience enables at-scale discovery and assessment of ASP.NET web apps.
22
+
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.
29
23
30
24
### At-scale migration resources
31
25
@@ -48,15 +42,15 @@ Currently Azure migrate integrated experience enables at-scale discovery and ass
48
42
49
43
<!-- Intent: discover how to assess and migrate from a single IIS server -->
50
44
51
-
You may currently migrate ASP.NET web apps from single IIS server discovered via Azure Migrate 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) for ASP.NET web app migration. See the video [Updates on Migrating to Azure App Service](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service) for additional information.
52
-
45
+
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](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service).
46
+
53
47
## ASP.NET web app migration
54
48
<!-- Intent: migrate a single web app -->
55
49
56
-
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. See the [Migration Assistant Tool FAQ](https://github.com/Azure/App-Service-Migration-Assistant/wiki) for more information.
50
+
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).
57
51
58
-
## Containerize an ASP.NET web app
52
+
## Containerize an ASP.NET web app
59
53
60
-
Sometimes you have a web application that runs on the full .NET Framework and has dependencies to libraries and capabilities that are not available in Azure App Service. Applications like these sometimes rely on things to be installed in the Global Assembly Cache. In the past, you could only run an application like that in Azure if you run it in IIS on a Virtual Machine. Now, you can run such an application in a Windows Container in an Azure App Service Web App.
54
+
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.
61
55
62
-
The [App Containerization tool](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/)offers a point-and-containerize approach to repackage applications as containers with minimal to no code changes by using the running state of the application. The tool currently supports containerizing ASP.NET applications and Java web applications running on Apache Tomcat. See the [containerziation and migrationhow-to](../migrate/tutorial-app-containerization-aspnet-app-service.md) for more information
56
+
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).
0 commit comments