Flex Consumption plan without FUNCTIONS_EXTENSION_VERSION
breaks function app
#10714
Labels
FUNCTIONS_EXTENSION_VERSION
breaks function app
#10714
https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings#flex-consumption-plan-deprecations tells us that
FUNCTIONS_EXTENSION_VERSION
is not needed anymore.Removing
FUNCTIONS_EXTENSION_VERSION
breaks my function app with messageWe were not able to load some functions in the list due to errors. Refresh the page to try again. See details
(no details). Just addingFUNCTIONS_EXTENSION_VERSION
back again with value~4
solves it.If you look at the docs here: https://learn.microsoft.com/en-us/azure/templates/microsoft.web/sites?pivots=deployment-language-bicep#functionsruntime - it specifies:
Function app runtime version. Example: 8 (for dotnet-isolated)
- but how is version 8 of dot net (which you should specify there) related to function runtime 4? There is no relation and thusFUNCTIONS_EXTENSION_VERSION
is still needed (as i've proven by breaking it).Investigative information
Please provide the following:
Repro steps
Run with bicep:
and environment settings:
Expected behavior
Should work when leaving out
FUNCTIONS_EXTENSION_VERSION
as the docs say.Actual behavior
Gives message
We were not able to load some functions in the list due to errors. Refresh the page to try again. See details
Related information
I'm using this to deploy functions (because the original task for normal function apps doesn't seem to work either (with the flex option enabled):
The text was updated successfully, but these errors were encountered: