Skip to content

Commit a7c3abe

Browse files
committed
acrolinx asp.net
1 parent 020e5ad commit a7c3abe

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

articles/app-service/app-service-asp-net-migration.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@ ms.custom: seodec18
1313

1414
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.
1515

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

18-
## Migrate from multiple servers at-scale
18+
## Migrate from multiple servers at-scale (preview)
1919

2020
<!-- Intent: discover how to assess and migrate at scale. -->
2121

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.
2923

3024
### At-scale migration resources
3125

@@ -48,15 +42,15 @@ Currently Azure migrate integrated experience enables at-scale discovery and ass
4842

4943
<!-- Intent: discover how to assess and migrate from a single IIS server -->
5044

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+
5347
## ASP.NET web app migration
5448
<!-- Intent: migrate a single web app -->
5549

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).
5751

58-
## Containerize an ASP.NET web app
52+
## Containerize an ASP.NET web app
5953

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.
6155

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 migration how-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

Comments
 (0)