The value of "FUNCTION_EXTENSION_VERSION" is "~1" after creating a Node runtime function app
OS: All Build Version: v1.14.1-alpha.0 Regression: Previous release(1.14.0)
Repro Steps:
- Create a function app.
- Expand the function app -> Expand "Application Settings" node.
- Check whether the value of "FUNCTION_EXTENSION_VERSION" is "~4".
Expect: The value of "FUNCTION_EXTENSION_VERSION" is "~4".
Actual:
The value of "FUNCTION_EXTENSION_VERSION" is "~1".
More info:
Fail to deploy the JavaScript/TypeScript project to Node runtime function app.
Thanks for finding this. This is an external issue with the controller. Will leave open for tracking.
This should have been fixed by the service. Could you please reconfirm the bug?
This issue does not reproduce for the function app with "Consumption/Premium/App Service Plan" hosting plan now.
But it still reproduces for function app with Flex Consumption (Preview) hosting plan.