Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no function in the "Functions" node after deploying a .NET 9 project to a .NET 9 function app without "Linux Consumption" host plan #4302

Open
v-ruizh opened this issue Oct 11, 2024 · 0 comments
Labels
AT-CTI Created by CTI team

Comments

@v-ruizh
Copy link

v-ruizh commented Oct 11, 2024

OS: All
Build Version: 20241010.1
Regression: Not a Regression

Repro Steps:

  1. Create a .NET 9 project with HttpTrigger template.
  2. Create a .NET 9 function app with any host plan except "Linux Consumption".
  3. Deploy the .NET 9 project to the above function app.
  4. Expand the above function app -> Expand its "Functions" node.
  5. Check whether there is a "HttpTrigger" function in the "Functions" node after deployment.

Expect:
There is a "HttpTrigger" function in the "Functions" node after deployment.
Image

Actual:
There is no function in the "Functions" node after deployment.
Image
The detailed output shows as below.
output.txt

More Info:
This issue does not reproduce in .NET 9 Linux Consumption function app.

@v-ruizh v-ruizh added the AT-CTI Created by CTI team label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team
Projects
None yet
Development

No branches or pull requests

1 participant