Skip to content

Can't change functions version for Linux App Service Plan app V2 => V3 #5559

@mhoeger

Description

@mhoeger

For most function apps, you can change which major version of the functions runtime you run on by the toggle on "Function app settings" (or FUNCTIONS_EXTENSION_VERSION, although Node.js also needs WEBSITE_NODE_DEFAULT_VERSION changed on Windows).

For Linux app service apps, this won't work.

Instead, you need to go to Platform features => Container settings
image
And then change the image name:
image
(Ex: mcr.microsoft.com/azure-functions/dotnet:3.0-appservice)

cc: @balag0 @divyagandhii @anirudhgarg

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions