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

An error occurs when deploying a .NET 9 project to a .NET 9 Linux function app with "App Service Plan" hosting plan at the second time #4303

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

Comments

@v-ruizh
Copy link

v-ruizh commented Oct 12, 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 Linux function app with "App Service Plan" hosting plan selected.
  3. Deploy the .NET 9 project to the above function app.
  4. Deploy again.
  5. Check whether succeeds to deploy a .NET 9 project to a .NET 9 Linux function app with "App Service Plan" hosting plan.

Expect:
Succeed to deploy a .NET 9 project to a .NET 9 Linux function app with "App Service Plan" hosting plan at the second time.

Actual:
An error occurs when deploying a .NET 9 project to a .NET 9 Linux function app with "App Service Plan" hosting plan at the second time.
Image
The detailed output shows as below.
output log.txt

More Info:
This issue also reproduces when deploying a .NET 9 project to a .NET 9 Linux function app with "Premium" hosting plan at the second time, but it is unstable in this scenario, it can be reproduced if deploy several times.

@v-ruizh v-ruizh added the AT-CTI Created by CTI team label Oct 12, 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