Skip to content

Commit bda5cf4

Browse files
author
Mangesh Sangapu
committed
Temp committ
1 parent e95f74f commit bda5cf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ ms.custom: seodec18
2727

2828
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.
2929

30+
App Service supports many languages including: Node.js, Java (JRE 8 & JRE 11), PHP, Python, .NET Core and Ruby.
31+
32+
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 supported versions.
33+
3034
| Language | Supported Versions |
3135
|---|---|
3236
| Node.js | 4.4, 4.5, 4.8, 6-lts, 6.2, 6.6, 6.9, 6.10, 6.11, 8-lts, 8.0, 8.1, 8.2, 8.8, 8.9, 8.11, 8.12, 9.4, 10-lts, 10.1, 10.10, 10.14, 10.16, 12-lts, 12.9 |

0 commit comments

Comments
 (0)