Skip to content

Commit 33109e2

Browse files
author
Mangesh Sangapu
committed
Update
1 parent bfcf50f commit 33109e2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +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-
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.
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.
3329

3430
## Deployments
3531

0 commit comments

Comments
 (0)