Skip to content

Commit cd21f5f

Browse files
committed
acrolinux fixes
1 parent aca9d95 commit cd21f5f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/app-service/app-service-migration-windows-linux.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.topic: overview
88
ms.date: 03/25/2025
99
ms.author: jefmarti
1010
---
11-
Azure App Service supports both Windows and Linux. The supported OS will depend on your apps runtime of choice. If a given runtime is no longer supported on an OS, you may need to migrate your application to a supported OS.
11+
# What to consider when migrating from Windows to Linux on App Service
12+
13+
Azure App Service supports both Windows and Linux. The supported OS depends on your apps runtime of choice. If a given runtime is no longer supported on an OS, you may need to migrate your application to a supported OS.
1214

1315
If you received a notification that you need to migrate your Python on Windows apps to Linux, consider the following topics when migrating.
1416

@@ -22,18 +24,18 @@ If you use continuous deployment tools like GitHub Actions or Azure Pipelines, y
2224

2325
### App Service features
2426

25-
While most App Service features will have parity between Windows and Linux, some Windows specific features like the Console are replaced by SSH tools on Linux.
27+
While most App Service features will have parity between Windows and Linux, some Windows specific features like the Console are replaced with SSH tools on Linux.
2628

2729
### Domain name
2830

29-
Deploying a new Linux application will require a new name for your app. Keep in mind any connected custom domains will need to be updated to route to the new name as well.
31+
Deploying a new Linux application requires a new name for your app. Keep in mind any connected custom domains need to be updated to route to the new name as well.
3032

3133
### Networking
3234

33-
When redeploying your application to Linux, your inbound IP address will change. See the documentation for more information on inbound IP addresses.
35+
When redeploying your application to Linux, your inbound IP address changes. See the documentation for more information on inbound IP addresses.
3436

3537
### Managed Identity
3638

37-
If you have managed identity configured with your applications, be sure to update your granted permissions to use the deployed Linux application.
39+
If you managed identity is configured with your applications, be sure to update your granted permissions to use the deployed Linux application.
3840

3941

0 commit comments

Comments
 (0)