vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

The value of "FUNCTION_EXTENSION_VERSION" is "~1" after creating a Node runtime function app

Open Amar-QA opened this issue 2 years ago • 3 comments

OS: All Build Version: v1.14.1-alpha.0 Regression: Previous release(1.14.0)

Repro Steps:

  1. Create a function app.
  2. Expand the function app -> Expand "Application Settings" node.
  3. 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". image

More info: Fail to deploy the JavaScript/TypeScript project to Node runtime function app. image

Amar-QA avatar Apr 01 '24 08:04 Amar-QA

Thanks for finding this. This is an external issue with the controller. Will leave open for tracking.

nturinski avatar Apr 03 '24 18:04 nturinski

This should have been fixed by the service. Could you please reconfirm the bug?

nturinski avatar Apr 09 '24 21:04 nturinski

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. image

v-ruizh avatar Apr 10 '24 07:04 v-ruizh