-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't change functions version for Linux App Service Plan app V2 => V3 #5559
Comments
I would very much appreciate a fix for this. It surfaces in Logs as this:
When using System.Text.Json and it took us a couple of days to figure out what is going on. Thank you! |
cc: @dariagrigoriu |
@gzuber Should this be resolved with this PR? Azure/azure-cli#12317? |
@jongio That's a good point, thanks. @mhoeger is this valid since the changes @pragnagopa made to linuxFxVersion? |
cc @ankitkumarr |
Yes this is now fixed. Any new function apps that are created, can be upgraded with just the App Setting. |
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
And then change the image name:
(Ex: mcr.microsoft.com/azure-functions/dotnet:3.0-appservice)
cc: @balag0 @divyagandhii @anirudhgarg
The text was updated successfully, but these errors were encountered: