-
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
issues with azurerm_windows_function_app on Java version and cors #17173
Comments
@jb68 Thanks for raising the issue, I'll work on the fix |
Thanks, |
@xiaxyi .. I'm still facing the issue .. using 3.22 version. application_stack inside site_config doesn't work site_config { This is what I'm seeing in portal after successful "terraform apply" |
@arroyc are you using windows function app or linux? |
@xiaxyi I'm using the windows function app and get the same result |
I am experiencing the same behavior. Cannot set java version using application stack for windows function app. Is there any workaround to set the version using terraform rather than setting it from portal ? tried javaVersion in app settings but no luck |
Also waiting for a fix on this |
I was able to deploy the azurerm_linux_web_app (code below).
|
@julieerle Try |
@xiaxyi , I did some tests and after the app is updated through the web here is the diff between terraform and guy based on
If I am doing |
I did more tests:
will create an app service with no stack. If we change |
@jb68 Have you tried to also include
|
I try it for a test, but it not works as recommended.
|
@UteHaus may I know the provider version you used? Those properties were just introduced, so you may need to try the latest provider. |
Currently I use the following versions:
|
@xiaxyi I will give it a try,
|
This functionality has been released in v3.49.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.2.1
AzureRM Provider Version
3.8
Affected Resource(s)/Data Source(s)
azurerm_windows_function_app
Terraform Configuration Files
Expected Behaviour
terraform apply should set these
Actual Behaviour
Apply works but doesn't actually sets them. On Azure GUY Java version is empty.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: