microsoft / microsoft/vscode-azurefunctions

No function displays under "Functions" node after deploying a .NET 10 project

Open
#4,686 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AT-CTI bug investigate
Dominant language
TypeScript
Stars
319
Forks
158
Avg merge
2d 13h
Merged PRs (30d)
4

Description

OS: Win 11
Build Version: 20250821.1

Repro Steps:

  1. Create a .NET 10 project with HttpTrigger template.
  2. Create a .NET 10 function app.
  3. Deploy the .NET 10 project to the function app.
  4. Expand the function app -> Expand "Functions" node.
  5. Check whether the Httptrigger function displays under "Functions" node.

Expect:
The Httptrigger function displays under "Functions" node.

Actual:
No function displays under the "Functions" node.

More Info:

  1. This issue reproduces on both .NET 10 Windows and Linux function app.
  2. The output shows "No HTTP triggers found" after deployment.
    Image
  3. Refresh "Azure Resources view" can't fix this issue, an error occurs in "Functions" node of the basic .NET 10 function app after refresh.
    Image
  4. This issue does not reproduce for .NET 9 function app which has deployed one .NET 9 project.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with a .NET 10 HttpTrigger project and inspect the Azure Resources view's Functions node and the reported "No HTTP triggers found" output. Compare the behavior with the stated .NET 9 case and verify the refresh error. Done means the deployed .NET 10 HTTP trigger appears under Functions and refresh works without an error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
cloud, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.