Skip to content

Commit 020e5ad

Browse files
committed
typo
1 parent 613e8ec commit 020e5ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ ms.custom: seodec18
1111
---
1212
# .NET migration cases for Azure App Service
1313

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

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

1918
## Migrate from multiple servers at-scale
2019

@@ -60,4 +59,4 @@ Using App Service Migration Assistant, you can [migrate your standalone on-premi
6059

6160
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.
6261

63-
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) for more information
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

0 commit comments

Comments
 (0)