-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 Java 21 for azurerm_linux_web_app #25490
Comments
I did some further investigation in Azure Portal, and it seems that even though In other words, this issue is not an actual issue (yet), so I am closing it for now. |
@christian-anker-larsen are you going to reopen this issue? |
@ppa-fyayc I made another attempt in Azure Portal to create a Web App in Linux OS, but I am still seeing this, when selecting To me, it looks like that the announcement implicitly only applies for Windows OS. Not sure if it makes sense to reopen this issue until Linux is supported as well. |
Oh, I see what you mean :( That's a shame! Let's wait then. |
I was able to upgrade my linux web app to Java 21 using
|
@christian-anker-larsen - I had encountered the same issue, but I can now see that Java 21 is supported for Azure App Service on Linux. @ppa-fyayc - I am unable to upgrade to Java 21 with the below terraform script -
It fails Terraform validation. @christian-anker-larsen - I think this issue should be reopened. Thoughts? |
@iAMSagar44 Right, the site_config you posted does not work yet. That's why I posted the workaround via the azapi provider. |
@iAMSagar44 I just checked Azure Portal, and it's now possible to create Web Apps on Linux w/ Java 21. Also tried modifying an existing web app, and there it was also possible to change to Java 21, so, yes, I am reopening this issue. |
This comment was marked as duplicate.
This comment was marked as duplicate.
Just to build on the work-around provided by @ppa-fyayc:
This will force |
Is there any ETA for this issue ? |
What is the status here? |
The status is that I have a PR that has a failing test, that I have no idea how to resolve. |
Is there an existing issue for this?
Community Note
Description
As evidenced from the screenshot below taken in Azure Portal on 2nd April 2024, Azure Web Apps now support Java 21. For this reason, it would be great if Java 21 is supported in the
azurerm_linux_web_app
resource as well. Would it be possible to implement this any time in the foreseeable future? 🙏🏻Thank you.
New or Affected Resource(s)/Data Source(s)
azurerm_linux_web_app
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: