Skip to content

Commit 8755a83

Browse files
Update supported languages and frameworks list
1 parent 84d05e6 commit 8755a83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/app-service/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ App Service can also host web apps natively on Linux for supported application s
5252

5353
### Built-in languages and frameworks
5454

55-
App Service on Linux supports a number of language-specific built-in images. Just deploy your code. Supported languages include: Node.js, Java (Tomcat, JBoss, or with an embedded web server), PHP, Python, and .NET Core. Run [`az webapp list-runtimes --os linux`](/cli/azure/webapp#az-webapp-list-runtimes) to view the latest languages and supported versions. If the runtime your application requires isn't supported in the built-in images, you can deploy it with a custom container.
55+
App Service on Linux supports a number of language-specific built-in images. Just deploy your code.
56+
Supported languages include: .NET Core, Java (Tomcat, JBoss EAP, or Java SE with an embedded web server),
57+
Node.js, Python, and PHP. Run [`az webapp list-runtimes --os linux`](/cli/azure/webapp#az-webapp-list-runtimes)
58+
to view the latest languages and supported versions. If the runtime your application requires isn't supported
59+
in the built-in images, you can deploy it with a custom container.
5660

5761
Outdated runtimes are periodically removed from the Web Apps Create and Configuration blades in the portal. These runtimes are hidden from the portal when they're deprecated by the maintaining organization or found to have significant vulnerabilities. These options are hidden to guide customers to the latest runtimes, where they'll be the most successful.
5862

0 commit comments

Comments
 (0)