We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft recently added support for Java 21 runtime in azure functions: https://azure.microsoft.com/en-us/updates/public-preview-azure-functions-support-for-java-21-on-linux/
When can we expect terraform resource to allow for Java 21 as only 8, 11 and 17 is currently supported?
azurerm_3.90.0
application_stack { java_version = "21" }
No response
The text was updated successfully, but these errors were encountered:
Thanks @antgustech for raising this issue, added to my backlog. I'll share the progress here if there is any update.
Sorry, something went wrong.
Is there any timeplan for when we might expect this to be implemented?
app_service
21
java_version
I am requesting support for java_version = 21 for app services and functions, too.
app_service - support preview version 21 for java_version (#26304)
aa8b3ee
* Allow java_version 21 for app services and functions. fixes #25490, #24754 * Improved Preview for `java_version` Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> * Revert documentation change in legacy function app. * Added necessary handling of java 21 in fx_strings.go --------- Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Community Note
Description
Microsoft recently added support for Java 21 runtime in azure functions: https://azure.microsoft.com/en-us/updates/public-preview-azure-functions-support-for-java-21-on-linux/
When can we expect terraform resource to allow for Java 21 as only 8, 11 and 17 is currently supported?
New or Affected Resource(s)/Data Source(s)
azurerm_3.90.0
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: