Azure-docs: LinuxFXVersion Possible Values - Elaboration/Explanation Required

Created on 10 Feb 2020  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

The information provided here on the LinuxFXVersion is only partially complete, and all examples are specific to running Azure Functions as a container deployment. This article could greatly benefit from either a definitive list of the possible LinuxFXVersion values, or even better would be the source of truth for that value for each possible runtime.

All examples on this page show the LinuxFXValue property to be a dockerhub container tag. However when you deploy a FunctionApp from the Azure CLI and specify just a runtime, the LinuxFXValue will look like "PYTHON|3.6". There is no simple way to view all the possible options, or to know how to easily construct such a tag without digging around through many other examples outside of the official docs.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 assigned-to-author azure-functionsvc doc-enhancement triaged

Most helpful comment

@RossMurr4y Try running Azure CLI cmd, az webapp list-runtimes --linux

All 3 comments

Hi @RossMurr4y I have assigned this to content author for further review and update as appropriate.

@RossMurr4y Try running Azure CLI cmd, az webapp list-runtimes --linux

@aholler2 I don't think that list is up to date. When I ran it, it was missing DOTNETCORE|3.1 which I know is a valid value because that's how I'm currently deploying.

# az webapp list-runtimes --linux
[
  "RUBY|2.3.8",
  "RUBY|2.4.5",
  "RUBY|2.5.5",
  "RUBY|2.6.2",
  "NODE|lts",
  "NODE|12-lts",
  "NODE|10-lts",
  "NODE|8-lts",
  "NODE|6-lts",
  "NODE|4.4",
  "NODE|4.5",
  "NODE|4.8",
  "NODE|6.2",
  "NODE|6.6",
  "NODE|6.9",
  "NODE|6.10",
  "NODE|6.11",
  "NODE|8.0",
  "NODE|8.1",
  "NODE|8.2",
  "NODE|8.8",
  "NODE|8.9",
  "NODE|8.11",
  "NODE|8.12",
  "NODE|9.4",
  "NODE|10.1",
  "NODE|10.10",
  "NODE|10.12",
  "NODE|10.14",
  "NODE|10.16",
  "NODE|12.9",
  "PHP|5.6",
  "PHP|7.2",
  "PHP|7.3",
  "DOTNETCORE|1.0",
  "DOTNETCORE|1.1",
  "DOTNETCORE|2.0",
  "DOTNETCORE|2.1",
  "DOTNETCORE|2.2",
  "DOTNETCORE|3.0",
  "DOTNETCORE|LTS",
  "DOTNETCORE|Latest",
  "TOMCAT|8.5-jre8",
  "TOMCAT|9.0-jre8",
  "JAVA|8-jre8",
  "WILDFLY|14-jre8",
  "TOMCAT|8.5-java11",
  "TOMCAT|9.0-java11",
  "JAVA|11-java11",
  "PYTHON|3.8",
  "PYTHON|3.7",
  "PYTHON|3.6",
  "PYTHON|2.7"
]
Was this page helpful?
0 / 5 - 0 ratings

Related issues

paulmarshall picture paulmarshall  Â·  3Comments

ianpowell2017 picture ianpowell2017  Â·  3Comments

bdcoder2 picture bdcoder2  Â·  3Comments

behnam89 picture behnam89  Â·  3Comments

Ponant picture Ponant  Â·  3Comments