Skip to content

Use LinuxFxVersion site config properties to select docker image for a function app #4639

@pragnagopa

Description

@pragnagopa

Sample site properties on Node Web APP

 "siteProperties": {
      "metadata": null,
      "properties": [
        {
          "name": "LinuxFxVersion",
          "value": "NODE|10.14"
        },
        {
          "name": "WindowsFxVersion",
          "value": null
        }
      ],
      "appSettings": null
    },

Function App should use LinuxFxVersion to pick the right runtime version. I will open follow up tooling update issues that set this property

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions