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 an error under the "Functions" node for the PowerShell 7.4 Linux Consumption function app #4205

Closed v-xinda closed 2 months ago

v-xinda commented 3 months ago

OS: Win 10 Build Version: 20240704.1 Regression: Not a Regression

Repro Steps:

  1. Create a PowerShell 7.4 Linux Consumption function app.
  2. Expand the function app -> Expand "Functions" node.
  3. Check whether there is no error.

Expect: There is no error.

Actual: There is an error. image

More Info:

  1. Fail to deploy the PowerShell project to the PowerShell 7.4 Linux Consumption function app. image
  2. This issue doesn't reproduce for PowerShell 7.4 Windows function app.
  3. This issue doesn't reproduce for PowerShell 7.4 Linux function app created with Premium and App Service Plan hosting plans.
  4. This issue doesn't reproduce for PowerShell 7.2 function app.
MicroFish91 commented 2 months ago

This is likely a service side issue that we cannot fix. We are moving towards flex consumption plans so it is likely users will not run into this problem in the future.