Skip to content

Commit ff64e54

Browse files
authored
Merge pull request #92993 from msangapu-msft/NetCoreVersion
Net core version
2 parents 886a4e7 + 33109e2 commit ff64e54

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

articles/app-service/containers/app-service-linux-intro.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn about Azure App Service on Linux.
44
keywords: azure app service, linux, oss
55
services: app-service
66
documentationcenter: ''
7-
author: msangapu
8-
manager: jeconnoc
7+
author: msangapu-msft
8+
manager: gwallace
99
editor: ''
1010

1111
ms.assetid: bc85eff6-bbdf-410a-93dc-0f1222796676
@@ -21,20 +21,11 @@ ms.custom: seodec18
2121
---
2222
# Introduction to Azure App Service on Linux
2323

24-
[Azure App Service](../overview.md) is a fully managed compute platform that is optimized for hosting websites and web applications. Customers can use App Service on Linux to host web apps natively on Linux for supported application stacks. The [Languages](#languages) section lists the application stacks that are currently supported.
24+
[Azure App Service](../overview.md) is a fully managed compute platform that is optimized for hosting websites and web applications. Customers can use App Service on Linux to host web apps natively on Linux for supported application stacks.
2525

2626
## Languages
2727

28-
App Service on Linux supports a number of Built-in images in order to increase developer productivity. If the runtime your application requires is not supported in the built-in images, there are instructions on how to [build your own Docker image](tutorial-custom-docker-image.md) to deploy to Web App for Containers.
29-
30-
| Language | Supported Versions |
31-
|---|---|
32-
| Node.js | 4.4, 4.5, 4.8, 6.2, 6.6, 6.9, 6.10, 6.11, 8.0, 8.1, 8.2, 8.8, 8.9, 8.11, 8.12, 9.4, 10.1, 10.10, 10.14 |
33-
| Java * | Tomcat 8.5, 9.0, Java SE, WildFly 14 (all running JRE 8) |
34-
| PHP | 5.6, 7.0, 7.2, 7.3 |
35-
| Python | 2.7, 3.6, 3.7 |
36-
| .NET Core | 1.0, 1.1, 2.0, 2.1, 2.2 |
37-
| Ruby | 2.3, 2.4, 2.5, 2.6 |
28+
App Service on Linux supports a number of Built-in images in order to increase developer productivity. Languages include: Node.js, Java (JRE 8 & JRE 11), PHP, Python, .NET Core and Ruby. Run [`az webapp list-runtimes --linux`](https://docs.microsoft.com/cli/azure/webapp?view=azure-cli-latest#az-webapp-list-runtimes) to view the latest languages and supported versions. If the runtime your application requires is not supported in the built-in images, there are instructions on how to [build your own Docker image](tutorial-custom-docker-image.md) to deploy to Web App for Containers.
3829

3930
## Deployments
4031

0 commit comments

Comments
 (0)