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

Support for .NET 9 in app service and functions #27879

Closed
1 task done
JoshWoodArup opened this issue Nov 4, 2024 · 1 comment · Fixed by #27880
Closed
1 task done

Support for .NET 9 in app service and functions #27879

JoshWoodArup opened this issue Nov 4, 2024 · 1 comment · Fixed by #27880

Comments

@JoshWoodArup
Copy link
Contributor

JoshWoodArup commented Nov 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

.NET 9 is due to be GA on the 14th of November, and App Service and Functions already have preview support for it, however this is currently not configurable in terraform. In each of the resources, the dotnet_version field should support 9.0

New or Affected Resource(s)/Data Source(s)

  • azurerm_linux_web_app
  • azurerm_windows_web_app
  • azurerm_linux_function_app
  • azurerm_windows_function_app

Potential Terraform Configuration

resource "azurerm_linux_web_app" "web_app" {
  site_config {
    application_stack {
      dotnet_version = "9.0"
    }
  }
}

References

Azure Functions
App Service
Previous PRs:
#23893
#23638

@Patrik-Berglund
Copy link

Do you think it's possible to have this included in the next release?

@github-actions github-actions bot added this to the v4.10.0 milestone Nov 15, 2024
katbyte added a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants