microsoft / vscode-azurefunctions

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

Functions are not displayed under the "Functions" node for Premium Linux Function App #4224

Open Amar-QA opened 3 months ago

Amar-QA commented 3 months ago

OS: All Build Version: v1.15.2-alpha.0 Regression: Not a Regression

Repro Steps:

  1. Create a JavaScript Model v4 project.
  2. Create a Premium Linux Function App.
  3. Deploy to the function app.
  4. Expand the function app -> Expand the "Functions" node.
  5. Check whether the functions are displayed under "Functions" node.

Expected: Functions are displayed successfully. image

Actual: Functions are not displayed. image

More Info:

  1. Functions will be displayed successfully after deploying a second time.
  2. This issue does not reproduce for Function Apps with other host plan besides Premium.
  3. This issue only reproduces in Javascript, Typescript, Python, and C# languages.
alexweininger commented 2 months ago

When you reproduce this issue, and the functions aren't showing up in the extension, can you see them in the portal?

Amar-QA commented 2 months ago

Hi @alexweininger, I have been verified this issue in portal, still the functions aren't showing up. image

AzCode-Bot commented 1 month ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!