microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

There is no setting "FUNCTIONS_WORKER_RUNTIME" under the "Application Settings" node #4074

Closed v-xinda closed 5 months ago

v-xinda commented 6 months ago

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 the "Application Settings" node.
  3. Check whether there is a setting "FUNCTIONS_WORKER_RUNTIME" under the "Application Settings" node.

Expect: There is a setting "FUNCTIONS_WORKER_RUNTIME" under the "Application Settings" node. image

Actual: There is no setting "FUNCTIONS_WORKER_RUNTIME" under the "Application Settings" node. image

More Info: There is an error notification after opening a function app in portal. image

nturinski commented 6 months ago

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

nturinski commented 6 months ago

I didn't look closely enough at the screenshot. The ASP here is actually a normal consumption plan. This should have created with a FUNCTIONS_WORKER_RUNTIME setting so I need to investigate why it's not.